Peter Maydell 2c35a39eda 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
2020-06-05 17:23:10 +01:00
..
2019-09-05 13:23:03 +01:00
2020-06-05 17:23:09 +01:00
2018-12-11 15:45:22 -02:00
2020-05-19 08:40:50 -07:00
2019-09-05 13:23:03 +01:00
2020-05-14 15:03:08 +01:00
2020-02-28 16:14:57 +00:00