target/arm: Implement fp16 for Neon VCVT with rounding modes
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 28 Aug 2020 18:33:48 +0000 (19:33 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 1 Sep 2020 10:38:58 +0000 (11:38 +0100)
commitca88a6efdf4ce96b646a896059f9bd324c2cebc4
treeaecc537e7ea7bd183c2641dfcab9192c3a041388
parent24018cf3990b692b51e50183c5fbd98d17b3fa40
target/arm: Implement fp16 for Neon VCVT with rounding modes

Convert the Neon VCVT with-specified-rounding-mode instructions
to gvec, and use this to implement fp16 support for them.

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