Home
last modified time | relevance | path

Searched refs:slct (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_peephole.cpp1094 AlgebraicOpt::handleSLCT(Instruction *slct) in handleSLCT() argument
1096 if (slct->getSrc(2)->reg.file == FILE_IMMEDIATE) { in handleSLCT()
1097 if (slct->getSrc(2)->asImm()->compare(slct->asCmp()->setCond, 0.0f)) in handleSLCT()
1098 slct->setSrc(0, slct->getSrc(1)); in handleSLCT()
1100 if (slct->getSrc(0) != slct->getSrc(1)) { in handleSLCT()
1103 slct->op = OP_MOV; in handleSLCT()
1104 slct->setSrc(1, NULL); in handleSLCT()
1105 slct->setSrc(2, NULL); in handleSLCT()