Searched refs:IS_64BIT (Results 1 – 4 of 4) sorted by relevance
520 IS_64BIT=$1524 if [ "$IS_64BIT" = "true" ]545 IS_64BIT=$1549 if [ "$IS_64BIT" = "true" ]617 IS_64BIT=$1621 if [ "$IS_64BIT" = "true" ]642 IS_64BIT=$1646 if [ "$IS_64BIT" = "true" ]666 IS_64BIT=$1670 if [ "$IS_64BIT" = "true" ][all …]
13 IS_64BIT = sys.maxsize > 2**32 variable247 platform = 1 if IS_64BIT else 0250 platform = 3 if IS_64BIT else 2
283 #define IS_64BIT (SIZEOF_LONG == 8) macro
729 #define IS_64BIT(reg) (reg.file != BAD_FILE && type_sz(reg.type) == 8) in is_dep_ctrl_unsafe() macro732 if (IS_64BIT(inst->dst) || IS_64BIT(inst->src[0]) || in is_dep_ctrl_unsafe()733 IS_64BIT(inst->src[1]) || IS_64BIT(inst->src[2])) in is_dep_ctrl_unsafe()737 #undef IS_64BIT in is_dep_ctrl_unsafe()