Re: [PATCH 1/3] target/mips: Fix MSA MADDV.B opcode

2021-10-22 Thread Richard Henderson
On 10/22/21 10:45 AM, Philippe Mathieu-Daudé wrote: The result of the 'Vector Multiply and Add' opcode is incorrect with Byte vectors. Probably due to a copy/paste error, commit 7a7a162adde mistakenly used the $wt (target register) instead of $wd (destination register) as first operand. Fix that.

[PATCH 1/3] target/mips: Fix MSA MADDV.B opcode

2021-10-22 Thread Philippe Mathieu-Daudé
The result of the 'Vector Multiply and Add' opcode is incorrect with Byte vectors. Probably due to a copy/paste error, commit 7a7a162adde mistakenly used the $wt (target register) instead of $wd (destination register) as first operand. Fix that. Cc: Aleksandar Rikalo Fixes: 7a7a162adde ("target/m