Searched refs:TCG_TARGET_INSN_UNIT_SIZE (Results 1 – 12 of 12) sorted by relevance
183 #ifndef TCG_TARGET_INSN_UNIT_SIZE185 #elif TCG_TARGET_INSN_UNIT_SIZE == 1187 #elif TCG_TARGET_INSN_UNIT_SIZE == 2189 #elif TCG_TARGET_INSN_UNIT_SIZE == 4191 #elif TCG_TARGET_INSN_UNIT_SIZE == 8
44 #define TCG_TARGET_INSN_UNIT_SIZE 4 macro
33 #define TCG_TARGET_INSN_UNIT_SIZE 4 macro
28 #define TCG_TARGET_INSN_UNIT_SIZE 4 macro
30 #define TCG_TARGET_INSN_UNIT_SIZE 4 macro
34 #define TCG_TARGET_INSN_UNIT_SIZE 4 macro
18 #define TCG_TARGET_INSN_UNIT_SIZE 4 macro
28 #define TCG_TARGET_INSN_UNIT_SIZE 2 macro
30 #define TCG_TARGET_INSN_UNIT_SIZE 1 macro
255 #if TCG_TARGET_INSN_UNIT_SIZE == 1268 #if TCG_TARGET_INSN_UNIT_SIZE <= 2271 if (TCG_TARGET_INSN_UNIT_SIZE == 2) { in tcg_out16()276 s->code_ptr = p + (2 / TCG_TARGET_INSN_UNIT_SIZE); in tcg_out16()283 if (TCG_TARGET_INSN_UNIT_SIZE == 2) { in tcg_patch16()291 #if TCG_TARGET_INSN_UNIT_SIZE <= 4294 if (TCG_TARGET_INSN_UNIT_SIZE == 4) { in tcg_out32()299 s->code_ptr = p + (4 / TCG_TARGET_INSN_UNIT_SIZE); in tcg_out32()306 if (TCG_TARGET_INSN_UNIT_SIZE == 4) { in tcg_patch32()314 #if TCG_TARGET_INSN_UNIT_SIZE <= 8[all …]