target/hexagon: Use float32_muladd for helper_sffms
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 8 Dec 2024 19:51:04 +0000 (13:51 -0600)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 24 Dec 2024 16:32:15 +0000 (08:32 -0800)
commit2eca1928f9afb7cbc8e72a59dffb964c8319469a
tree0c8e0e45061f23dd3ca12e81a25accbcbda8f228
parent655a83cac128574c7ea386042f8eefa5be5708e5
target/hexagon: Use float32_muladd for helper_sffms

There are no special cases for this instruction.  Since hexagon
always uses default-nan mode, explicitly negating the first
input is unnecessary.  Use float_muladd_negate_product instead.

Reviewed-by: Brian Cain <brian.cain@oss.qualcomm.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hexagon/op_helper.c