target/arm: Implement NOT (prediates) alias
commit738b679cc961bd086f14d7d7e3f4be116a719810
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 27 May 2022 18:18:33 +0000 (27 11:18 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 30 May 2022 16:05:09 +0000 (30 17:05 +0100)
tree116eb632eb51c0543b2c53101885a56ba767f6c4
parent23e5fa5f90a6073f270ec89418085e4cb341a4ea
target/arm: Implement NOT (prediates) alias

This alias is defined on EOR (prediates).  While the
same operation could be performed with NAND or NOR,
only bother with the official alias.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220527181907.189259-81-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/translate-sve.c