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


Reply via email to