Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_target_nvc0.cpp243 { OP_RSQ, 0x1, 0x1, 0x0, 0x8, 0x0, 0x0 },
602 case OP_RSQ: in getThroughput()
Dnv50_ir_lowering_nvc0.cpp110 case OP_RSQ: in visit()
963 Instruction *rsq = bld.mkOp1(OP_RSQ, TYPE_F32, in handleSQRT()
Dnv50_ir_emit_nvc0.cpp1668 case OP_RSQ: in emitInstruction()
1809 if (i->op != OP_RSQ) in getMinEncodingSize()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_target_nv50.cpp104 { OP_RSQ, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 },
491 case OP_RSQ: in getThroughput()
Dnv50_ir.h81 OP_RSQ, enumerator
Dnv50_ir_lowering_nv50.cpp963 Instruction *rsq = bld.mkOp1(OP_RSQ, TYPE_F32, in handleSQRT()
Dnv50_ir_peephole.cpp531 case OP_RSQ: res.data.f32 = 1.0f / sqrtf(imm.reg.data.f32); break; in unary()
812 case OP_RSQ: in opnd()
Dnv50_ir_emit_nv50.cpp1627 case OP_RSQ: in emitInstruction()
Dnv50_ir_from_sm4.cpp421 case SM4_OPCODE_RSQ: return OP_RSQ; in cvtOpcode()
Dnv50_ir_from_tgsi.cpp1809 mkOp1(OP_RSQ, TYPE_F32, val0, val0); in handleInstruction()