Searched refs:setFlagsDef (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_lowering_nv50.cpp | 129 i[3]->setFlagsDef(1, c[0]); in expandIntegerMUL() 134 i[4]->setFlagsDef(1, c[1]); in expandIntegerMUL() 136 i[4]->setFlagsDef(0, c[1]); in expandIntegerMUL() 154 ->setFlagsDef(0, (cc[0] = bld->getSSA(1, FILE_FLAGS))); in expandIntegerMUL() 165 n->setFlagsDef(0, (cc[1] = bld->getSSA(1, FILE_FLAGS))); in expandIntegerMUL() 548 ->setFlagsDef(0, (cond = bld.getSSA(1, FILE_FLAGS))); in handleDIV() 1082 i->setFlagsDef(0, pred); in handleSLCT()
|
D | nv50_ir_lowering_helper.cpp | 135 hi->setFlagsDef(1, flag); in handleMAXMIN()
|
D | nv50_ir_inlines.h | 254 void Instruction::setFlagsDef(int d, Value *val) in setFlagsDef() function
|
D | nv50_ir_lowering_gv100.cpp | 62 setFlagsDef(1, carry); in handleIADD64()
|
D | nv50_ir_build_util.cpp | 633 lo->setFlagsDef(1, carry); in split64BitOpPostRA()
|
D | nv50_ir.h | 873 inline void setFlagsDef(int d, Value *);
|
D | nv50_ir_lowering_nvc0.cpp | 306 ->setFlagsDef(0, (carry = bld.getSSA(1, FILE_FLAGS))); in handleSET() 2048 src[0]->getInsn()->setFlagsDef(1, pred); in processSurfaceCoordsNVE4() 2052 src[dim]->getInsn()->setFlagsDef(1, p1); in processSurfaceCoordsNVE4() 2103 insn->setFlagsDef(1, pred); in processSurfaceCoordsNVE4()
|
D | nv50_ir_from_tgsi.cpp | 4010 geni->setFlagsDef(1, flag); in handleInstruction()
|
D | nv50_ir_peephole.cpp | 2650 bld.mkOp3(OP_MAD, hTy, def[0], op1[0], op2[0], op3[0])->setFlagsDef(1, carry); in split64MulMad()
|