OSDN Git Service

target/arm: Implement fp16 for Neon VMLA, VMLS operations
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 28 Aug 2020 18:33:39 +0000 (19:33 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 1 Sep 2020 10:31:48 +0000 (11:31 +0100)
commite5adc70665ecaf4009c2fb8d66775ea718a85abd
tree766718f65a0757cef7643adc46b548adaa36eef4
parente22705bb941d82d6c2a09e8b2031084326902be3
target/arm: Implement fp16 for Neon VMLA, VMLS operations

Convert the Neon floating-point VMLA and VMLS insns over to using a
gvec helper, and use this to implement the fp16 case.

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