Re: [Qemu-devel] [PATCH for-2.0] target-arm: Fix A64 Neon MLS

2014-03-24 Thread Laurent Desnogues
On Mon, Mar 24, 2014 at 5:14 PM, Peter Maydell wrote: > 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.

[Qemu-devel] [PATCH for-2.0] target-arm: Fix A64 Neon MLS

2014-03-24 Thread Peter Maydell
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 Signed-off-by: Peter Maydell