target-arm: Fix Neon VQDMLSL instruction
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 11 Feb 2011 12:26:48 +0000 (12:26 +0000)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 20 Feb 2011 16:28:39 +0000 (17:28 +0100)
commitba7516848b4bd2507681042b59332f2e33c48209
tree59f3f91bcddc008e294b4010326645a5d4547d29
parent0ccf8b7fb96a09897b2e6d36ef5b788a032b17b1
target-arm: Fix Neon VQDMLSL instruction

For VQDMLSL, negation has to occur after saturation, not before.

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