Home
last modified time | relevance | path

Searched refs:TCG_TARGET_HAS_orc_i32 (Results 1 – 15 of 15) sorted by relevance

/openbmc/qemu/tcg/tci/
H A Dtcg-target.h69 #define TCG_TARGET_HAS_orc_i32 1 macro
/openbmc/qemu/tcg/arm/
H A Dtcg-target.h106 #define TCG_TARGET_HAS_orc_i32 0 macro
/openbmc/qemu/tcg/sparc64/
H A Dtcg-target.h96 #define TCG_TARGET_HAS_orc_i32 1 macro
/openbmc/qemu/tcg/mips/
H A Dtcg-target.h123 #define TCG_TARGET_HAS_orc_i32 0 macro
/openbmc/qemu/tcg/riscv/
H A Dtcg-target.h109 #define TCG_TARGET_HAS_orc_i32 (cpuinfo & CPUINFO_ZBB) macro
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-target.h123 #define TCG_TARGET_HAS_orc_i32 1 macro
/openbmc/qemu/tcg/aarch64/
H A Dtcg-target.h80 #define TCG_TARGET_HAS_orc_i32 1 macro
/openbmc/qemu/tcg/ppc/
H A Dtcg-target.h87 #define TCG_TARGET_HAS_orc_i32 1 macro
/openbmc/qemu/tcg/s390x/
H A Dtcg-target.h86 #define TCG_TARGET_HAS_orc_i32 HAVE_FACILITY(MISC_INSN_EXT3) macro
/openbmc/qemu/tcg/i386/
H A Dtcg-target.h140 #define TCG_TARGET_HAS_orc_i32 0 macro
/openbmc/qemu/include/tcg/
H A Dtcg-opc.h105 DEF(orc_i32, 1, 2, 0, IMPL(TCG_TARGET_HAS_orc_i32))
/openbmc/qemu/tcg/
H A Dtci.c564 #if TCG_TARGET_HAS_orc_i32 || TCG_TARGET_HAS_orc_i64 in tcg_qemu_tb_exec()
H A Dtcg-op.c691 if (TCG_TARGET_HAS_orc_i32) { in tcg_gen_orc_i32()
H A Dtcg.c2047 return TCG_TARGET_HAS_orc_i32; in tcg_op_supported()
/openbmc/qemu/target/tricore/
H A Dtranslate.c4116 if (TCG_TARGET_HAS_orc_i32) { in decode_bit_orand()