OSDN Git Service

target/arm: Implement MVE VCVT between fp and integer
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 1 Sep 2021 08:02:38 +0000 (09:02 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 1 Sep 2021 10:08:17 +0000 (11:08 +0100)
commit2ec0dcf034b6954eb6d0b03ae83fba015e263c27
treee10b2c0f39df07d6cd589dc87a493b576b415006
parent2a4b939cf865fe5edd0f3dccf1b4ba6c3ca8b904
target/arm: Implement MVE VCVT between fp and integer

Implement the MVE "VCVT (between floating-point and integer)" insn.

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