target-arm: Fix VQSHL of signed 64 bit values
authorJuha Riihimäki <juha.riihimaki@nokia.com>
Tue, 7 Dec 2010 14:13:42 +0000 (14:13 +0000)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 27 Dec 2010 20:07:03 +0000 (21:07 +0100)
commit4c9b70aeca70b3e0a68a771727f388551620b3ed
treefef81fdf1dec6fcbb69c4fff2aab49d15284ff55
parentdef126ce37b037afc55878197159d9ddcb24a9e4
target-arm: Fix VQSHL of signed 64 bit values

Add a missing '-' which meant that we were misinterpreting the shift
argument for VQSHL of 64 bit signed values and treating almost every
shift value as if it were an extremely large right shift.

Signed-off-by: Juha Riihimäki <juha.riihimaki@nokia.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-arm/neon_helper.c