tcg: Remove TCG_TARGET_HAS_deposit_{i32,i64}
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 28 Dec 2024 04:10:03 +0000 (20:10 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 17 Jan 2025 04:57:17 +0000 (20:57 -0800)
commit6482e9d2a40101895ae73c72466ccf4bcbee51bd
treedf7b286d573a0bbfac0f5fdb8e6c2ff62fd6e848
parentc334de110ea93108feeddce11bd302146d1520f8
tcg: Remove TCG_TARGET_HAS_deposit_{i32,i64}

Make deposit "unconditional" in the sense that the opcode is
always present.  Rely instead on TCG_TARGET_deposit_valid,
now always defined.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
15 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/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-op.c
tcg/tcg.c
tcg/tci.c
tcg/tci/tcg-target-has.h
tcg/tci/tcg-target.c.inc