Home | History | Annotate | Download | only in PowerPC

Lines Matching defs:EndIdx

862     unsigned StartIdx, EndIdx;
875 : V(V), RLAmt(R), StartIdx(S), EndIdx(E), Repl32(false), Repl32CR(false),
1081 BitGroups[BitGroups.size()-1].EndIdx == Bits.size()-1 &&
1085 BitGroups[BitGroups.size()-1].EndIdx = BitGroups[0].EndIdx;
1136 if (BG.StartIdx <= BG.EndIdx) {
1137 for (unsigned i = BG.StartIdx; i <= BG.EndIdx; ++i) {
1150 for (unsigned i = 0; i <= BG.EndIdx; ++i) {
1162 if (BG.StartIdx < 32 && BG.EndIdx < 32) {
1173 " [" << BG.StartIdx << ", " << BG.EndIdx << "]\n");
1185 I->StartIdx == (IP->EndIdx + 1) % 64 && I != IP) {
1189 " [" << I->StartIdx << ", " << I->EndIdx <<
1191 IP->StartIdx << ", " << IP->EndIdx << "]\n");
1193 IP->EndIdx = I->EndIdx;
1205 if (I->StartIdx == 32 && I->EndIdx == 63) {
1212 IP->EndIdx == 31 && IN->StartIdx == 0 && I != IP &&
1217 " [" << I->StartIdx << ", " << I->EndIdx <<
1219 IP->StartIdx << ", " << IP->EndIdx << "] and [" <<
1220 IN->StartIdx << ", " << IN->EndIdx << "]\n");
1227 IP->EndIdx = 30;
1235 IP->EndIdx = IN->EndIdx;
1404 getI32Imm(Bits.size() - BG.EndIdx - 1, dl),
1410 getI32Imm(Bits.size() - BG.EndIdx - 1, dl),
1602 if (BG.StartIdx < 32 && BG.EndIdx < 32 && BG.StartIdx <= BG.EndIdx &&
1620 if (BG.StartIdx <= BG.EndIdx) {
1621 for (unsigned i = BG.StartIdx; i <= BG.EndIdx; ++i)
1626 for (unsigned i = 0; i <= BG.EndIdx; ++i)
1655 SelectRotMask64Count(BG.RLAmt, BG.Repl32, BG.StartIdx, BG.EndIdx,
1767 if (BG.StartIdx < 32 && BG.EndIdx < 32 && BG.StartIdx < BG.EndIdx)
1794 if (SelectRotMask64Count(I->RLAmt, I->Repl32, I->StartIdx, I->EndIdx,
1796 SelectRotMask64Count(I->RLAmt, I->Repl32, I->StartIdx, I->EndIdx,
1812 BG.EndIdx, InstCnt);
1815 BG.StartIdx, BG.EndIdx, InstCnt);