]> Git Repo - qemu.git/commit
target-arm: fix neon vsri, vshl and vsli ops
authorJuha Riihimäki <[email protected]>
Sat, 24 Oct 2009 12:19:05 +0000 (15:19 +0300)
committerAurelien Jarno <[email protected]>
Tue, 27 Oct 2009 08:46:26 +0000 (09:46 +0100)
commitca9a32e4f3da59f07ae2c68df68d1130e02d4665
treea470f736a4016252b83ea01048604fa44ff29fd0
parent71b3c3dea21a310c5df7406cdc1cffc64cf14c18
target-arm: fix neon vsri, vshl and vsli ops

Shift by immediate value is incorrectly overwritten by a temporary
variable in the processing of NEON vsri, vshl and vsli instructions.
This patch has been revised to also include a fix for the special
case where the code would previously try to shift an integer value
over 31 bits left/right.

Signed-off-by: Juha Riihimäki <[email protected]>
Acked-by: Laurent Desnogues <[email protected]>
Signed-off-by: Aurelien Jarno <[email protected]>
target-arm/translate.c
This page took 0.024084 seconds and 4 git commands to generate.