Home
last modified time | relevance | path

Searched refs:OP_RSQ (Results 1 – 16 of 16) sorted by relevance

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_target_gm107.cpp133 case OP_RSQ: in isBarrierRequired()
265 case OP_RSQ: in getLatency()
293 case OP_RSQ: in getReadLatency()
Dnv50_ir_target_nv50.cpp105 { OP_RSQ, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 },
556 case OP_RSQ: in getThroughput()
Dnv50_ir_target_nvc0.cpp131 { OP_RSQ, 0x1, 0x1, 0x0, 0x8, 0x0, 0x0 },
636 case OP_RSQ: in getThroughput()
Dnv50_ir_target_gv100.cpp270 case OP_RSQ: in getOpInfo()
448 if (op == OP_RSQ) in isOpSupported()
Dnv50_ir_print.cpp686 case OP_RSQ: in print()
Dnv50_ir_emit_gv100.cpp600 case OP_RSQ : mufu = 5 + 2 * insn->subOp; break; in emitMUFU()
1842 case OP_RSQ: in emitInstruction()
Dnv50_ir.h88 OP_RSQ, enumerator
Dnv50_ir_lowering_nvc0.cpp107 bld.mkClobber(FILE_PREDICATE, i->op == OP_RSQ ? 0x3 : 0x1, 0); in handleRCPRSQLib()
345 case OP_RSQ: in visit()
3144 bld.mkOp1(OP_RSQ, i->dType, dst, i->getSrc(0)); in handleSQRT()
3152 i->op = OP_RSQ; in handleSQRT()
Dnv50_ir_peephole.cpp886 case OP_RSQ: res.data.f32 = 1.0f / sqrtf(imm.reg.data.f32); break; in unary()
1551 case OP_RSQ: in opnd()
2001 rcp->op = OP_RSQ; in handleRCP()
Dnv50_ir_emit_nvc0.cpp2805 case OP_RSQ: in emitInstruction()
3008 if (i->op != OP_RSQ) in getMinEncodingSize()
Dnv50_ir_emit_gm107.cpp1451 case OP_RSQ: mufu = 5 + 2 * insn->subOp; break; in emitMUFU()
3621 case OP_RSQ: in emitInstruction()
Dnv50_ir_emit_nv50.cpp2044 case OP_RSQ: in emitInstruction()
Dnv50_ir_emit_gk110.cpp2635 case OP_RSQ: in emitInstruction()
Dnv50_ir_lowering_nv50.cpp1361 i->op = OP_RSQ; in handleSQRT()
Dnv50_ir_from_nir.cpp464 return OP_RSQ; in getOperation()
Dnv50_ir_from_tgsi.cpp3265 mkOp1(OP_RSQ, TYPE_F32, val0, val0); in handleInstruction()