target-arm: Fix VQSHL of signed 64 bit values by shift counts >= 64
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 7 Dec 2010 14:13:43 +0000 (14:13 +0000)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 27 Dec 2010 20:07:10 +0000 (21:07 +0100)
commit8fa2987d2aeda28e6d4b84756c2788b588a7ebba
treec6a8eee0fc0527a8b5151351839adc660d047e0d
parent53eae44d3f254dac4ca9a8b3ae53ff604ea15e46
target-arm: Fix VQSHL of signed 64 bit values by shift counts >= 64

VQSHL of a signed 64 bit non-zero value by a shift count >= 64 should
saturate; return the correct value in this case.

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