qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 010/162] tcg: Convert andc to TCGOutOpBinary


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v3 010/162] tcg: Convert andc to TCGOutOpBinary
Date: Wed, 26 Feb 2025 22:48:03 +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 andc to and 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-con-set.h        |  2 +-
  tcg/i386/tcg-target-has.h            |  2 --
  tcg/loongarch64/tcg-target-con-set.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-con-set.h       |  1 +
  tcg/riscv/tcg-target-has.h           |  2 --
  tcg/s390x/tcg-target-con-set.h       |  1 -
  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             | 16 +++++++----
  tcg/i386/tcg-target.c.inc            | 31 +++++++++++---------
  tcg/loongarch64/tcg-target.c.inc     | 23 ++++++++-------
  tcg/mips/tcg-target.c.inc            |  4 +++
  tcg/ppc/tcg-target.c.inc             | 29 ++++++++-----------
  tcg/riscv/tcg-target.c.inc           | 27 +++++++++++-------
  tcg/s390x/tcg-target.c.inc           | 42 ++++++++++++++--------------
  tcg/sparc64/tcg-target.c.inc         | 16 +++++++----
  tcg/tci/tcg-target.c.inc             | 14 ++++++++--
  28 files changed, 135 insertions(+), 130 deletions(-)

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




reply via email to

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