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.hender...@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é <phi...@linaro.org>


Reply via email to