]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Handle FPCR.NEP for NEP for FMUL, FMULX scalar by element
authorPeter Maydell <peter.maydell@linaro.org>
Sat, 1 Feb 2025 16:39:26 +0000 (16:39 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 11 Feb 2025 16:22:07 +0000 (16:22 +0000)
commit7bcde0c6dd9e7d150fb530b85f9218270db98638
tree84f7b902ef672c051b5430326e1e5f7b514a1d16
parent555639065d5b5310e8e67af383539309784d37dd
target/arm: Handle FPCR.NEP for NEP for FMUL, FMULX scalar by element

do_fp3_scalar_idx() is used only for the FMUL and FMULX scalar by
element instructions; these both need to merge the result with the Rn
register when FPCR.NEP is set.

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