]> Git Repo - qemu.git/commit
target/arm: Convert Neon VQSHL, VRSHL, VQRSHL 3-reg-same insns to decodetree
authorPeter Maydell <[email protected]>
Tue, 12 May 2020 16:38:54 +0000 (17:38 +0100)
committerPeter Maydell <[email protected]>
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 <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Message-id: 20200512163904[email protected]
target/arm/neon-dp.decode
target/arm/translate-neon.inc.c
target/arm/translate.c
This page took 0.025405 seconds and 4 git commands to generate.