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<peter.mayd...@linaro.org> --- target/arm/helper-mve.h | 1 + target/arm/mve.decode | 1 + target/arm/mve_helper.c | 17 +++++++++++++++++ target/arm/translate-mve.c | 19 +++++++++++++++++++ 4 files changed, 38 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~