Searched refs:IS_64BIT (Results 1 – 5 of 5) sorted by relevance
16 IS_64BIT = (struct.calcsize('l') == 8) variable176 if IS_64BIT:190 if IS_64BIT:
13 IS_64BIT = sys.maxsize > 2**32 variable247 platform = 1 if IS_64BIT else 0250 platform = 3 if IS_64BIT else 2
292 #define IS_64BIT (SIZEOF_LONG == 8) macro
1009 #define IS_64BIT(reg) (reg.file != BAD_FILE && type_sz(reg.type) == 8) in is_dep_ctrl_unsafe() macro1012 if (IS_64BIT(inst->dst) || IS_64BIT(inst->src[0]) || in is_dep_ctrl_unsafe()1013 IS_64BIT(inst->src[1]) || IS_64BIT(inst->src[2])) in is_dep_ctrl_unsafe()1017 #undef IS_64BIT in is_dep_ctrl_unsafe()
288 #define IS_64BIT 1 macro