qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 04/10] target-arm: A64: Add "Floating-point data


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 04/10] target-arm: A64: Add "Floating-point data-processing (2 source)" insns
Date: Mon, 30 Dec 2013 07:10:10 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

On 12/28/2013 01:49 PM, Peter Maydell wrote:
> From: Alexander Graf <address@hidden>
> 
> This patch adds emulation for the "Floating-point data-processing (2 source)"
> group of instructions.
> 
> Signed-off-by: Alexander Graf <address@hidden>
> [WN: Commit message tweak, merge single and double precision patches. Rebase
>  and update to new infrastructure. Incorporate FMIN/FMAX support patch by
>  Michael Matz.]
> Signed-off-by: Will Newton <address@hidden>
> [PMM:
>  * added convenience accessors for FP s and d regs
>  * pulled the field decode and opcode validity check up a level]
> Signed-off-by: Peter Maydell <address@hidden>
> ---
>  target-arm/translate-a64.c | 182 
> ++++++++++++++++++++++++++++++++++++++++++++-
>  1 file changed, 181 insertions(+), 1 deletion(-)

Reviewed-by: Richard Henderson <address@hidden>

... and I take back what I said earlier about fp_reg_offset.  While that
specific fp store case could stand to be cleaned up to just use one 64-bit
load, the single-precision case is compelling.


r~



reply via email to

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