]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Convert Neon fp VMAX/VMIN/VMAXNM/VMINNM/VRECPS/VRSQRTS to decodetree
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 12 May 2020 16:39:03 +0000 (17:39 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 14 May 2020 14:03:09 +0000 (15:03 +0100)
commitd5fdf9e9e1c6f2bbb0a4bcaafd85d344cce9c298
tree6bf584e590704fa6a76139ae886e4cf1230a15b1
parent26c6f695cfd2a3ccddb4d015a25b56f56aa62928
target/arm: Convert Neon fp VMAX/VMIN/VMAXNM/VMINNM/VRECPS/VRSQRTS to decodetree

Convert the Neon fp VMAX/VMIN/VMAXNM/VMINNM/VRECPS/VRSQRTS 3-reg-same
insns to decodetree. (These are all the remaining non-accumulation
instructions in this group.)

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