]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Implement MVE VSUB, VMUL (scalar)
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 17 Jun 2021 12:16:07 +0000 (13:16 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 24 Jun 2021 13:58:47 +0000 (14:58 +0100)
commit91a358fdfb3b116a6ea72a38d5c217caad1d45b5
treeaf331bb0fd601f2b136fd33005640c7f8425d5ca
parente51896b3866ffb74df5aaa3b33c35e7113e5c6b9
target/arm: Implement MVE VSUB, VMUL (scalar)

Implement the scalar forms of the MVE VSUB and VMUL insns.

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