]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/arm: Rename gvec_fml[as]_[hs] with _nf_ infix
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 4 Jul 2025 14:20:10 +0000 (08:20 -0600)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 4 Jul 2025 14:52:22 +0000 (15:52 +0100)
commite0646fc93e40d32462ee2b87be187e088dba8593
tree83c3bf0f6f48f3d9efcc323e223243864d492f0f
parent0a151896ebba73b1fa75bbfdbf25a2f32e09fa19
target/arm: Rename gvec_fml[as]_[hs] with _nf_ infix

Emphasize the non-fused nature of these multiply-add.
Matches other helpers such as gvec_rsqrts_nf_[hs].

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