Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:MaskStart

1448                                 unsigned MaskStart, unsigned MaskEnd,
1453 InstMaskEnd = 64 - MaskStart - 1;
1468 bool Repl32, unsigned MaskStart, unsigned MaskEnd,
1473 InstMaskEnd = 64 - MaskStart - 1;
1516 // The rotation mask for the second instruction must be MaskStart.
1517 unsigned RLAmt2 = MaskStart;
1523 return SelectRotMask64(V, dl, RLAmt2, false, MaskStart, MaskEnd);
1529 unsigned RLAmt, bool Repl32, unsigned MaskStart,
1534 InstMaskEnd = 64 - MaskStart - 1;
1565 // The rotation mask for the second instruction must be MaskStart.
1566 unsigned RLAmt2 = MaskStart;
1572 return SelectRotMaskIns64(Base, V, dl, RLAmt2, false, MaskStart, MaskEnd);