Merge not only the i32 and i64 alternatives, but all
of the different input bit sizes as well. For each
tcg target they are all the same.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
include/tcg/tcg-opc.h | 10 +++++-----
tcg/aarch64/tcg-target-has.h | 6 +-----
tcg/arm/tcg-target-has.h | 3 +--
tcg/i386/tcg-target-has.h | 6 +-----
tcg/loongarch64/tcg-target-has.h | 6 +-----
tcg/mips/tcg-target-has.h | 6 +-----
tcg/ppc/tcg-target-has.h | 6 +-----
tcg/riscv/tcg-target-has.h | 6 +-----
tcg/s390x/tcg-target-has.h | 6 +-----
tcg/sparc64/tcg-target-has.h | 6 +-----
tcg/tcg-has.h | 3 ---
tcg/tci/tcg-target-has.h | 6 +-----
tcg/tcg-op.c | 10 +++++-----
tcg/tcg.c | 7 ++-----
tcg/tci.c | 9 ---------
tcg/tci/tcg-target.c.inc | 10 +++++-----
16 files changed, 27 insertions(+), 79 deletions(-)