target/arm: Implement MVE VHCADD
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 17 Jun 2021 12:16:26 +0000 (13:16 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 24 Jun 2021 13:58:48 +0000 (14:58 +0100)
commit8625693ac48f54e87f663736c0bbde7ea450f1f7
tree91ec3285415cad40e68f8f43ec3627eb44526992
parent67ec113b119360092dee679ca0f5eca8ac60992c
target/arm: Implement MVE VHCADD

Implement the MVE VHCADD insn, which is similar to VCADD
but performs a halving step. This one overlaps with VADC.

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