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 <richard.hender...@linaro.org>
---
  tcg/tcg.c                        |  4 ++++
  tcg/aarch64/tcg-target.c.inc     | 22 ++++++++++--------
  tcg/arm/tcg-target.c.inc         | 11 +++++----
  tcg/i386/tcg-target.c.inc        | 21 +++++++++--------
  tcg/loongarch64/tcg-target.c.inc | 22 ++++++++++--------
  tcg/mips/tcg-target.c.inc        | 33 +++++++++++++--------------
  tcg/ppc/tcg-target.c.inc         | 11 +++++----
  tcg/riscv/tcg-target.c.inc       | 22 ++++++++++--------
  tcg/s390x/tcg-target.c.inc       | 23 ++++++++++---------
  tcg/sparc64/tcg-target.c.inc     | 39 +++++++++++++++++---------------
  tcg/tci/tcg-target.c.inc         | 10 ++++----
  11 files changed, 121 insertions(+), 97 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>


Reply via email to