Home
last modified time | relevance | path

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

/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_peephole.cpp2008 AlgebraicOpt::handleSLCT(Instruction *slct) in handleSLCT() argument
2010 if (slct->getSrc(2)->reg.file == FILE_IMMEDIATE) { in handleSLCT()
2011 if (slct->getSrc(2)->asImm()->compare(slct->asCmp()->setCond, 0.0f)) in handleSLCT()
2012 slct->setSrc(0, slct->getSrc(1)); in handleSLCT()
2014 if (slct->getSrc(0) != slct->getSrc(1)) { in handleSLCT()
2017 slct->op = OP_MOV; in handleSLCT()
2018 slct in handleSLCT()
[all...]

Completed in 4 milliseconds