]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Implement MVE VADD (scalar)
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 17 Jun 2021 12:16:06 +0000 (13:16 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 24 Jun 2021 13:58:47 +0000 (14:58 +0100)
commite51896b3866ffb74df5aaa3b33c35e7113e5c6b9
treee164fc5de5162d923b5b4452c3b6f412a50f3a70
parent38548747335a0796ab1d636c8b5bcf5c248ce437
target/arm: Implement MVE VADD (scalar)

Implement the scalar form of the MVE VADD insn. This takes the
scalar operand from a general purpose register.

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