ARM: Fix decoding of VQSHL/VQSHLU immediate forms
authorPeter Maydell <peter.maydell@linaro.org>
Sat, 8 Jan 2011 16:01:16 +0000 (16:01 +0000)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 11 Jan 2011 23:06:06 +0000 (00:06 +0100)
commit6603df9a397d466793f0f43e09d928d08ca05adc
tree492932c883d4b12a472caac5f3500f0ee6df92ee
parent7aa4db5f5205ecb1d495824719368331241b258f
ARM: Fix decoding of VQSHL/VQSHLU immediate forms

Fix errors in the decoding of ARM VQSHL/VQSHLU immediate forms,
including using the new VQSHLU helper functions where appropriate.

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