Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_peephole.cpp1786 AlgebraicOpt::handleSLCT(Instruction *slct) in handleSLCT() argument
1788 if (slct->getSrc(2)->reg.file == FILE_IMMEDIATE) { in handleSLCT()
1789 if (slct->getSrc(2)->asImm()->compare(slct->asCmp()->setCond, 0.0f)) in handleSLCT()
1790 slct->setSrc(0, slct->getSrc(1)); in handleSLCT()
1792 if (slct->getSrc(0) != slct->getSrc(1)) { in handleSLCT()
1795 slct->op = OP_MOV; in handleSLCT()
1796 slct->setSrc(1, NULL); in handleSLCT()
1797 slct->setSrc(2, NULL); in handleSLCT()
/external/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.td1321 // FIXME: Missing slct