]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Implement MVE VRINT insns
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 1 Sep 2021 08:02:39 +0000 (09:02 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 1 Sep 2021 10:08:17 +0000 (11:08 +0100)
commit98e40fbd792e13e98abd7f3d17f18a24edea4984
treea7db755e10a3e793958bd9ba322555b852474633
parent73d260db3c7597c1efe7541057469358d2e5d001
target/arm: Implement MVE VRINT insns

Implement the MVE VRINT insns, which round floating point inputs
to integer values, leaving them in floating point format.

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