Searched refs:IS_64BIT (Results 1 – 4 of 4) 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
276 #define IS_64BIT (SIZEOF_LONG == 8) macro
980 #define IS_64BIT(reg) (reg.file != BAD_FILE && type_sz(reg.type) == 8) in is_dep_ctrl_unsafe() macro999 if (IS_64BIT(inst->dst) || IS_64BIT(inst->src[0]) || in is_dep_ctrl_unsafe()1000 IS_64BIT(inst->src[1]) || IS_64BIT(inst->src[2])) in is_dep_ctrl_unsafe()1004 #undef IS_64BIT in is_dep_ctrl_unsafe()