target/sparc: Fix helper_fmul8ulx16
commitb5c960470d0d7a976aa83e6e3a9b0fdc1d83c7cd
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 25 May 2024 05:04:03 +0000 (24 22:04 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 5 Jun 2024 16:05:10 +0000 (5 09:05 -0700)
treedb972e42cd6b7fa8a4d513816bd42364c5fa6df4
parent04d5bf30419412cfbf984e90938b411e22fd8916
target/sparc: Fix helper_fmul8ulx16

This operation returns the high 16 bits of a 24-bit multiply
that has been sign-extended to 32 bits.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/sparc/vis_helper.c