target-arm: fix unsigned 64 bit right shifts.
authorChristophe Lyon <christophe.lyon@st.com>
Tue, 15 Feb 2011 13:44:44 +0000 (13:44 +0000)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 20 Feb 2011 16:43:01 +0000 (17:43 +0100)
commit51e3930fc7ae8d3cff1ff0ecfdd63403b4c20f36
tree63c315f9bd4113251dd0ad94944958f5fcffdf58
parentb6c63b9891f0b1415f96e027d5dc8a430c7ec153
target-arm: fix unsigned 64 bit right shifts.

Fix range of shift amounts which always give 0 as result.

Signed-off-by: Christophe Lyon <christophe.lyon@st.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-arm/neon_helper.c