qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [V4 PATCH 12/22] target-ppc: Add ISA 2.06 fcfid[u][s] I


From: Richard Henderson
Subject: Re: [Qemu-devel] [V4 PATCH 12/22] target-ppc: Add ISA 2.06 fcfid[u][s] Instructions
Date: Wed, 08 Jan 2014 10:31:07 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

On 01/07/2014 08:06 AM, Tom Musta wrote:
> This patch adds the fcfids, fcfidu and fcfidus instructions which
> were introduced in Power ISA 2.06B.  A common macro is provided to
> eliminate repetitious code, and the existing fcfid instruction is
> refactored to use this macro.
> 
> Signed-off-by: Tom Musta <address@hidden>
> ---
> V4: Using the newly added PPC2_FP_CVT_ISA206 flag.  Performed
> direct conversion to single precision per Richard Henderson's
> review.
> 
>  target-ppc/fpu_helper.c |   24 +++++++++++++++++-------
>  target-ppc/helper.h     |    3 +++
>  target-ppc/translate.c  |    9 +++++++++
>  3 files changed, 29 insertions(+), 7 deletions(-)

Reviewed-by: Richard Henderson <address@hidden>


r~



reply via email to

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