target/arm: Macroify trans functions for VFMA, VFMS, VFNMA, VFNMS
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 28 Aug 2020 18:33:14 +0000 (19:33 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 1 Sep 2020 10:19:32 +0000 (11:19 +0100)
commit2aa8dcfa14558fe2a63ed0496d60b02565c9a225
tree8707638777a56677e2dbf2b2ee68ca3b803d542b
parente7cb0ded52c6d7b86585b09935fe7caeb9e38b69
target/arm: Macroify trans functions for VFMA, VFMS, VFNMA, VFNMS

Macroify creation of the trans functions for single and double
precision VFMA, VFMS, VFNMA, VFNMS. The repetition was OK for
two sizes, but we're about to add halfprec and it will get a bit
more than seems reasonable.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200828183354.27913-6-peter.maydell@linaro.org
target/arm/translate-vfp.c.inc