Home
last modified time | relevance | path

Searched refs:OP_LG2 (Results 1 – 15 of 15) sorted by relevance

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_target_gm107.cpp129 case OP_LG2: in isBarrierRequired()
260 case OP_LG2: in getLatency()
289 case OP_LG2: in getReadLatency()
Dnv50_ir_target_nv50.cpp103 { OP_LG2, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 },
557 case OP_LG2: in getThroughput()
Dnv50_ir_target_nvc0.cpp129 { OP_LG2, 0x1, 0x1, 0x0, 0x8, 0x0, 0x0 },
637 case OP_LG2: in getThroughput()
Dnv50_ir_target_gv100.cpp268 case OP_LG2: in getOpInfo()
Dnv50_ir_emit_gv100.cpp598 case OP_LG2 : mufu = 3; break; in emitMUFU()
1840 case OP_LG2: in emitInstruction()
Dnv50_ir.h89 OP_LG2, enumerator
Dnv50_ir_emit_gm107.cpp1449 case OP_LG2: mufu = 3; break; in emitMUFU()
3619 case OP_LG2: in emitInstruction()
Dnv50_ir_emit_nv50.cpp2047 case OP_LG2: in emitInstruction()
Dnv50_ir_peephole.cpp887 case OP_LG2: res.data.f32 = log2f(imm.reg.data.f32); break; in unary()
1548 case OP_LG2: in opnd()
Dnv50_ir_emit_gk110.cpp2641 case OP_LG2: in emitInstruction()
Dnv50_ir_emit_nvc0.cpp2811 case OP_LG2: in emitInstruction()
Dnv50_ir_lowering_nv50.cpp1372 bld.mkOp1(OP_LG2, TYPE_F32, val, i->getSrc(0)); in handlePOW()
Dnv50_ir_from_nir.cpp430 return OP_LG2; in getOperation()
Dnv50_ir_from_tgsi.cpp3322 val0 = mkOp1v(OP_LG2, TYPE_F32, dst0[2] ? dst0[2] : getSSA(), src0); in handleInstruction()
Dnv50_ir_lowering_nvc0.cpp3164 bld.mkOp1(OP_LG2, TYPE_F32, val, i->getSrc(0)); in handlePOW()