Searched refs:OP_FMA (Results 1 - 24 of 24) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target_gm107.cpp216 case OP_FMA:
H A 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,
204 OP_ADD, OP_MUL, OP_MAD, OP_FMA, OP_AND, OP_OR, OP_XOR, OP_MAX, OP_MIN
614 case OP_FMA:
H A Dnv50_ir_target_nv50.cpp116 OP_ADD, OP_MUL, OP_MAD, OP_FMA, OP_AND, OP_OR, OP_XOR, OP_MAX, OP_MIN,
H A Dnv50_ir_peephole.cpp562 case OP_FMA:
739 case OP_FMA: {
791 case OP_FMA: {
942 case OP_FMA:
1123 case OP_FMA:
2503 case OP_FMA:
3583 case OP_FMA:
H A Dnv50_ir.h58 OP_FMA, enumerator in enum:nv50_ir::operation
H A Dnv50_ir_emit_gk110.cpp2561 case OP_FMA:
H A Dnv50_ir_emit_nv50.cpp1905 case OP_FMA:
H A Dnv50_ir_emit_gm107.cpp3462 case OP_FMA:
H A Dnv50_ir_emit_nvc0.cpp2737 case OP_FMA:
H A Dnv50_ir_from_nir.cpp393 return OP_FMA;
H A Dnv50_ir_ra.cpp1492 if (insn->op != OP_MAD && insn->op != OP_FMA && insn->op != OP_SAD)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target_gm107.cpp216 case OP_FMA:
H A Dnv50_ir_target_gv100.cpp35 OP_ADD, OP_MUL, OP_MAD, OP_FMA, OP_MAX, OP_MIN,
279 case OP_FMA:
416 case OP_FMA:
442 if (op == OP_MAD || op == OP_FMA)
H A 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,
204 OP_ADD, OP_MUL, OP_MAD, OP_FMA, OP_AND, OP_OR, OP_XOR, OP_MAX, OP_MIN
624 case OP_FMA:
H A Dnv50_ir_target_nv50.cpp116 OP_ADD, OP_MUL, OP_MAD, OP_FMA, OP_AND, OP_OR, OP_XOR, OP_MAX, OP_MIN,
H A Dnv50_ir_peephole.cpp578 case OP_FMA:
755 case OP_FMA: {
824 case OP_FMA: {
975 case OP_FMA:
1158 case OP_FMA:
2556 case OP_FMA:
3657 case OP_FMA:
H A Dnv50_ir.h58 OP_FMA, enumerator in enum:nv50_ir::operation
H A Dnv50_ir_emit_gv100.cpp1834 case OP_FMA:
H A Dnv50_ir_emit_gk110.cpp2568 case OP_FMA:
H A Dnv50_ir_emit_nv50.cpp1992 case OP_FMA:
H A Dnv50_ir_emit_gm107.cpp3527 case OP_FMA:
H A Dnv50_ir_emit_nvc0.cpp2744 case OP_FMA:
H A Dnv50_ir_from_nir.cpp431 return OP_FMA;
H A Dnv50_ir_ra.cpp1541 if (insn->op != OP_MAD && insn->op != OP_FMA && insn->op != OP_SAD)

Completed in 73 milliseconds