]> git.proxmox.com Git - qemu.git/commit
target-arm: fix Neon VQSHRN and VSHRN.
authorChristophe Lyon <christophe.lyon@st.com>
Tue, 15 Feb 2011 13:44:46 +0000 (13:44 +0000)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 20 Feb 2011 16:43:01 +0000 (17:43 +0100)
commitb408a9b072fdc3d9b1d732ec7bddce52b2030315
tree9a1d13ec6848f17e836c7c07694ca1f992235334
parent960e623bfd45c92ce165177b8a0e748867fe5878
target-arm: fix Neon VQSHRN and VSHRN.

Call the normal shift helpers instead of the rounding ones.

Signed-off-by: Christophe Lyon <christophe.lyon@st.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-arm/translate.c