diff options
author | Tom Musta <tommusta@gmail.com> | 2014-08-12 08:45:09 -0500 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2014-09-08 12:50:50 +0200 |
commit | 34a0fad10210a3e639a8e68323c923494047eefc (patch) | |
tree | a9b3d5ad1e859f7d2afcbe12c18270575590a26e /qapi-schema.json | |
parent | 9824d01d5d789a57d27360c0f5e8ee44955eb1d7 (diff) | |
download | qemu-34a0fad10210a3e639a8e68323c923494047eefc.zip qemu-34a0fad10210a3e639a8e68323c923494047eefc.tar.gz qemu-34a0fad10210a3e639a8e68323c923494047eefc.tar.bz2 |
target-ppc: Bug Fix: srawi
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)
Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'qapi-schema.json')
0 files changed, 0 insertions, 0 deletions