]> git.proxmox.com Git - qemu.git/commit
target-arm: fix decoding of Neon 64 bit shifts.
authorChristophe Lyon <christophe.lyon@st.com>
Tue, 15 Feb 2011 13:44:47 +0000 (13:44 +0000)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 20 Feb 2011 16:43:01 +0000 (17:43 +0100)
commit0b36f4cd4707d91389aad64f96d00a705645ddc9
tree6637f0bdcd4a11ab659f5f3f3b9d7a48bf13feef
parentb408a9b072fdc3d9b1d732ec7bddce52b2030315
target-arm: fix decoding of Neon 64 bit shifts.

Fix decoding of 64 bits variants of VSHRN, VRSHRN, VQSHRN, VQSHRUN,
VQRSHRN, VQRSHRUN, taking into account whether inputs are unsigned
or not.

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