Re: [PATCH 01/22] tcg: Split out tcg_out_exit_tb

2022-12-05 Thread Philippe Mathieu-Daudé
On 6/12/22 05:16, Richard Henderson wrote: The INDEX_op_exit_tb opcode needs no register allocation. Split out a dedicated helper function for it. Signed-off-by: Richard Henderson --- tcg/tcg.c| 4 tcg/aarch64/tcg-target.c.inc | 22 ++ tcg/a

[PATCH 01/22] tcg: Split out tcg_out_exit_tb

2022-12-05 Thread Richard Henderson
The INDEX_op_exit_tb opcode needs no register allocation. Split out a dedicated helper function for it. Signed-off-by: Richard Henderson --- tcg/tcg.c| 4 tcg/aarch64/tcg-target.c.inc | 22 ++ tcg/arm/tcg-target.c.inc | 11 + tcg/