]> git.proxmox.com Git - qemu.git/commit - target-arm/neon_helper.c
target-arm: Fix saturated values for Neon right shifts
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 15 Feb 2011 13:44:45 +0000 (13:44 +0000)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 20 Feb 2011 16:43:01 +0000 (17:43 +0100)
commit960e623bfd45c92ce165177b8a0e748867fe5878
tree3150944f5650a09e0be988bad87c1a2f72ce9c0a
parent51e3930fc7ae8d3cff1ff0ecfdd63403b4c20f36
target-arm: Fix saturated values for Neon right shifts

Fix value returned by signed 8 and 16 bit qrshl helpers
when the result has saturated.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-arm/neon_helper.c