target-arm: Fix signed VQRSHL by large shift counts
commit7b6ecf5b3a1605dfa6f3e3df3d8e42e9db9fcc71
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 15 Feb 2011 13:44:48 +0000 (15 13:44 +0000)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 20 Feb 2011 16:43:01 +0000 (20 17:43 +0100)
tree170df5f570bf51dc48058f1e4c7b8fec7f1a6a54
parent0b36f4cd4707d91389aad64f96d00a705645ddc9
target-arm: Fix signed VQRSHL by large shift counts

Handle the case of signed VQRSHL by a shift count of the width of the
data type or larger, which must be special cased in the qrshl_s*
helper functions.

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