]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Implement MVE VQDMULL (vector)
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 17 Jun 2021 12:16:22 +0000 (13:16 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 24 Jun 2021 13:58:48 +0000 (14:58 +0100)
commit43364321f354b8722d5bab730052b625adc3a92c
tree99cb1f7e828832ec80773a8e62cf3e0f6390d951
parent92f117326af14d9bffc2ec99e0f112d33c0615ca
target/arm: Implement MVE VQDMULL (vector)

Implement the vector form of the MVE VQDMULL insn.

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