Home | History | Annotate | Download | only in SystemZ

Lines Matching defs:End

160 // taken from the low end of SrcReg (8 for LLCR, 16 for LLHR and 32 for LR).
250 MachineBasicBlock::iterator I = MBB.end();
283 while (std::next(I) != MBB.end())
293 I = MBB.end();
335 MachineBasicBlock::iterator I = MBB.end();
348 I = MBB.end();
595 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
611 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
640 } // end anonymous namespace
723 unsigned Start, End;
724 if (isRxSBGMask(Imm, And.RegSize, Start, End)) {
734 End &= 31;
742 .addImm(Start).addImm(End + 128).addImm(0);
1186 unsigned &Start, unsigned &End) const {
1192 // the msb and End specifies the index of the lsb.
1196 End = 63 - LSB;
1201 // of the low 1s and End specifies the lsb of the high 1s.
1206 End = 63 - (LSB + Length);
1240 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();