]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Convert Neon VSRA, VSRI, VRSHR, VRSRA 2-reg-shift insns to decodetree
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 22 May 2020 14:55:14 +0000 (15:55 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 5 Jun 2020 16:23:10 +0000 (17:23 +0100)
commit434f71ef96d69dbf57d6bb3883a15d2d0b32dea8
treee8f9cded289690759f1d5249ea2ab56d0e66b2b8
parent66432d6b8294e3508218b360acfdf7c244eea993
target/arm: Convert Neon VSRA, VSRI, VRSHR, VRSRA 2-reg-shift insns to decodetree

Convert the VSRA, VSRI, VRSHR, VRSRA 2-reg-shift insns to decodetree.
(These are the last instructions in the group that are vectorized;
the rest all require looping over each element.)

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