qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 21/24] target-arm: A64: Add "Floating-point<-


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v2 21/24] target-arm: A64: Add "Floating-point<->fixed-point" instructions
Date: Mon, 06 Jan 2014 10:44:40 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

On 01/06/2014 05:11 AM, Peter Maydell wrote:
> From: Alexander Graf <address@hidden>
> 
> This patch adds emulation for the instruction group labeled
> "Floating-point <-> fixed-point conversions" in the ARM ARM.
> 
> Namely this includes the instructions SCVTF, UCVTF, FCVTZS, FCVTZU
> (scalar, fixed-point).
> 
> Signed-off-by: Alexander Graf <address@hidden>
> [WN: Commit message tweak, rebased, updated to new infrastructure.
>  Applied bug fixes from Michael Matz and Janne Grunau.]
> Signed-off-by: Will Newton <address@hidden>
> [PMM: significant cleanup]
> Signed-off-by: Peter Maydell <address@hidden>
> ---
>  target-arm/helper.c        |  13 ++++
>  target-arm/helper.h        |   2 +
>  target-arm/translate-a64.c | 186 
> ++++++++++++++++++++++++++++++++++++++++++++-
>  3 files changed, 200 insertions(+), 1 deletion(-)

Reviewed-by: Richard Henderson <address@hidden>


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]