qemu-ppc
[Top][All Lists]
Advanced

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

Re: [Qemu-ppc] [Qemu-devel] [V4 PATCH 06/22] target-ppc: Add ISA 2.06 di


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

On 01/07/2014 08:05 AM, Tom Musta wrote:
> This patch addes the signed Divide Word Extended instructions
> which were introduced in Power ISA 2.06B.
> 
> Signed-off-by: Tom Musta <address@hidden>
> ---
> V2: Eliminating extraneous code in the overflow case per comments
> from Richard Henderson.  Fixed corner case bug in divweu (check
> for (RA) >= (RB)).
> 
> V4: Using newly added PPC2_DIVE_ISA206 flag.  Converted to helper
> per Richard Henderson's review.
> 
>  target-ppc/helper.h     |    1 +
>  target-ppc/int_helper.c |   32 ++++++++++++++++++++++++++++++++
>  target-ppc/translate.c  |    4 ++++
>  3 files changed, 37 insertions(+), 0 deletions(-)

Reviewed-by: Richard Henderson <address@hidden>


r~



reply via email to

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