Home | History | Annotate | Download | only in i965

Lines Matching refs:base_mrf

148            base_mrf == inst->base_mrf &&
823 inst->base_mrf = 2;
833 int base_mrf = 2;
883 emit(BRW_OPCODE_MOV, fs_reg(MRF, base_mrf + 1, op1.type), op1);
886 inst->base_mrf = base_mrf;
1235 pull->base_mrf = 14;
1821 * live values in MRFs from base_mrf to base_mrf +
1825 if (mrf_low >= scan_inst->base_mrf &&
1826 mrf_low < scan_inst->base_mrf + scan_inst->mlen) {
1829 if (mrf_high >= scan_inst->base_mrf &&
1830 mrf_high < scan_inst->base_mrf + scan_inst->mlen) {
1894 last_mrf_move[inst->base_mrf + i] = NULL;