target/arm: Implement FPCR.AH semantics for FMAXV and FMINV
authorPeter Maydell <peter.maydell@linaro.org>
Sat, 1 Feb 2025 16:39:29 +0000 (16:39 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 11 Feb 2025 16:22:07 +0000 (16:22 +0000)
commitbb9330b662c62c5e84620f7028859c9b178642d6
tree582c99874399b1edbdffd3d1444c8a2af37f6606
parentd613e44010658ced19ac9add6a9587bef1d63c67
target/arm: Implement FPCR.AH semantics for FMAXV and FMINV

Implement the FPCR.AH semantics for FMAXV and FMINV.  These are the
"recursively reduce all lanes of a vector to a scalar result" insns;
we just need to use the _ah_ helper for the reduction step when
FPCR.AH == 1.

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