target/arm: Implement MVE VAND, VBIC, VORR, VORN, VEOR
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 17 Jun 2021 12:15:55 +0000 (13:15 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 21 Jun 2021 16:12:50 +0000 (17:12 +0100)
commit68245e442c9e5175d5e9d3a797dcab7eee800253
tree53d9ca79c7beaa1486d836b40e2f01b35aa98357
parentab59362fca0c23fbd21daceb78d6b2966fbf9793
target/arm: Implement MVE VAND, VBIC, VORR, VORN, VEOR

Implement the MVE vector logical operations operating
on two registers.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210617121628.20116-12-peter.maydell@linaro.org
target/arm/helper-mve.h
target/arm/mve.decode
target/arm/mve_helper.c
target/arm/translate-mve.c