Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/tci/
H A Dtcg-target.h83 #define TCG_TARGET_HAS_extract_i64 1 macro
/openbmc/qemu/tcg/sparc64/
H A Dtcg-target.h139 #define TCG_TARGET_HAS_extract_i64 0 macro
/openbmc/qemu/tcg/mips/
H A Dtcg-target.h175 #define TCG_TARGET_HAS_extract_i64 use_mips32r2_instructions macro
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-target.h141 #define TCG_TARGET_HAS_extract_i64 1 macro
/openbmc/qemu/tcg/aarch64/
H A Dtcg-target.h123 #define TCG_TARGET_HAS_extract_i64 1 macro
/openbmc/qemu/tcg/ppc/
H A Dtcg-target.h131 #define TCG_TARGET_HAS_extract_i64 1 macro
/openbmc/qemu/tcg/s390x/
H A Dtcg-target.h128 #define TCG_TARGET_HAS_extract_i64 1 macro
/openbmc/qemu/tcg/riscv/
H A Dtcg-target.h112 #define TCG_TARGET_HAS_extract_i64 0 macro
/openbmc/qemu/tcg/i386/
H A Dtcg-target.h183 #define TCG_TARGET_HAS_extract_i64 1 macro
/openbmc/qemu/include/tcg/
H A Dtcg-opc.h149 DEF(extract_i64, 1, 1, 2, IMPL64 | IMPL(TCG_TARGET_HAS_extract_i64))
H A Dtcg.h93 #define TCG_TARGET_HAS_extract_i64 0 macro
/openbmc/qemu/tcg/
H A Dtci.c869 #if TCG_TARGET_HAS_extract_i64 in tcg_qemu_tb_exec()
H A Doptimize.c2250 uext_opc = TCG_TARGET_HAS_extract_i64 ? INDEX_op_extract_i64 : 0; in fold_setcond_tst_pow2()
H A Dtcg-op.c2801 if (TCG_TARGET_HAS_extract_i64 in tcg_gen_extract_i64()
H A Dtcg.c2110 return TCG_TARGET_HAS_extract_i64; in tcg_op_supported()