Home
last modified time | relevance | path

Searched refs:OP_RCP (Results 1 – 17 of 17) sorted by relevance

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_target_gm107.cpp132 case OP_RCP: in isBarrierRequired()
264 case OP_RCP: in getLatency()
292 case OP_RCP: in getReadLatency()
Dnv50_ir_target_nv50.cpp104 { OP_RCP, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 },
121 OP_MOV, OP_ADD, OP_SUB, OP_MUL, OP_MAD, OP_SAD, OP_RCP, OP_LINTERP, in initOpInfo()
555 case OP_RCP: in getThroughput()
Dnv50_ir_target_nvc0.cpp130 { OP_RCP, 0x1, 0x1, 0x0, 0x8, 0x0, 0x0 },
635 case OP_RCP: in getThroughput()
Dnv50_ir_lowering_gm107.cpp179 bld.mkOp1(OP_RCP, TYPE_F32, val, val); in handleManualTXD()
Dnv50_ir_lowering_nv50.cpp537 bf = bld.mkOp1v(OP_RCP, TYPE_F32, bld.getSSA(), bf); in handleDIV()
792 bld.mkOp1(OP_RCP, TYPE_F32, val, val); in handleTEX()
1033 bld.mkOp1(OP_RCP, TYPE_F32, val, val); in handleTXD()
1351 Instruction *rcp = bld.mkOp1(OP_RCP, i->dType, bld.getSSA(), i->getSrc(1)); in handleDIV()
1362 bld.mkOp1(OP_RCP, i->dType, i->getDef(0), i->getDef(0)); in handleSQRT()
Dnv50_ir_lowering_nvc0.cpp96 if (i->op == OP_RCP) in handleRCPRSQLib()
344 case OP_RCP: in visit()
949 bld.mkOp1(OP_RCP, TYPE_F32, val, val); in handleTEX()
1256 bld.mkOp1(OP_RCP, TYPE_F32, val, val); in handleManualTXD()
3113 Instruction *rcp = bld.mkOp1(OP_RCP, i->dType, bld.getSSA(typeSizeof(i->dType)), i->getSrc(1)); in handleDIV()
3125 bld.mkOp1(OP_RCP, i->dType, value, i->getSrc(1)); in handleMOD()
3153 bld.mkOp1(OP_RCP, i->dType, i->getDef(0), i->getDef(0)); in handleSQRT()
Dnv50_ir_target_gv100.cpp269 case OP_RCP: in getOpInfo()
Dnv50_ir_print.cpp685 case OP_RCP: in print()
Dnv50_ir_from_tgsi.cpp2296 proj = mkOp1v(OP_RCP, TYPE_F32, getSSA(), proj); in loadProjTexCoords()
2313 proj = mkOp1v(OP_RCP, TYPE_F32, getSSA(), fetchSrc(0, 3)); in loadProjTexCoords()
3140 mkOp1(OP_RCP, TYPE_F32, w, w); in handleINTERP()
3327 mkOp1(OP_RCP, TYPE_F32, dst0[1], dst0[1]); in handleInstruction()
4377 mkOp1(OP_RCP, TYPE_F32, fragCoord[3], fragCoord[3]); in run()
Dnv50_ir_emit_gv100.cpp599 case OP_RCP : mufu = 4 + 2 * insn->subOp; break; in emitMUFU()
1841 case OP_RCP: in emitInstruction()
Dnv50_ir_emit_nv50.cpp1566 assert(i->op == OP_RCP); in emitSFnOp()
2041 case OP_RCP: in emitInstruction()
Dnv50_ir_peephole.cpp885 case OP_RCP: res.data.f32 = 1.0f / imm.reg.data.f32; break; in unary()
1549 case OP_RCP: in opnd()
1996 if (si->op == OP_RCP) { in handleRCP()
2385 case OP_RCP: in visit()
Dnv50_ir.h87 OP_RCP, enumerator
Dnv50_ir_emit_gm107.cpp1450 case OP_RCP: mufu = 4 + 2 * insn->subOp; break; in emitMUFU()
3620 case OP_RCP: in emitInstruction()
Dnv50_ir_from_nir.cpp462 return OP_RCP; in getOperation()
1390 fp.position = mkOp1v(OP_RCP, TYPE_F32, fragCoord[3], fragCoord[3]); in visit()
Dnv50_ir_emit_gk110.cpp2638 case OP_RCP: in emitInstruction()
Dnv50_ir_emit_nvc0.cpp2808 case OP_RCP: in emitInstruction()