target/arm: Implement MVE VRHADD
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 17 Jun 2021 12:16:23 +0000 (13:16 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 24 Jun 2021 13:58:48 +0000 (14:58 +0100)
commit1eb987a89d944515b05ccd8b913bee7fd0d547ae
tree31bf2b162659d619269da88910f790b762b2208a
parent43364321f354b8722d5bab730052b625adc3a92c
target/arm: Implement MVE VRHADD

Implement the MVE VRHADD insn, which performs a rounded halving
addition.

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