qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 015/162] tcg: Convert orc to TCGOutOpBinary


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v3 015/162] tcg: Convert orc to TCGOutOpBinary
Date: Wed, 26 Feb 2025 22:57:32 +0100
User-agent: Mozilla Thunderbird

On 17/2/25 00:07, Richard Henderson wrote:
At the same time, drop all backend support for immediate
operands, as we now transform orc to or during optimize.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  tcg/aarch64/tcg-target-has.h         |  2 --
  tcg/arm/tcg-target-has.h             |  1 -
  tcg/i386/tcg-target-has.h            |  2 --
  tcg/loongarch64/tcg-target-con-set.h |  1 -
  tcg/loongarch64/tcg-target-con-str.h |  1 -
  tcg/loongarch64/tcg-target-has.h     |  2 --
  tcg/mips/tcg-target-has.h            |  2 --
  tcg/ppc/tcg-target-has.h             |  2 --
  tcg/riscv/tcg-target-has.h           |  2 --
  tcg/s390x/tcg-target-has.h           |  2 --
  tcg/sparc64/tcg-target-has.h         |  2 --
  tcg/tcg-has.h                        |  1 -
  tcg/tci/tcg-target-has.h             |  2 --
  tcg/tcg-op.c                         |  4 +--
  tcg/tcg.c                            |  8 +++---
  tcg/tci.c                            |  2 --
  tcg/aarch64/tcg-target.c.inc         | 24 ++++++++---------
  tcg/arm/tcg-target.c.inc             |  4 +++
  tcg/i386/tcg-target.c.inc            |  4 +++
  tcg/loongarch64/tcg-target.c.inc     | 40 ++++++++++------------------
  tcg/mips/tcg-target.c.inc            |  4 +++
  tcg/ppc/tcg-target.c.inc             | 22 +++++++--------
  tcg/riscv/tcg-target.c.inc           | 22 ++++++++-------
  tcg/s390x/tcg-target.c.inc           | 36 +++++++++++--------------
  tcg/sparc64/tcg-target.c.inc         | 16 +++++++----
  tcg/tci/tcg-target.c.inc             | 14 +++++++---
  26 files changed, 104 insertions(+), 118 deletions(-)

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




reply via email to

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