Lines Matching refs:BitIndex

560   void reportRegion(bitAttr_t RA, unsigned StartBit, unsigned BitIndex,
1562 unsigned BitIndex, bool AllowMixed) { in reportRegion() argument
1564 Filters.emplace_back(*this, StartBit, BitIndex - StartBit, true); in reportRegion()
1566 Filters.emplace_back(*this, StartBit, BitIndex - StartBit, false); in reportRegion()
1605 unsigned BitIndex; in filterProcessor() local
1628 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) in filterProcessor()
1629 if (FilterBitValues[BitIndex] == BIT_TRUE || in filterProcessor()
1630 FilterBitValues[BitIndex] == BIT_FALSE) in filterProcessor()
1640 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) { in filterProcessor()
1641 switch (bitAttrs[BitIndex]) { in filterProcessor()
1643 if (insn[BitIndex] == BIT_UNSET) in filterProcessor()
1644 bitAttrs[BitIndex] = ATTR_ALL_UNSET; in filterProcessor()
1646 bitAttrs[BitIndex] = ATTR_ALL_SET; in filterProcessor()
1649 if (insn[BitIndex] == BIT_UNSET) in filterProcessor()
1650 bitAttrs[BitIndex] = ATTR_MIXED; in filterProcessor()
1653 if (insn[BitIndex] != BIT_UNSET) in filterProcessor()
1654 bitAttrs[BitIndex] = ATTR_MIXED; in filterProcessor()
1686 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) { in filterProcessor()
1687 bitAttr_t bitAttr = bitAttrs[BitIndex]; in filterProcessor()
1697 StartBit = BitIndex; in filterProcessor()
1703 StartBit = BitIndex; in filterProcessor()
1713 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1719 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1723 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1724 StartBit = BitIndex; in filterProcessor()
1734 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1735 StartBit = BitIndex; in filterProcessor()
1739 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1740 StartBit = BitIndex; in filterProcessor()
1744 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1767 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1772 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()