Home
last modified time | relevance | path

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

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_target_nvc0.cpp108 { OP_FMA, 0x7, 0x0, 0x0, 0x8, 0x6, 0x2 }, // keep the same as OP_MAD
198 OP_ADD, OP_MUL, OP_MAD, OP_FMA, OP_AND, OP_OR, OP_XOR, OP_MAX, OP_MIN, in initOpInfo()
204 OP_ADD, OP_MUL, OP_MAD, OP_FMA, OP_AND, OP_OR, OP_XOR, OP_MAX, OP_MIN in initOpInfo()
624 case OP_FMA: in getThroughput()
Dnv50_ir_target_gv100.cpp35 OP_ADD, OP_MUL, OP_MAD, OP_FMA, OP_MAX, OP_MIN, in initOpInfo()
279 case OP_FMA: in getOpInfo()
416 case OP_FMA: in isSatSupported()
442 if (op == OP_MAD || op == OP_FMA) in isOpSupported()
Dnv50_ir_target_gm107.cpp216 case OP_FMA: in getLatency()
Dnv50_ir_peephole.cpp578 case OP_FMA: in expr()
755 case OP_FMA: { in expr()
824 case OP_FMA: { in expr()
975 case OP_FMA: in opnd3()
1158 case OP_FMA: in opnd()
2553 case OP_FMA: in visit()
3654 case OP_FMA: in visit()
Dnv50_ir_target_nv50.cpp116 OP_ADD, OP_MUL, OP_MAD, OP_FMA, OP_AND, OP_OR, OP_XOR, OP_MAX, OP_MIN, in initOpInfo()
Dnv50_ir.h58 OP_FMA, enumerator
Dnv50_ir_emit_gv100.cpp1861 case OP_FMA: in emitInstruction()
Dnv50_ir_emit_nv50.cpp1992 case OP_FMA: in emitInstruction()
Dnv50_ir_emit_gk110.cpp2568 case OP_FMA: in emitInstruction()
Dnv50_ir_ra.cpp1547 if (insn->op != OP_MAD && insn->op != OP_FMA && insn->op != OP_SAD) in allocateRegisters()
Dnv50_ir_emit_nvc0.cpp2744 case OP_FMA: in emitInstruction()
Dnv50_ir_emit_gm107.cpp3527 case OP_FMA: in emitInstruction()
Dnv50_ir_from_nir.cpp428 return OP_FMA; in getOperation()
/third_party/mesa3d/docs/relnotes/
D22.2.0.rst1759 - nouveau/nir: Don't try to emit OP_FMA pre-nvc0.