]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Convert Neon one-register-and-immediate insns to decodetree
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 22 May 2020 14:55:20 +0000 (15:55 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 5 Jun 2020 16:23:10 +0000 (17:23 +0100)
commit2c35a39eda0b16c2ed85c94cec204bf5efb97812
tree5a1cc33d2f08810b8d2f1c8133520e2c56635e69
parent3da26f11711caeaa18318b6afa14dfb81d7650ab
target/arm: Convert Neon one-register-and-immediate insns to decodetree

Convert the insns in the one-register-and-immediate group to decodetree.

In the new decode, our asimd_imm_const() function returns a 64-bit value
rather than a 32-bit one, which means we don't need to treat cmode=14 op=1
as a special case in the decoder (it is the only encoding where the two
halves of the 64-bit value are different).

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