Lines Matching defs:StartBit

312   unsigned StartBit; // the starting bit position
495 std::pair<bool, uint64_t> fieldFromInsn(const insn_t &Insn, unsigned StartBit,
560 void reportRegion(bitAttr_t RA, unsigned StartBit, unsigned BitIndex,
588 : Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed),
596 : Owner(&owner), StartBit(startBit), NumBits(numBits), Mixed(mixed) {
597 assert(StartBit + NumBits - 1 < Owner->BitWidth);
609 auto [Ok, Field] = Owner->fieldFromInsn(Insn, StartBit, NumBits);
641 BitValueArray[StartBit + bitIndex] = BIT_UNSET;
665 BitValueArray[StartBit + bitIndex] = BIT_TRUE;
667 BitValueArray[StartBit + bitIndex] = BIT_FALSE;
708 encodeULEB128(StartBit, S);
1068 unsigned StartBit,
1073 if (Insn[StartBit + i] == BIT_UNSET)
1076 if (Insn[StartBit + i] == BIT_TRUE)
1561 void FilterChooser::reportRegion(bitAttr_t RA, unsigned StartBit,
1564 Filters.emplace_back(*this, StartBit, BitIndex - StartBit, true);
1566 Filters.emplace_back(*this, StartBit, BitIndex - StartBit, false);
1684 unsigned StartBit = 0;
1697 StartBit = BitIndex;
1703 StartBit = BitIndex;
1713 reportRegion(RA, StartBit, BitIndex, AllowMixed);
1719 reportRegion(RA, StartBit, BitIndex, AllowMixed);
1723 reportRegion(RA, StartBit, BitIndex, AllowMixed);
1724 StartBit = BitIndex;
1734 reportRegion(RA, StartBit, BitIndex, AllowMixed);
1735 StartBit = BitIndex;
1739 reportRegion(RA, StartBit, BitIndex, AllowMixed);
1740 StartBit = BitIndex;
1744 reportRegion(RA, StartBit, BitIndex, AllowMixed);
1767 reportRegion(RA, StartBit, BitIndex, AllowMixed);
1772 reportRegion(RA, StartBit, BitIndex, AllowMixed);