| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_target_gm107.cpp | 216 case OP_FMA:
|
| H A 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, 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 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,
|
| H A D | nv50_ir_peephole.cpp | 562 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 D | nv50_ir.h | 58 OP_FMA, enumerator in enum:nv50_ir::operation
|
| H A D | nv50_ir_emit_gk110.cpp | 2561 case OP_FMA:
|
| H A D | nv50_ir_emit_nv50.cpp | 1905 case OP_FMA:
|
| H A D | nv50_ir_emit_gm107.cpp | 3462 case OP_FMA:
|
| H A D | nv50_ir_emit_nvc0.cpp | 2737 case OP_FMA:
|
| H A D | nv50_ir_from_nir.cpp | 393 return OP_FMA;
|
| H A D | nv50_ir_ra.cpp | 1492 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 D | nv50_ir_target_gm107.cpp | 216 case OP_FMA:
|
| H A D | nv50_ir_target_gv100.cpp | 35 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 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, 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 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,
|
| H A D | nv50_ir_peephole.cpp | 578 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 D | nv50_ir.h | 58 OP_FMA, enumerator in enum:nv50_ir::operation
|
| H A D | nv50_ir_emit_gv100.cpp | 1834 case OP_FMA:
|
| H A D | nv50_ir_emit_gk110.cpp | 2568 case OP_FMA:
|
| H A D | nv50_ir_emit_nv50.cpp | 1992 case OP_FMA:
|
| H A D | nv50_ir_emit_gm107.cpp | 3527 case OP_FMA:
|
| H A D | nv50_ir_emit_nvc0.cpp | 2744 case OP_FMA:
|
| H A D | nv50_ir_from_nir.cpp | 431 return OP_FMA;
|
| H A D | nv50_ir_ra.cpp | 1541 if (insn->op != OP_MAD && insn->op != OP_FMA && insn->op != OP_SAD)
|