Re: [PATCH for-6.2 30/34] target/arm: Implement MVE VPNOT

2021-07-21 Thread Richard Henderson
On 7/13/21 3:37 AM, Peter Maydell wrote: Implement the MVE VPNOT insn, which inverts the bits in VPR.P0 (subject to both predication and to beatwise execution). Signed-off-by: Peter Maydell --- target/arm/helper-mve.h| 1 + target/arm/mve.decode | 1 + target/arm/mve_helper.c|

[PATCH for-6.2 30/34] target/arm: Implement MVE VPNOT

2021-07-13 Thread Peter Maydell
Implement the MVE VPNOT insn, which inverts the bits in VPR.P0 (subject to both predication and to beatwise execution). Signed-off-by: Peter Maydell --- target/arm/helper-mve.h| 1 + target/arm/mve.decode | 1 + target/arm/mve_helper.c| 17 + target/arm/translate-m