Home
last modified time | relevance | path

Searched refs:OP_SQRT (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_target_gm107.cpp63 case OP_SQRT: in isOpSupported()
135 case OP_SQRT: in isBarrierRequired()
267 case OP_SQRT: in getLatency()
296 case OP_SQRT: in getReadLatency()
Dnv50_ir_target_nvc0.cpp132 { OP_SQRT, 0x1, 0x1, 0x0, 0x8, 0x0, 0x0 },
476 if (op == OP_POW || op == OP_SQRT || op == OP_DIV || op == OP_MOD) in isOpSupported()
Dnv50_ir_target_nv50.cpp443 case OP_SQRT: in isOpSupported()
Dnv50_ir_target_gv100.cpp272 case OP_SQRT: return &opInfo_MUFU; in getOpInfo()
Dnv50_ir_emit_gv100.cpp601 case OP_SQRT: mufu = 8; break; in emitMUFU()
1844 case OP_SQRT: in emitInstruction()
Dnv50_ir.h97 OP_SQRT, enumerator
Dnv50_ir_peephole.cpp891 case OP_SQRT: res.data.f32 = sqrtf(imm.reg.data.f32); break; in unary()
1550 case OP_SQRT: in opnd()
2000 } else if (si->op == OP_SQRT) { in handleRCP()
Dnv50_ir_emit_gm107.cpp1452 case OP_SQRT: mufu = 8; break; in emitMUFU()
3622 case OP_SQRT: in emitInstruction()
Dnv50_ir_emit_nv50.cpp2133 case OP_SQRT: in emitInstruction()
Dnv50_ir_lowering_nvc0.cpp3137 if (targ->isOpSupported(OP_SQRT, i->dType)) in handleSQRT()
3341 case OP_SQRT: in visit()
Dnv50_ir_emit_gk110.cpp2759 case OP_SQRT: in emitInstruction()
Dnv50_ir_emit_nvc0.cpp2941 case OP_SQRT: in emitInstruction()
Dnv50_ir_lowering_nv50.cpp2222 case OP_SQRT: in visit()
Dnv50_ir_from_nir.cpp486 return OP_SQRT; in getOperation()