]> git.proxmox.com Git - qemu.git/commit
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)
commit4dc064e66e38afbada08fa739ed7d03f7227ff72
tree59f3f91bcddc008e294b4010326645a5d4547d29
parentebcd88ceb5da70ee17c1d22e9874524649335759
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