Re: [PATCH for-6.2 38/53] target/arm: Implement MVE VCADD

2021-07-30 Thread Richard Henderson
On 7/29/21 1:14 AM, Peter Maydell wrote: Implement the MVE VCADD insn. Note that here the size bit is the opposite sense to the other 2-operand fp insns. We don't check for the sz == 1 && Qd == Qm UNPREDICTABLE case, because that would mean we can't use the DO_2OP_FP macro in translate-mve.c.

[PATCH for-6.2 38/53] target/arm: Implement MVE VCADD

2021-07-29 Thread Peter Maydell
Implement the MVE VCADD insn. Note that here the size bit is the opposite sense to the other 2-operand fp insns. We don't check for the sz == 1 && Qd == Qm UNPREDICTABLE case, because that would mean we can't use the DO_2OP_FP macro in translate-mve.c. Signed-off-by: Peter Maydell --- target/a