target/arm: Convert Neon 2-reg-scalar float multiplies to decodetree
commit85ac9aef9a5418de3168df569e21258e853840a2
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Jun 2020 09:32:27 +0000 (16 10:32 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Jun 2020 09:32:27 +0000 (16 10:32 +0100)
tree24739262e1b064357bee6bf59be6d9b71065f0f4
parent96fc80f5f186decd1a649f6c04252faceb057ad2
target/arm: Convert Neon 2-reg-scalar float multiplies to decodetree

Convert the float versions of VMLA, VMLS and VMUL in the Neon
2-reg-scalar group to decodetree.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
As noted in the comment on the WRAP_FP_FN macro, we could have
had a do_2scalar_fp() function, but for 3 insns it seemed
simpler to just do the wrapping to get hold of the fpstatus ptr.
(These are the only fp insns in the group.)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
target/arm/neon-dp.decode
target/arm/translate-neon.inc.c
target/arm/translate.c