On 6/12/22 05:17, Richard Henderson wrote:
The INDEX_op_goto_tb opcode needs no register allocation.
Split out a dedicated helper function for it.
Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
tcg/tcg.c | 4 ++
tcg/aarch64/tcg-target.c.inc | 40 +++++++++---------
tcg/arm/tcg-target.c.inc | 49 +++++++++++-----------
tcg/i386/tcg-target.c.inc | 33 +++++++--------
tcg/loongarch64/tcg-target.c.inc | 38 +++++++++--------
tcg/mips/tcg-target.c.inc | 21 ++++++----
tcg/ppc/tcg-target.c.inc | 52 ++++++++++++------------
tcg/riscv/tcg-target.c.inc | 20 +++++----
tcg/s390x/tcg-target.c.inc | 70 ++++++++++++++++----------------
tcg/sparc64/tcg-target.c.inc | 68 ++++++++++++++++---------------
tcg/tci/tcg-target.c.inc | 16 ++++----
11 files changed, 219 insertions(+), 192 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>