Lines Matching refs:BitIndex

545   void reportRegion(bitAttr_t RA, unsigned StartBit, unsigned BitIndex,
1522 unsigned BitIndex, bool AllowMixed) { in reportRegion() argument
1524 Filters.emplace_back(*this, StartBit, BitIndex - StartBit, true); in reportRegion()
1526 Filters.emplace_back(*this, StartBit, BitIndex - StartBit, false); in reportRegion()
1565 unsigned BitIndex; in filterProcessor() local
1588 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) in filterProcessor()
1589 if (FilterBitValues[BitIndex] == BIT_TRUE || in filterProcessor()
1590 FilterBitValues[BitIndex] == BIT_FALSE) in filterProcessor()
1600 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) { in filterProcessor()
1601 switch (bitAttrs[BitIndex]) { in filterProcessor()
1603 if (insn[BitIndex] == BIT_UNSET) in filterProcessor()
1604 bitAttrs[BitIndex] = ATTR_ALL_UNSET; in filterProcessor()
1606 bitAttrs[BitIndex] = ATTR_ALL_SET; in filterProcessor()
1609 if (insn[BitIndex] == BIT_UNSET) in filterProcessor()
1610 bitAttrs[BitIndex] = ATTR_MIXED; in filterProcessor()
1613 if (insn[BitIndex] != BIT_UNSET) in filterProcessor()
1614 bitAttrs[BitIndex] = ATTR_MIXED; in filterProcessor()
1646 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) { in filterProcessor()
1647 bitAttr_t bitAttr = bitAttrs[BitIndex]; in filterProcessor()
1657 StartBit = BitIndex; in filterProcessor()
1663 StartBit = BitIndex; in filterProcessor()
1673 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1679 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1683 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1684 StartBit = BitIndex; in filterProcessor()
1694 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1695 StartBit = BitIndex; in filterProcessor()
1699 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1700 StartBit = BitIndex; in filterProcessor()
1704 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1727 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1732 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()