Home | History | Annotate | Download | only in i965

Lines Matching defs:IS_64BIT

919 #define IS_64BIT(reg) (reg.file != BAD_FILE && type_sz(reg.type) == 8)
938 if (IS_64BIT(inst->dst) || IS_64BIT(inst->src[0]) ||
939 IS_64BIT(inst->src[1]) || IS_64BIT(inst->src[2]))
943 #undef IS_64BIT