target/arm: Implement MVE VCVT between single and half precision
commit73d260db3c7597c1efe7541057469358d2e5d001
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 1 Sep 2021 08:02:39 +0000 (1 09:02 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 1 Sep 2021 10:08:17 +0000 (1 11:08 +0100)
treef0d0963e04faf37341b71d4060afe7aa7b0f010a
parent53fc5f61394927101416dc618480967dc7cd2171
target/arm: Implement MVE VCVT between single and half precision

Implement the MVE VCVT instruction which converts between single
and half precision floating point.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
target/arm/helper-mve.h
target/arm/mve.decode
target/arm/mve_helper.c
target/arm/translate-mve.c