target-arm: Refactor handling of VQDMULL
commitebcd88ceb5da70ee17c1d22e9874524649335759
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 11 Feb 2011 12:26:47 +0000 (11 12:26 +0000)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 20 Feb 2011 16:28:37 +0000 (20 17:28 +0100)
tree2eaca9f2e32fe778b00a9581ff0c2fa4c4c87e0c
parente5ca24cba969b58eb3fe0e7c239df3abe21831c0
target-arm: Refactor handling of VQDMULL

Refactor the handling of VQDMULL so that it is dealt with in
its own if() case rather than together with the accumulating
instructions.

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