Searched refs:CC_NOT_P (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_lowering_nvc0.cpp | 259 ->setPredicate(CC_NOT_P, pred); in handleShift() 1541 bld.mkFlow(OP_BRA, tryLockBB, CC_NOT_P, pred->getDef(0)); in handleSharedATOMNVE4() 1633 bld.mkFlow(OP_BRA, tryLockAndSetBB, CC_NOT_P, ld->getDef(1)); in handleSharedATOM() 1681 atom->setPredicate(CC_NOT_P, pred); in handleATOM() 2195 su->setPredicate(CC_NOT_P, pred1->getDef(0)); in processSurfaceCoordsNVE4() 2346 assert(su->cc == CC_NOT_P); in insertOOBSurfaceOpResult() 2381 assert(su->cc == CC_NOT_P); in handleSurfaceOpNVE4() 2543 su->setPredicate(CC_NOT_P, pred->getDef(0)); in processSurfaceCoordsNVC0() 2592 assert(su->cc == CC_NOT_P); in handleSurfaceOpNVC0() 2701 su->setPredicate(CC_NOT_P, pred->getDef(0)); in processSurfaceCoordsGM107() [all …]
|
D | nv50_ir_emit_gv100.h | 51 emitField(15, 1, insn->cc == CC_NOT_P); in emitInsn()
|
D | nv50_ir_lowering_gv100.cpp | 415 mul->setPredicate(CC_NOT_P, ipa->getDef(1)); in handlePINTERP()
|
D | nv50_ir_build_util.cpp | 281 mkMov(def1, flSrc)->setPredicate(CC_NOT_P, pred); in mkSelect()
|
D | nv50_ir_print.cpp | 624 if (cc == CC_NOT_P) in print()
|
D | nv50_ir.h | 336 CC_NOT_P = CC_EQ, // when used with FILE_PREDICATE enumerator
|
D | nv50_ir_from_tgsi.cpp | 3621 mkFlow(OP_BRA, NULL, CC_NOT_P, fetchSrc(0, 0))->setType(srcTy); in handleInstruction() 4240 mkOp(OP_DISCARD, TYPE_NONE, NULL)->setPredicate(CC_NOT_P, pred); in exportOutputs()
|
D | nv50_ir_emit_gk110.cpp | 310 if (i->cc == CC_NOT_P) in emitPredicate()
|
D | nv50_ir_emit_nvc0.cpp | 286 if (i->cc == CC_NOT_P) in emitPredicate()
|
D | nv50_ir_emit_gm107.cpp | 244 emitField(19, 1, insn->cc == CC_NOT_P); in emitPred()
|
D | nv50_ir_peephole.cpp | 1321 ->setPredicate(CC_NOT_P, neg); in opnd()
|