Re: [PATCH 17/24] tcg/i386: Merge tcg_out_brcond{32,64}

2023-08-11 Thread Peter Maydell
On Tue, 8 Aug 2023 at 04:12, Richard Henderson wrote: > > Pass a rexw parameter instead of duplicating the functions. > > Signed-off-by: Richard Henderson > --- > tcg/i386/tcg-target.c.inc | 110 +- > 1 file changed, 49 insertions(+), 61 deletions(-) Reviewed

[PATCH 17/24] tcg/i386: Merge tcg_out_brcond{32,64}

2023-08-07 Thread Richard Henderson
Pass a rexw parameter instead of duplicating the functions. Signed-off-by: Richard Henderson --- tcg/i386/tcg-target.c.inc | 110 +- 1 file changed, 49 insertions(+), 61 deletions(-) diff --git a/tcg/i386/tcg-target.c.inc b/tcg/i386/tcg-target.c.inc index 774