]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Implement MVE VMAXA, VMINA
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 13 Aug 2021 16:11:55 +0000 (17:11 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 25 Aug 2021 09:48:50 +0000 (10:48 +0100)
commitd5c571ea6d1558934b0d1a95c51a2c084cf4fd85
tree37c85119977db8882ade3a613a55b9f6cf89442a
parent398e7cd3cd7a82eb04d236c7e30171f058f234b7
target/arm: Implement MVE VMAXA, VMINA

Implement the MVE VMAXA and VMINA insns, which take the absolute
value of the signed elements in the input vector and then accumulate
the unsigned max or min into the destination vector.

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