Home | History | Annotate | Download | only in ARM

Lines Matching defs:Src0

2536 static bool SearchSignedMulLong(SDValue OR, unsigned *Opc, SDValue &Src0,
2578 Src0 = SMULLOHI->getOperand(1);
2581 Src0 = SMULLOHI->getOperand(0);
2590 SDValue Src0 = N->getOperand(0);
2596 if (Src0.getOpcode() != ISD::OR && Src1.getOpcode() != ISD::OR)
2600 if (SearchSignedMulLong(Src0, &Opc, A, B, true)) {
2603 Acc = Src0;