qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 07/35] tcg: Add TCGConst argument to tcg_target_const_matc


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2 07/35] tcg: Add TCGConst argument to tcg_target_const_match
Date: Mon, 6 Nov 2023 19:47:32 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.15.1

On 28/10/23 21:44, Richard Henderson wrote:
Fill the new argument from any condition within the opcode.
Not yet used within any backend.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  tcg/tcg.c                        | 34 ++++++++++++++++++++++++++++++--
  tcg/aarch64/tcg-target.c.inc     |  3 ++-
  tcg/arm/tcg-target.c.inc         |  3 ++-
  tcg/i386/tcg-target.c.inc        |  3 ++-
  tcg/loongarch64/tcg-target.c.inc |  3 ++-
  tcg/mips/tcg-target.c.inc        |  3 ++-
  tcg/ppc/tcg-target.c.inc         |  3 ++-
  tcg/riscv/tcg-target.c.inc       |  3 ++-
  tcg/s390x/tcg-target.c.inc       |  3 ++-
  tcg/sparc64/tcg-target.c.inc     |  3 ++-
  tcg/tci/tcg-target.c.inc         |  3 ++-
  11 files changed, 52 insertions(+), 12 deletions(-)

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




reply via email to

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