target/arm: Implement MVE VHADD, VHSUB (scalar)
commit644f717c35ec29d53f6fc34523e096fbad6eeaf9
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 17 Jun 2021 12:16:08 +0000 (17 13:16 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 24 Jun 2021 13:58:47 +0000 (24 14:58 +0100)
tree3e788150751eb8047b5d115a8930e76b2f849803
parent91a358fdfb3b116a6ea72a38d5c217caad1d45b5
target/arm: Implement MVE VHADD, VHSUB (scalar)

Implement the scalar variants of the MVE VHADD and VHSUB insns.

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