Searched refs:OP_RSQ (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
D | nv50_ir_target_nvc0.cpp | 243 { OP_RSQ, 0x1, 0x1, 0x0, 0x8, 0x0, 0x0 }, 602 case OP_RSQ: in getThroughput()
|
D | nv50_ir_lowering_nvc0.cpp | 110 case OP_RSQ: in visit() 963 Instruction *rsq = bld.mkOp1(OP_RSQ, TYPE_F32, in handleSQRT()
|
D | nv50_ir_emit_nvc0.cpp | 1668 case OP_RSQ: in emitInstruction() 1809 if (i->op != OP_RSQ) in getMinEncodingSize()
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_target_nv50.cpp | 104 { OP_RSQ, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }, 491 case OP_RSQ: in getThroughput()
|
D | nv50_ir.h | 81 OP_RSQ, enumerator
|
D | nv50_ir_lowering_nv50.cpp | 963 Instruction *rsq = bld.mkOp1(OP_RSQ, TYPE_F32, in handleSQRT()
|
D | nv50_ir_peephole.cpp | 531 case OP_RSQ: res.data.f32 = 1.0f / sqrtf(imm.reg.data.f32); break; in unary() 812 case OP_RSQ: in opnd()
|
D | nv50_ir_emit_nv50.cpp | 1627 case OP_RSQ: in emitInstruction()
|
D | nv50_ir_from_sm4.cpp | 421 case SM4_OPCODE_RSQ: return OP_RSQ; in cvtOpcode()
|
D | nv50_ir_from_tgsi.cpp | 1809 mkOp1(OP_RSQ, TYPE_F32, val0, val0); in handleInstruction()
|