Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/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 },
545 case OP_RSQ: in getThroughput()
Dnv50_ir_target_nvc0.cpp131 { OP_RSQ, 0x1, 0x1, 0x0, 0x8, 0x0, 0x0 },
632 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.cpp657 case OP_RSQ: in print()
Dnv50_ir_emit_gv100.cpp560 case OP_RSQ : mufu = 5 + 2 * insn->subOp; break; in emitMUFU()
1770 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()
3042 bld.mkOp1(OP_RSQ, i->dType, dst, i->getSrc(0)); in handleSQRT()
3050 i->op = OP_RSQ; in handleSQRT()
Dnv50_ir_peephole.cpp883 case OP_RSQ: res.data.f32 = 1.0f / sqrtf(imm.reg.data.f32); break; in unary()
1534 case OP_RSQ: in opnd()
1987 rcp->op = OP_RSQ; in handleRCP()
Dnv50_ir_emit_nvc0.cpp2798 case OP_RSQ: in emitInstruction()
3001 if (i->op != OP_RSQ) in getMinEncodingSize()
Dnv50_ir_emit_gm107.cpp1442 case OP_RSQ: mufu = 5 + 2 * insn->subOp; break; in emitMUFU()
3612 case OP_RSQ: in emitInstruction()
Dnv50_ir_lowering_nv50.cpp1244 i->op = OP_RSQ; in handleSQRT()
Dnv50_ir_emit_nv50.cpp1957 case OP_RSQ: in emitInstruction()
Dnv50_ir_emit_gk110.cpp2628 case OP_RSQ: in emitInstruction()
Dnv50_ir_from_nir.cpp465 return OP_RSQ; in getOperation()
Dnv50_ir_from_tgsi.cpp3202 mkOp1(OP_RSQ, TYPE_F32, val0, val0); in handleInstruction()