]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Handle FPCR.AH in vector FABD
authorPeter Maydell <peter.maydell@linaro.org>
Sat, 1 Feb 2025 16:39:36 +0000 (16:39 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 11 Feb 2025 16:22:07 +0000 (16:22 +0000)
commit538deec62339594ecac4434e278b43b9807085e2
tree41cc6e0a2152dfffac564c3af6df0c88dd294ab5
parentd091ce2d3f5bad6df30c686558807bcffb0c5a96
target/arm: Handle FPCR.AH in vector FABD

Split the handling of vector FABD so that it calls a different set
of helpers when FPCR.AH is 1, which implement the "no negation of
the sign of a NaN" semantics.

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