Home | History | Annotate | Download | only in PowerPC

Lines Matching defs:EndIdx

1119     unsigned StartIdx, EndIdx;
1132 : V(V), RLAmt(R), StartIdx(S), EndIdx(E), Repl32(false), Repl32CR(false),
1370 BitGroups[BitGroups.size()-1].EndIdx == Bits.size()-1 &&
1374 BitGroups[BitGroups.size()-1].EndIdx = BitGroups[0].EndIdx;
1427 if (BG.StartIdx <= BG.EndIdx) {
1428 for (unsigned i = BG.StartIdx; i <= BG.EndIdx; ++i) {
1441 for (unsigned i = 0; i <= BG.EndIdx; ++i) {
1467 if (BG.StartIdx < 32 && BG.EndIdx < 32) {
1478 << BG.StartIdx << ", " << BG.EndIdx << "]\n");
1490 I->StartIdx == (IP->EndIdx + 1) % 64 && I != IP) {
1494 << I->StartIdx << ", " << I->EndIdx
1496 << IP->EndIdx << "]\n");
1498 IP->EndIdx = I->EndIdx;
1510 if (I->StartIdx == 32 && I->EndIdx == 63) {
1517 IP->EndIdx == 31 && IN->StartIdx == 0 && I != IP &&
1522 << ", " << I->EndIdx
1524 << IP->StartIdx << ", " << IP->EndIdx << "] and ["
1525 << IN->StartIdx << ", " << IN->EndIdx << "]\n");
1532 IP->EndIdx = 30;
1540 IP->EndIdx = IN->EndIdx;
1727 getI32Imm(Bits.size() - BG.EndIdx - 1, dl),
1733 getI32Imm(Bits.size() - BG.EndIdx - 1, dl),
1929 if (BG.StartIdx < 32 && BG.EndIdx < 32 && BG.StartIdx <= BG.EndIdx &&
1947 if (BG.StartIdx <= BG.EndIdx) {
1948 for (unsigned i = BG.StartIdx; i <= BG.EndIdx; ++i)
1953 for (unsigned i = 0; i <= BG.EndIdx; ++i)
1985 SelectRotMask64Count(BG.RLAmt, BG.Repl32, BG.StartIdx, BG.EndIdx,
2106 if (BG.StartIdx < 32 && BG.EndIdx < 32 && BG.StartIdx < BG.EndIdx)
2133 if (SelectRotMask64Count(I->RLAmt, I->Repl32, I->StartIdx, I->EndIdx,
2135 SelectRotMask64Count(I->RLAmt, I->Repl32, I->StartIdx, I->EndIdx,
2151 BG.EndIdx, InstCnt);
2154 BG.StartIdx, BG.EndIdx, InstCnt);