Re: [PATCH v2 32/37] target/sparc: Implement VIS4 comparisons

2024-06-05 Thread Philippe Mathieu-Daudé
On 26/5/24 21:42, Richard Henderson wrote: VIS4 completes the set, adding missing signed 8-bit ops and missing unsigned 16 and 32-bit ops. Signed-off-by: Richard Henderson --- target/sparc/helper.h | 12 +-- target/sparc/insns.decode | 6 ++ target/sparc/translate.c | 12 +++ targ

[PATCH v2 32/37] target/sparc: Implement VIS4 comparisons

2024-05-26 Thread Richard Henderson
VIS4 completes the set, adding missing signed 8-bit ops and missing unsigned 16 and 32-bit ops. Signed-off-by: Richard Henderson --- target/sparc/helper.h | 12 +-- target/sparc/insns.decode | 6 ++ target/sparc/translate.c | 12 +++ target/sparc/vis_helper.c | 170 +