]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Convert NEON VFMA, VFMS 3-reg-same insns to decodetree
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 12 May 2020 16:39:04 +0000 (17:39 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 14 May 2020 14:03:09 +0000 (15:03 +0100)
commite95485f85657be21135c17a9226e297c21e73360
tree5ff4380795ba22e0687309748584014e9340e773
parentd5fdf9e9e1c6f2bbb0a4bcaafd85d344cce9c298
target/arm: Convert NEON VFMA, VFMS 3-reg-same insns to decodetree

Convert the Neon floating point VFMA and VFMS insn to decodetree.
These are the last insns in the 3-reg-same group so we can
remove all the support/loop code from the old decoder.

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