]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Convert VFM[AS]L (scalar) to decodetree
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 30 Apr 2020 18:09:37 +0000 (19:09 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 4 May 2020 11:57:56 +0000 (12:57 +0100)
commitd27e82f7d02f35e5919bd9cbbcb157f3537069a0
tree82234518f06fe3b3378ba9f21d8861024f681c37
parent35f5d4d1747558c6af2d914bcd848dcc30c3b531
target/arm: Convert VFM[AS]L (scalar) to decodetree

Convert the VFM[AS]L (scalar) insns in the 2reg-scalar-ext group
to decodetree. These are the last ones in the group so we can remove
all the legacy decode for the group.

Note that in disas_thumb2_insn() the parts of this encoding space
where the decodetree decoder returns false will correctly be directed
to illegal_op by the "(insn & (1 << 28))" check so they won't fall
into disas_coproc_insn() by mistake.

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