]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Implement MVE VPNOT
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 13 Aug 2021 16:11:56 +0000 (17:11 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 25 Aug 2021 09:48:50 +0000 (10:48 +0100)
commitfea3958fa11c75b4f3f335ac0ce4cfc5cf0af7de
tree5140de67dd85b1150134b633e93daf19fe0a412c
parent1241f148d52eea7c9350df918da0eafdfc539327
target/arm: Implement MVE VPNOT

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.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
target/arm/helper-mve.h
target/arm/mve.decode
target/arm/mve_helper.c
target/arm/translate-mve.c