Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/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()
620 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_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_peephole.cpp575 case OP_FMA: in expr()
752 case OP_FMA: { in expr()
821 case OP_FMA: { in expr()
972 case OP_FMA: in opnd3()
1153 case OP_FMA: in opnd()
2539 case OP_FMA: in visit()
3629 case OP_FMA: in visit()
Dnv50_ir.h58 OP_FMA, enumerator
Dnv50_ir_emit_gv100.cpp1789 case OP_FMA: in emitInstruction()
Dnv50_ir_emit_nv50.cpp1905 case OP_FMA: in emitInstruction()
Dnv50_ir_emit_gk110.cpp2561 case OP_FMA: in emitInstruction()
Dnv50_ir_ra.cpp1537 if (insn->op != OP_MAD && insn->op != OP_FMA && insn->op != OP_SAD) in allocateRegisters()
Dnv50_ir_emit_nvc0.cpp2737 case OP_FMA: in emitInstruction()
Dnv50_ir_emit_gm107.cpp3518 case OP_FMA: in emitInstruction()
Dnv50_ir_from_nir.cpp429 return OP_FMA; in getOperation()