Searched refs:TCG_TARGET_HAS_deposit_i64 (Results 1 – 14 of 14) sorted by relevance
82 #define TCG_TARGET_HAS_deposit_i64 1 macro
138 #define TCG_TARGET_HAS_deposit_i64 0 macro
174 #define TCG_TARGET_HAS_deposit_i64 use_mips32r2_instructions macro
140 #define TCG_TARGET_HAS_deposit_i64 1 macro
122 #define TCG_TARGET_HAS_deposit_i64 1 macro
130 #define TCG_TARGET_HAS_deposit_i64 1 macro
127 #define TCG_TARGET_HAS_deposit_i64 1 macro
111 #define TCG_TARGET_HAS_deposit_i64 0 macro
182 #define TCG_TARGET_HAS_deposit_i64 1 macro
148 DEF(deposit_i64, 1, 2, 2, IMPL64 | IMPL(TCG_TARGET_HAS_deposit_i64))
92 #define TCG_TARGET_HAS_deposit_i64 0 macro
2634 if (TCG_TARGET_HAS_deposit_i64 && TCG_TARGET_deposit_i64_valid(ofs, len)) { in tcg_gen_deposit_i64()2694 } else if (TCG_TARGET_HAS_deposit_i64 in tcg_gen_deposit_z_i64()3220 if (TCG_TARGET_HAS_deposit_i64 && TCG_TARGET_deposit_i64_valid(32, 32)) { in tcg_gen_concat_i32_i64()
863 #if TCG_TARGET_HAS_deposit_i64 in tcg_qemu_tb_exec()
2108 return TCG_TARGET_HAS_deposit_i64; in tcg_op_supported()