Home
last modified time | relevance | path

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

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_inlines.h33 static inline CondCode inverseCondCode(CondCode cc) in inverseCondCode() function
Dnv50_ir_peephole.cpp242 insn->asCmp()->setCond = inverseCondCode(insn->asCmp()->setCond); in checkSwapSrc01()
1376 case CC_EQ: cc = inverseCondCode(cc); break; // bool == 0 -- !bool in opnd()
1377 case CC_LE: cc = inverseCondCode(cc); break; // bool <= 0 -- !bool in opnd()
1428 cmp->setCond = inverseCondCode(cmp->setCond); in opnd()
3511 predicateInstructions(bR, pred, inverseCondCode(bb->getExit()->cc)); in tryPredicateConditional()