Searched refs:CC_NOT_P (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_lowering_nvc0.cpp | 1267 bld.mkFlow(OP_BRA, tryLockBB, CC_NOT_P, pred->getDef(0)); in handleSharedATOMNVE4() 1359 bld.mkFlow(OP_BRA, tryLockAndSetBB, CC_NOT_P, ld->getDef(1)); in handleSharedATOM() 1405 atom->setPredicate(CC_NOT_P, pred); in handleATOM() 1883 su->setPredicate(CC_NOT_P, pred1->getDef(0)); in processSurfaceCoordsNVE4() 2029 assert(su->cc == CC_NOT_P); in handleSurfaceOpNVE4() 2103 su->setPredicate(CC_NOT_P, pred->getDef(0)); in processSurfaceCoordsNVC0() 2150 assert(su->cc == CC_NOT_P); in handleSurfaceOpNVC0() 2202 su->setPredicate(CC_NOT_P, pred->getDef(0)); in processSurfaceCoordsGM107() 2225 assert(su->cc == CC_NOT_P); in handleSurfaceOpGM107() 2308 i->setPredicate(CC_NOT_P, pred); in handleLDST() [all …]
|
D | nv50_ir_print.cpp | 548 if (cc == CC_NOT_P) in print()
|
D | nv50_ir_build_util.cpp | 279 mkMov(def1, flSrc)->setPredicate(CC_NOT_P, pred); in mkSelect()
|
D | nv50_ir.h | 278 CC_NOT_P = CC_EQ, // when used with FILE_PREDICATE enumerator
|
D | nv50_ir_from_tgsi.cpp | 3421 mkFlow(OP_BRA, NULL, CC_NOT_P, fetchSrc(0, 0))->setType(srcTy); in handleInstruction() 3936 mkOp(OP_DISCARD, TYPE_NONE, NULL)->setPredicate(CC_NOT_P, pred); in exportOutputs()
|
D | nv50_ir_emit_gk110.cpp | 305 if (i->cc == CC_NOT_P) in emitPredicate()
|
D | nv50_ir_emit_nvc0.cpp | 279 if (i->cc == CC_NOT_P) in emitPredicate()
|
D | nv50_ir_emit_gm107.cpp | 236 emitField(19, 1, insn->cc == CC_NOT_P); in emitPred()
|