qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 27/81] tcg: Pass type and flags to tcg_target_op_def


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2 27/81] tcg: Pass type and flags to tcg_target_op_def
Date: Tue, 14 Jan 2025 17:58:31 +0100
User-agent: Mozilla Thunderbird

On 7/1/25 09:00, Richard Henderson wrote:
Allow the backend to make constraint choices based on more parameters.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  tcg/tcg.c                        | 4 ++--
  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, 22 insertions(+), 12 deletions(-)

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




reply via email to

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