commit | b5c960470d0d7a976aa83e6e3a9b0fdc1d83c7cd | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri May 24 22:04:03 2024 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed Jun 05 09:05:10 2024 -0700 |
tree | db972e42cd6b7fa8a4d513816bd42364c5fa6df4 | |
parent | 04d5bf30419412cfbf984e90938b411e22fd8916 [diff] |
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>