]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Implement FPCR.AH semantics for FMINP and FMAXP
authorPeter Maydell <peter.maydell@linaro.org>
Sat, 1 Feb 2025 16:39:30 +0000 (16:39 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 11 Feb 2025 16:22:07 +0000 (16:22 +0000)
commit384433e709836209ae34bedda8a2a57992be8e18
treefdcd0a7ab9bcaa396886ec666ed288a89bc1745a
parentbb9330b662c62c5e84620f7028859c9b178642d6
target/arm: Implement FPCR.AH semantics for FMINP and FMAXP

Implement the FPCR.AH semantics for the pairwise floating
point minimum/maximum insns FMINP and FMAXP.

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/translate-a64.c
target/arm/tcg/vec_helper.c