Lines Matching refs:BitIndex

535   void reportRegion(bitAttr_t RA, unsigned StartBit, unsigned BitIndex,
1512 unsigned BitIndex, bool AllowMixed) { in reportRegion() argument
1514 Filters.emplace_back(*this, StartBit, BitIndex - StartBit, true); in reportRegion()
1516 Filters.emplace_back(*this, StartBit, BitIndex - StartBit, false); in reportRegion()
1555 unsigned BitIndex; in filterProcessor() local
1578 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) in filterProcessor()
1579 if (FilterBitValues[BitIndex] == BIT_TRUE || in filterProcessor()
1580 FilterBitValues[BitIndex] == BIT_FALSE) in filterProcessor()
1590 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) { in filterProcessor()
1591 switch (bitAttrs[BitIndex]) { in filterProcessor()
1593 if (insn[BitIndex] == BIT_UNSET) in filterProcessor()
1594 bitAttrs[BitIndex] = ATTR_ALL_UNSET; in filterProcessor()
1596 bitAttrs[BitIndex] = ATTR_ALL_SET; in filterProcessor()
1599 if (insn[BitIndex] == BIT_UNSET) in filterProcessor()
1600 bitAttrs[BitIndex] = ATTR_MIXED; in filterProcessor()
1603 if (insn[BitIndex] != BIT_UNSET) in filterProcessor()
1604 bitAttrs[BitIndex] = ATTR_MIXED; in filterProcessor()
1636 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) { in filterProcessor()
1637 bitAttr_t bitAttr = bitAttrs[BitIndex]; in filterProcessor()
1647 StartBit = BitIndex; in filterProcessor()
1653 StartBit = BitIndex; in filterProcessor()
1663 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1669 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1673 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1674 StartBit = BitIndex; in filterProcessor()
1684 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1685 StartBit = BitIndex; in filterProcessor()
1689 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1690 StartBit = BitIndex; in filterProcessor()
1694 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1717 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1722 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()