target-arm: fix VSHLL Neon instruction.
authorChristophe Lyon <christophe.lyon@st.com>
Wed, 9 Feb 2011 12:19:15 +0000 (13:19 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 9 Feb 2011 18:47:20 +0000 (19:47 +0100)
commit88fa1ac4d658161e0e61aa60261bd204e8e3f121
tree325d946ad1a0b8a04374e49ceaf48c4f53bb0665
parent1c38e1620d5202d45881b7c498e04424e10e2bf7
target-arm: fix VSHLL Neon instruction.

Fix bit mask used when widening the result of shift on narrow input.

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