OSDN Git Service

target/arm: Implement fp16 for Neon VRINT-with-specified-rounding-mode
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 28 Aug 2020 18:33:49 +0000 (19:33 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 1 Sep 2020 10:45:20 +0000 (11:45 +0100)
commit18725916b1438b54d6d6533980833d2251a20b7c
tree627a404469829a695e5094bc15594ef5dfc0fcfc
parentca88a6efdf4ce96b646a896059f9bd324c2cebc4
target/arm: Implement fp16 for Neon VRINT-with-specified-rounding-mode

Convert the Neon VRINT-with-specified-rounding-mode insns to gvec,
and use this to implement the fp16 versions.

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