target/arm: Sink fp_status and fpcr access into do_fmlal*
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 1 Feb 2025 16:40:12 +0000 (16:40 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 11 Feb 2025 16:22:08 +0000 (16:22 +0000)
commitca4c34e07d1388df8e396520b5e7d60883cd3690
tree43450e250b3a16440a1a74dc15a35fcddcfcf510
parentbbeed9f06a4e66d444bcde9ef4bdd21e866b7d77
target/arm: Sink fp_status and fpcr access into do_fmlal*

Sink common code from the callers into do_fmlal
and do_fmlal_idx.  Reorder the arguments to minimize
the re-sorting from the caller's arguments.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20250129013857.135256-35-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/tcg/vec_helper.c