Searched refs:OP_FMA (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target_nvc0.cpp | 108 { 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()
|
D | nv50_ir_target_gv100.cpp | 35 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()
|
D | nv50_ir_target_gm107.cpp | 216 case OP_FMA: in getLatency()
|
D | nv50_ir_target_nv50.cpp | 116 OP_ADD, OP_MUL, OP_MAD, OP_FMA, OP_AND, OP_OR, OP_XOR, OP_MAX, OP_MIN, in initOpInfo()
|
D | nv50_ir_peephole.cpp | 575 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()
|
D | nv50_ir.h | 58 OP_FMA, enumerator
|
D | nv50_ir_emit_gv100.cpp | 1789 case OP_FMA: in emitInstruction()
|
D | nv50_ir_emit_nv50.cpp | 1905 case OP_FMA: in emitInstruction()
|
D | nv50_ir_emit_gk110.cpp | 2561 case OP_FMA: in emitInstruction()
|
D | nv50_ir_ra.cpp | 1537 if (insn->op != OP_MAD && insn->op != OP_FMA && insn->op != OP_SAD) in allocateRegisters()
|
D | nv50_ir_emit_nvc0.cpp | 2737 case OP_FMA: in emitInstruction()
|
D | nv50_ir_emit_gm107.cpp | 3518 case OP_FMA: in emitInstruction()
|
D | nv50_ir_from_nir.cpp | 429 return OP_FMA; in getOperation()
|