Lines Matching defs:MaskStart
2344 unsigned MaskStart, unsigned MaskEnd,
2349 InstMaskEnd = 64 - MaskStart - 1;
2364 bool Repl32, unsigned MaskStart, unsigned MaskEnd,
2369 InstMaskEnd = 64 - MaskStart - 1;
2415 // The rotation mask for the second instruction must be MaskStart.
2416 unsigned RLAmt2 = MaskStart;
2422 return SelectRotMask64(V, dl, RLAmt2, false, MaskStart, MaskEnd);
2428 unsigned RLAmt, bool Repl32, unsigned MaskStart,
2433 InstMaskEnd = 64 - MaskStart - 1;
2465 // The rotation mask for the second instruction must be MaskStart.
2466 unsigned RLAmt2 = MaskStart;
2472 return SelectRotMaskIns64(Base, V, dl, RLAmt2, false, MaskStart, MaskEnd);