Searched refs:then_movs (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_sel_peephole.cpp69 int then_movs = 0; local in function:count_movs_from_if
71 if (then_movs == MAX_MOVS || inst->opcode != BRW_OPCODE_MOV ||
75 then_mov[then_movs] = inst;
76 then_movs++;
89 return MIN2(then_movs, else_movs);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_sel_peephole.cpp70 int then_movs = 0; local in function:count_movs_from_if
72 if (then_movs == MAX_MOVS || inst->opcode != BRW_OPCODE_MOV ||
76 then_mov[then_movs] = inst;
77 then_movs++;
90 return MIN2(then_movs, else_movs);

Completed in 2 milliseconds