OSDN Git Service

tcg: Remove TCG_TARGET_HAS_movcond_{i32,i64}
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 26 Oct 2023 04:14:01 +0000 (21:14 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 6 Nov 2023 16:27:21 +0000 (08:27 -0800)
commit3871be753f3351c21c8e384432f7798c3eed9de9
tree9ec604b917a5511b36e5fc6d40997e355890bfa4
parent2cff741da81416ba7d4d8f2470e75d0e13bccae4
tcg: Remove TCG_TARGET_HAS_movcond_{i32,i64}

The movcond opcode is now mandatory for backends to implement.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20231026041404.1229328-4-richard.henderson@linaro.org>
14 files changed:
include/tcg/tcg-opc.h
include/tcg/tcg.h
tcg/aarch64/tcg-target.h
tcg/arm/tcg-target.h
tcg/i386/tcg-target.h
tcg/loongarch64/tcg-target.h
tcg/mips/tcg-target.h
tcg/ppc/tcg-target.h
tcg/riscv/tcg-target.h
tcg/s390x/tcg-target.h
tcg/sparc64/tcg-target.h
tcg/tcg-op.c
tcg/tcg.c
tcg/tci/tcg-target.h