qemu-devel
[Top][All Lists]
Advanced

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

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


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 01/22] tcg: Split out tcg_out_exit_tb
Date: Tue, 6 Dec 2022 08:24:35 +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: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.henderson@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é <philmd@linaro.org>




reply via email to

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