qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 47/81] tcg: Remove TCG_TARGET_HAS_{s}extract_{i32,i64}


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2 47/81] tcg: Remove TCG_TARGET_HAS_{s}extract_{i32,i64}
Date: Wed, 15 Jan 2025 21:16:30 +0100
User-agent: Mozilla Thunderbird

On 7/1/25 09:00, Richard Henderson wrote:
Make extract and sextract "unconditional" in the sense
that the opcodes are always present.  Rely instead on
TCG_TARGET_HAS_{s}extract_valid, now always defined.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  tcg/aarch64/tcg-target-has.h     |  4 ----
  tcg/arm/tcg-target-has.h         |  2 --
  tcg/i386/tcg-target-has.h        |  4 ----
  tcg/loongarch64/tcg-target-has.h |  4 ----
  tcg/mips/tcg-target-has.h        |  4 ----
  tcg/ppc/tcg-target-has.h         |  4 ----
  tcg/riscv/tcg-target-has.h       |  4 ----
  tcg/s390x/tcg-target-has.h       |  4 ----
  tcg/sparc64/tcg-target-has.h     |  4 ----
  tcg/tcg-has.h                    | 12 ------------
  tcg/tci/tcg-target-has.h         |  4 ----
  tcg/optimize.c                   |  8 ++++----
  tcg/tcg.c                        | 12 ++++--------
  tcg/tci.c                        |  8 --------
  14 files changed, 8 insertions(+), 70 deletions(-)

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




reply via email to

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