]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Convert Neon VQSHL, VRSHL, VQRSHL 3-reg-same insns to decodetree
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 12 May 2020 16:38:54 +0000 (17:38 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 14 May 2020 14:03:09 +0000 (15:03 +0100)
commit6812dfdc6b0286730d6f903ebfbdc4f81b80c29b
treeda7668535c532078412df02f3b28a1dfe34cf8d1
parent8e44d03f4b5590e19a4f7910ca1c327609933dd7
target/arm: Convert Neon VQSHL, VRSHL, VQRSHL 3-reg-same insns to decodetree

Convert the VQSHL, VRSHL and VQRSHL insns in the 3-reg-same
group to decodetree. We have already implemented the size==0b11
case of these insns; this commit handles the remaining sizes.

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