Re: [PATCH v2 3/7] target/sparc: Fix FMUL8x16

2024-05-03 Thread Philippe Mathieu-Daudé
On 2/5/24 18:55, Richard Henderson wrote: This instruction has f32 as source1, which alters the decoding of the register number, which means we've been passing the wrong data for odd register numbers. Signed-off-by: Richard Henderson --- target/sparc/helper.h | 2 +- target/sparc/transl

[PATCH v2 3/7] target/sparc: Fix FMUL8x16

2024-05-02 Thread Richard Henderson
This instruction has f32 as source1, which alters the decoding of the register number, which means we've been passing the wrong data for odd register numbers. Signed-off-by: Richard Henderson --- target/sparc/helper.h | 2 +- target/sparc/translate.c | 21 - target/spar