]> Git Repo - qemu.git/commit - target/arm/translate-neon.inc.c
target/arm: Convert Neon one-register-and-immediate insns to decodetree
authorPeter Maydell <[email protected]>
Fri, 22 May 2020 14:55:20 +0000 (15:55 +0100)
committerPeter Maydell <[email protected]>
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 <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Message-id: 20200522145520[email protected]
target/arm/neon-dp.decode
target/arm/translate-neon.inc.c
target/arm/translate.c
This page took 0.025259 seconds and 4 git commands to generate.