]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Handle FPCR.NEP for 3-input scalar operations
authorPeter Maydell <peter.maydell@linaro.org>
Sat, 1 Feb 2025 16:39:20 +0000 (16:39 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 11 Feb 2025 16:22:07 +0000 (16:22 +0000)
commit0378199dc2fdf90550f9a819701b0c1709b34eab
tree2c6bb8f3a1eaa070764cdd3f1018989dc16de635
parent78dcfe20e92a928375ff18c13b868ce2778c571c
target/arm: Handle FPCR.NEP for 3-input scalar operations

Handle FPCR.NEP for the 3-input scalar operations which use
do_fmla_scalar_idx() and do_fmadd(), by making them call the
appropriate write_fp_*reg_merging() functions.

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