target/arm: Implement fp16 for Neon VFMA, VMFS
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 28 Aug 2020 18:33:40 +0000 (19:33 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 1 Sep 2020 10:37:51 +0000 (11:37 +0100)
commitcf722d75b329ef3f86b869e7e68cbfb1607b3bde
tree0e89c4302fc0ac3c46ef46e7d84ce3e4c5b606f5
parente5adc70665ecaf4009c2fb8d66775ea718a85abd
target/arm: Implement fp16 for Neon VFMA, VMFS

Convert the neon floating-point vector operations VFMA and VFMS
to use a gvec helper, and use this to implement the fp16 case.

This is the last use of do_3same_fp() so we can now delete
that function.

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