]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Implement MVE VRSHL
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 17 Jun 2021 12:16:19 +0000 (13:16 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 24 Jun 2021 13:58:47 +0000 (14:58 +0100)
commitbb002345ebfe09f6f96fc41043f93d2e286cd136
tree74b13d12e1a6d2cc4e233cfc40dcc42a15d6b678
parent0372cad813193bab3fb88985129ac59c801ca065
target/arm: Implement MVE VRSHL

Implement the MVE VRSHL insn (vector form).

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