]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Convert Neon 2-reg-scalar VQDMULH, VQRDMULH to decodetree
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Jun 2020 09:32:27 +0000 (10:32 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Jun 2020 09:32:27 +0000 (10:32 +0100)
commitb2fc7be972b94872f6a6dd32d9bda1b88ddbcaad
tree428adc2ab92093953c4b948899b08e00883885fd
parent85ac9aef9a5418de3168df569e21258e853840a2
target/arm: Convert Neon 2-reg-scalar VQDMULH, VQRDMULH to decodetree

Convert the VQDMULH and VQRDMULH insns in the 2-reg-scalar group
to decodetree.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
target/arm/neon-dp.decode
target/arm/translate-neon.inc.c
target/arm/translate.c