Re: [PATCH v3 08/57] tcg/i386: Drop r0+r1 local variables from tcg_out_tlb_load

2023-04-25 Thread Philippe Mathieu-Daudé
On 24/4/23 07:40, Richard Henderson wrote: Use TCG_REG_L[01] constants directly. Signed-off-by: Richard Henderson --- tcg/i386/tcg-target.c.inc | 32 1 file changed, 16 insertions(+), 16 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH v3 08/57] tcg/i386: Drop r0+r1 local variables from tcg_out_tlb_load

2023-04-23 Thread Richard Henderson
Use TCG_REG_L[01] constants directly. Signed-off-by: Richard Henderson --- tcg/i386/tcg-target.c.inc | 32 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/tcg/i386/tcg-target.c.inc b/tcg/i386/tcg-target.c.inc index b6750c364a..7a02f79f1b 100644