OSDN Git Service

target/arm: Implement fp16 for Neon VMUL, VMLA, VMLS
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 28 Aug 2020 18:33:53 +0000 (19:33 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 1 Sep 2020 10:45:36 +0000 (11:45 +0100)
commitfc8ae790311882afa3c7816df004daf978c40e9a
treeeb0c56003bb53f5b9aa43fe1316a06fcf055e5d0
parentc50d8d144098a8261233ca31b47e3bc487e112fe
target/arm: Implement fp16 for Neon VMUL, VMLA, VMLS

Convert the Neon floating-point VMUL, VMLA and VMLS to use gvec,
and use this to implement fp16 support.

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