Re: [PATCH 04/41] target/sparc: Fix FMUL8x16A{U,L}

2024-04-30 Thread Mark Cave-Ayland
On 02/03/2024 05:15, Richard Henderson wrote: These instructions have f32 inputs, which changes the decode of the register numbers. While we're fixing things, use a common helper for both insns, extracting the 16-bit scalar in tcg beforehand. Signed-off-by: Richard Henderson --- target/spar

[PATCH 04/41] target/sparc: Fix FMUL8x16A{U,L}

2024-03-01 Thread Richard Henderson
These instructions have f32 inputs, which changes the decode of the register numbers. While we're fixing things, use a common helper for both insns, extracting the 16-bit scalar in tcg beforehand. Signed-off-by: Richard Henderson --- target/sparc/helper.h | 3 +-- target/sparc/translate.c