qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [V2 PATCH 7/8] target-ppc: Bug Fix: srawi


From: Richard Henderson
Subject: Re: [Qemu-devel] [V2 PATCH 7/8] target-ppc: Bug Fix: srawi
Date: Fri, 15 Aug 2014 10:39:35 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.7.0

On 08/12/2014 03:45 AM, Tom Musta wrote:
> For 64 bit implementations, the special case of a shift by zero
> should result in the sign extension of the least significant 32 bits
> of the source GPR (not a direct copy of the 64 bit source GPR).
> 
> Example:
> 
> R3 A6212433228F41DC
> srawi 3,3,0
> R3 expected : 00000000228F41DC
> R3 actual   : A6212433228F41DC (without this patch)

Reviewed-by: Richard Henderson <address@hidden>


r~



reply via email to

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