Re: [PATCH 1/2] tcg/i386: Use tcg_{high, unsigned}_cond in tcg_out_brcond2

2025-02-16 Thread Philippe Mathieu-Daudé
On 16/2/25 03:47, Richard Henderson wrote: Eliminate code repetition by using the appropriate helpers. Signed-off-by: Richard Henderson --- tcg/i386/tcg-target.c.inc | 65 +-- 1 file changed, 8 insertions(+), 57 deletions(-) Reviewed-by: Philippe Mathieu

[PATCH 1/2] tcg/i386: Use tcg_{high, unsigned}_cond in tcg_out_brcond2

2025-02-15 Thread Richard Henderson
Eliminate code repetition by using the appropriate helpers. Signed-off-by: Richard Henderson --- tcg/i386/tcg-target.c.inc | 65 +-- 1 file changed, 8 insertions(+), 57 deletions(-) diff --git a/tcg/i386/tcg-target.c.inc b/tcg/i386/tcg-target.c.inc index cfea