qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 48/81] tcg: Remove TCG_TARGET_HAS_deposit_{i32,i64}


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2 48/81] tcg: Remove TCG_TARGET_HAS_deposit_{i32,i64}
Date: Wed, 15 Jan 2025 21:19:57 +0100
User-agent: Mozilla Thunderbird

On 7/1/25 09:00, Richard Henderson wrote:
Make extract and sextract "unconditional" in the sense

Typo "Make deposit ..."

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

that the opcodes are always present.  Rely instead on
TCG_TARGET_deposit_valid, now always defined.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  tcg/aarch64/tcg-target-has.h     |  3 +--
  tcg/arm/tcg-target-has.h         |  2 +-
  tcg/i386/tcg-target-has.h        |  5 +----
  tcg/loongarch64/tcg-target-has.h |  3 +--
  tcg/mips/tcg-target-has.h        |  3 +--
  tcg/ppc/tcg-target-has.h         |  3 +--
  tcg/riscv/tcg-target-has.h       |  4 ++--
  tcg/s390x/tcg-target-has.h       |  3 +--
  tcg/sparc64/tcg-target-has.h     |  4 ++--
  tcg/tcg-has.h                    |  8 --------
  tcg/tci/tcg-target-has.h         |  3 +--
  tcg/tcg-op.c                     | 22 +++++++++++-----------
  tcg/tcg.c                        | 31 +++++++++++--------------------
  tcg/tci.c                        |  4 ----
  tcg/tci/tcg-target.c.inc         |  2 +-
  15 files changed, 35 insertions(+), 65 deletions(-)




reply via email to

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