Home | History | Annotate | Download | only in compiler

Lines Matching refs:IS_64BIT

980 #define IS_64BIT(reg) (reg.file != BAD_FILE && type_sz(reg.type) == 8)
999 if (IS_64BIT(inst->dst) || IS_64BIT(inst->src[0]) ||
1000 IS_64BIT(inst->src[1]) || IS_64BIT(inst->src[2]))
1004 #undef IS_64BIT