Searched refs:OP_RSQ (Results 1 – 16 of 16) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target_gm107.cpp | 133 case OP_RSQ: in isBarrierRequired() 265 case OP_RSQ: in getLatency() 293 case OP_RSQ: in getReadLatency()
|
D | nv50_ir_target_nv50.cpp | 105 { OP_RSQ, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }, 545 case OP_RSQ: in getThroughput()
|
D | nv50_ir_target_nvc0.cpp | 131 { OP_RSQ, 0x1, 0x1, 0x0, 0x8, 0x0, 0x0 }, 632 case OP_RSQ: in getThroughput()
|
D | nv50_ir_target_gv100.cpp | 270 case OP_RSQ: in getOpInfo() 448 if (op == OP_RSQ) in isOpSupported()
|
D | nv50_ir_print.cpp | 657 case OP_RSQ: in print()
|
D | nv50_ir_emit_gv100.cpp | 560 case OP_RSQ : mufu = 5 + 2 * insn->subOp; break; in emitMUFU() 1770 case OP_RSQ: in emitInstruction()
|
D | nv50_ir.h | 88 OP_RSQ, enumerator
|
D | nv50_ir_lowering_nvc0.cpp | 107 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()
|
D | nv50_ir_peephole.cpp | 883 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()
|
D | nv50_ir_emit_nvc0.cpp | 2798 case OP_RSQ: in emitInstruction() 3001 if (i->op != OP_RSQ) in getMinEncodingSize()
|
D | nv50_ir_emit_gm107.cpp | 1442 case OP_RSQ: mufu = 5 + 2 * insn->subOp; break; in emitMUFU() 3612 case OP_RSQ: in emitInstruction()
|
D | nv50_ir_lowering_nv50.cpp | 1244 i->op = OP_RSQ; in handleSQRT()
|
D | nv50_ir_emit_nv50.cpp | 1957 case OP_RSQ: in emitInstruction()
|
D | nv50_ir_emit_gk110.cpp | 2628 case OP_RSQ: in emitInstruction()
|
D | nv50_ir_from_nir.cpp | 465 return OP_RSQ; in getOperation()
|
D | nv50_ir_from_tgsi.cpp | 3202 mkOp1(OP_RSQ, TYPE_F32, val0, val0); in handleInstruction()
|