Re: [PATCH v2 2/7] target/sparc: Fix FEXPAND

2024-05-03 Thread Philippe Mathieu-Daudé
On 2/5/24 18:55, Richard Henderson wrote: This is a 2-operand instruction, not 3-operand. Worse, we took the source from the wrong operand. Signed-off-by: Richard Henderson --- target/sparc/helper.h | 2 +- target/sparc/insns.decode | 2 +- target/sparc/translate.c | 20

[PATCH v2 2/7] target/sparc: Fix FEXPAND

2024-05-02 Thread Richard Henderson
This is a 2-operand instruction, not 3-operand. Worse, we took the source from the wrong operand. Signed-off-by: Richard Henderson --- target/sparc/helper.h | 2 +- target/sparc/insns.decode | 2 +- target/sparc/translate.c | 20 +++- target/sparc/vis_helper.c | 6 +++---