Searched refs:OP_MAD (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
D | nv50_ir_target_nvc0.cpp | 222 { OP_MAD, 0x7, 0x0, 0x0, 0x8, 0x6, 0x2 | 0x8 }, // special c[] constraint 434 if (i->op == OP_MAD || i->op == OP_FMA) { in insnCanLoad() 460 if ((op == OP_MAD || op == OP_FMA) && (ty != TYPE_F32)) in isOpSupported() 520 return (insn->op == OP_ADD) || (insn->op == OP_MAD); in isSatSupported() 589 case OP_MAD: in getThroughput() 621 case OP_MAD: in getThroughput()
|
D | nv50_ir_emit_nvc0.cpp | 1617 case OP_MAD: in emitInstruction() 1773 if (i->predSrc >= 0 && i->op == OP_MAD) in getMinEncodingSize()
|
D | nv50_ir_lowering_nvc0.cpp | 489 if (i->op == OP_MAD) in split64BitOp()
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_lowering_nv50.cpp | 73 i[3] = bld->mkOp3(OP_MAD, fTy, t[1], a[1], b[0], t[0]); in expandIntegerMUL() 75 i[4] = bld->mkOp3(OP_MAD, fTy, t[3], a[0], b[0], t[2]); in expandIntegerMUL() 88 i[5] = bld->mkOp3(OP_MAD, fTy, mul->getDef(0), a[1], b[1], r[2]); in expandIntegerMUL() 167 if (i->op == OP_MAD) in split64BitOp() 363 if (mul->op == OP_MAD) { in handleMUL() 497 case OP_MAD: in visit()
|
D | nv50_ir_target_nv50.cpp | 90 { OP_MAD, 0x7, 0x0, 0x0, 0x0, 0x6, 0x1, 0x1, 0x0 }, // special constraint 315 if ((i->op == OP_MUL || i->op == OP_MAD) && !isFloatType(i->dType)) { in insnCanLoad()
|
D | nv50_ir_from_sm4.cpp | 370 case SM4_OPCODE_DP2: return OP_MAD; in cvtOpcode() 371 case SM4_OPCODE_DP3: return OP_MAD; in cvtOpcode() 372 case SM4_OPCODE_DP4: return OP_MAD; in cvtOpcode() 390 case SM4_OPCODE_IMAD: return OP_MAD; in cvtOpcode() 404 case SM4_OPCODE_MAD: return OP_MAD; in cvtOpcode() 435 case SM4_OPCODE_UMAD: return OP_MAD; in cvtOpcode() 1644 mkOp3(OP_MAD, TYPE_F32, dotp, src(0, c), src(1, c), dotp); in handleDP() 1782 mkOp3(OP_MAD, dTy, dst0[c], src(0, c), src(1, c), src(2, c)); in handleInstruction()
|
D | nv50_ir_peephole.cpp | 398 case OP_MAD: in expr() 504 if (i->op == OP_MAD || i->op == OP_FMA) { in expr() 736 bld.mkOp3(OP_MAD, TYPE_S32, tA, i->getSrc(0), bld.loadImm(NULL, m), in opnd() 987 if (!changed && prog->getTarget()->isOpSupported(OP_MAD, add->dType)) in handleADD() 988 changed = tryADDToMADOrSAD(add, OP_MAD); in handleADD() 1004 const Modifier modBad = Modifier(~((toOp == OP_MAD) ? NV50_IR_MOD_NEG : 0)); in tryADDToMADOrSAD()
|
D | nv50_ir_from_tgsi.cpp | 1447 mkOp3(OP_MAD, TYPE_F32, dotp, src0, src1, dotp); in buildDot() 1923 mkOp3(OP_MAD, TYPE_F32, dst0[c], in handleInstruction() 1941 mkOp3(OP_MAD, TYPE_F32, dst0[c], src0, src1, val0); in handleInstruction() 2265 mkOp3(OP_MAD, TYPE_F32, res[i], clipVtx[c], ucp, res[i]); in handleUserClipPlanes()
|
D | nv50_ir.h | 56 OP_MAD, enumerator
|
D | nv50_ir_emit_nv50.cpp | 1576 case OP_MAD: in emitInstruction()
|