qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 08/22] tcg: Split out tcg_out_goto_tb


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 08/22] tcg: Split out tcg_out_goto_tb
Date: Tue, 6 Dec 2022 08:36:08 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.5.1

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.henderson@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é <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]