commit | eb7a3d7964f748ba815200372d7ff403737c54d7 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Tue Dec 07 14:13:43 2010 +0000 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Mon Dec 27 21:07:10 2010 +0100 |
tree | c6a8eee0fc0527a8b5151351839adc660d047e0d | |
parent | 4c9b70aeca70b3e0a68a771727f388551620b3ed [diff] |
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>