Re: [PATCH for-6.2 16/34] target/arm: Implement MVE VPSEL

2021-07-16 Thread Richard Henderson
On 7/13/21 6:37 AM, Peter Maydell wrote: Implement the MVE VPSEL insn, which sets each byte of the destination vector Qd to the byte from either Qn or Qm depending on the value of the corresponding bit in VPR.P0. Signed-off-by: Peter Maydell --- target/arm/helper-mve.h| 2 ++ target/arm/

[PATCH for-6.2 16/34] target/arm: Implement MVE VPSEL

2021-07-13 Thread Peter Maydell
Implement the MVE VPSEL insn, which sets each byte of the destination vector Qd to the byte from either Qn or Qm depending on the value of the corresponding bit in VPR.P0. Signed-off-by: Peter Maydell --- target/arm/helper-mve.h| 2 ++ target/arm/mve.decode | 7 +-- target/arm/mve