tcg: Remove TCG_TARGET_HAS_{s}extract_{i32,i64}
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 26 Dec 2024 08:43:19 +0000 (00:43 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 17 Jan 2025 04:57:17 +0000 (20:57 -0800)
commitc334de110ea93108feeddce11bd302146d1520f8
treefc358ad6b6324ae288e5335ecc291fb4e68914d9
parent41736e7ce1f810594abad540c48f8390228a4d81
tcg: Remove TCG_TARGET_HAS_{s}extract_{i32,i64}

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.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
14 files changed:
tcg/aarch64/tcg-target-has.h
tcg/arm/tcg-target-has.h
tcg/i386/tcg-target-has.h
tcg/loongarch64/tcg-target-has.h
tcg/mips/tcg-target-has.h
tcg/optimize.c
tcg/ppc/tcg-target-has.h
tcg/riscv/tcg-target-has.h
tcg/s390x/tcg-target-has.h
tcg/sparc64/tcg-target-has.h
tcg/tcg-has.h
tcg/tcg.c
tcg/tci.c
tcg/tci/tcg-target-has.h