Searched refs:TCG_TARGET_HAS_deposit_i32 (Results 1 – 14 of 14) sorted by relevance
58 #define TCG_TARGET_HAS_deposit_i32 1 macro
113 #define TCG_TARGET_HAS_deposit_i32 use_armv7_instructions macro
103 #define TCG_TARGET_HAS_deposit_i32 0 macro
158 #define TCG_TARGET_HAS_deposit_i32 use_mips32r2_instructions macro
105 #define TCG_TARGET_HAS_deposit_i32 1 macro
87 #define TCG_TARGET_HAS_deposit_i32 1 macro
94 #define TCG_TARGET_HAS_deposit_i32 1 macro
93 #define TCG_TARGET_HAS_deposit_i32 1 macro
77 #define TCG_TARGET_HAS_deposit_i32 0 macro
147 #define TCG_TARGET_HAS_deposit_i32 1 macro
79 DEF(deposit_i32, 1, 2, 2, IMPL(TCG_TARGET_HAS_deposit_i32))
652 #if TCG_TARGET_HAS_deposit_i32 in tcg_qemu_tb_exec()
896 if (TCG_TARGET_HAS_deposit_i32 && TCG_TARGET_deposit_i32_valid(ofs, len)) { in tcg_gen_deposit_i32()941 } else if (TCG_TARGET_HAS_deposit_i32 in tcg_gen_deposit_z_i32()
2010 return TCG_TARGET_HAS_deposit_i32; in tcg_op_supported()