]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Implement FPCR.AH semantics for SVE FMAXV and FMINV
authorPeter Maydell <peter.maydell@linaro.org>
Sat, 1 Feb 2025 16:39:31 +0000 (16:39 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 11 Feb 2025 16:22:07 +0000 (16:22 +0000)
commitdac3a42f39ef1fae52b5b7b15662f3277f9ce7f2
treed9cb05c337a28a2f868585188ca8a8128bf33240
parent384433e709836209ae34bedda8a2a57992be8e18
target/arm: Implement FPCR.AH semantics for SVE FMAXV and FMINV

Implement the FPCR.AH semantics for the SVE FMAXV and FMINV
vector-reduction-to-scalar max/min operations.

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