target-arm: Fix A64 Neon MLS
commitd108609bf9ba160d2e2044ce7d553f691ac96dbd
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 24 Mar 2014 15:59:02 +0000 (24 15:59 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 24 Mar 2014 16:34:01 +0000 (24 16:34 +0000)
treef04b92c7a59fcab6825406e9dc608b2e48ae7308
parent3a87f8b6859e6221b827ab4737779dddb37553ec
target-arm: Fix A64 Neon MLS

The order of operands for the accumulate step in disas_simd_3same_int()
was reversed. This only affected the MLS instruction, since all the
other accumulating instructions in this category perform an addition
rather than a subtraction.

Reported-by: Laurent Desnogues <laurent.desnogues@gmail.com>
Tested-by: Laurent Desnogues <laurent.desnogues@gmail.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/translate-a64.c