Home | History | Annotate | Download | only in compiler

Lines Matching refs:MRF

1076             assert(inst->src[i].file != MRF);
1101 } else if (inst->dst.file == MRF) {
1206 (inst->dst.file != VGRF && inst->dst.file != MRF) ||
1236 bool to_mrf = (inst->dst.file == MRF);
1267 /* SEND instructions can't have MRF as a destination. */
1273 * VGRF, so no compute-to-MRF for them.
1330 /* You can't read from an MRF, so if someone else reads our MRF's
1576 case MRF:
1695 case MRF:
1950 * Three source instruction must have a GRF/MRF destination register.
2020 case MRF:
2068 case MRF: