Home | History | Annotate | Download | only in ARM

Lines Matching defs:SrcLane

4374       unsigned DstLane = 0, SrcLane = 0, DDst, DSrc;
4376 DSrc = getCorrespondingDRegAndLane(TRI, SrcReg, SrcLane);
4379 if (!getImplicitSPRUseForDPRUse(TRI, MI, DSrc, SrcLane, ImplicitSReg))
4391 .addImm(SrcLane);
4422 unsigned CurReg = SrcLane == 1 && DstLane == 1 ? DSrc : DDst;
4426 CurReg = SrcLane == 0 && DstLane == 0 ? DSrc : DDst;
4433 if (SrcLane == DstLane)
4441 CurReg = SrcLane == 1 && DstLane == 0 ? DSrc : DDst;
4445 CurReg = SrcLane == 0 && DstLane == 1 ? DSrc : DDst;
4452 if (SrcLane != DstLane)