target/arm: Implement MVE VADDV
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 17 Jun 2021 12:16:27 +0000 (13:16 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 24 Jun 2021 13:58:48 +0000 (14:58 +0100)
commit6f060a636bf46869e43a28a0f426ddaea16314f9
tree81105b58daa4731ef7353fb3528a06304c1129d5
parent8625693ac48f54e87f663736c0bbde7ea450f1f7
target/arm: Implement MVE VADDV

Implement the MVE VADDV insn, which performs an addition
across vector lanes.

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