Lines Matching defs:Start
281 // Start from the bottom of the block and work up, examining the
843 unsigned Start, End;
844 if (isRxSBGMask(Imm, And.RegSize, Start, End)) {
853 Start &= 31;
864 .addImm(Start)
1365 unsigned &Start, unsigned &End) const {
1371 // Handle the 1+0+ or 0+1+0* cases. Start then specifies the index of
1375 Start = 63 - (LSB + Length - 1);
1380 // Handle the wrap-around 1+0+1+ cases. Start then specifies the msb
1385 Start = 63 - (LSB - 1);