Home | History | Annotate | Download | only in TableGen

Lines Matching defs:StartBits

477   unsigned getIslands(std::vector<unsigned> &StartBits,
933 unsigned ARMFilterChooser::getIslands(std::vector<unsigned> &StartBits,
961 StartBits.push_back(i);
986 assert(StartBits.size() == Num && EndBits.size() == Num &&
995 std::vector<unsigned> StartBits;
1012 getIslands(StartBits, EndBits, FieldVals, Insn);
1014 unsigned Size = StartBits.size();
1030 o << "Inst{" << EndBits[I-1] << '-' << StartBits[I-1] << "} ";
1040 NumBits = EndBits[I-1] - StartBits[I-1] + 1;
1041 o << "fieldFromInstruction(insn, " << StartBits[I-1] << ", " << NumBits
1114 std::vector<unsigned> StartBits;
1122 if (getIslands(StartBits, EndBits, FieldVals, Insn) > 0) {
1124 runSingleFilter(*this, StartBits[0], EndBits[0] - StartBits[0] + 1,