Lines Matching refs:BitIndex

520   void reportRegion(bitAttr_t RA, unsigned StartBit, unsigned BitIndex,
1483 unsigned BitIndex, bool AllowMixed) { in reportRegion() argument
1485 Filters.emplace_back(*this, StartBit, BitIndex - StartBit, true); in reportRegion()
1487 Filters.emplace_back(*this, StartBit, BitIndex - StartBit, false); in reportRegion()
1526 unsigned BitIndex; in filterProcessor() local
1549 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) in filterProcessor()
1550 if (FilterBitValues[BitIndex] == BIT_TRUE || in filterProcessor()
1551 FilterBitValues[BitIndex] == BIT_FALSE) in filterProcessor()
1561 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) { in filterProcessor()
1562 switch (bitAttrs[BitIndex]) { in filterProcessor()
1564 if (insn[BitIndex] == BIT_UNSET) in filterProcessor()
1565 bitAttrs[BitIndex] = ATTR_ALL_UNSET; in filterProcessor()
1567 bitAttrs[BitIndex] = ATTR_ALL_SET; in filterProcessor()
1570 if (insn[BitIndex] == BIT_UNSET) in filterProcessor()
1571 bitAttrs[BitIndex] = ATTR_MIXED; in filterProcessor()
1574 if (insn[BitIndex] != BIT_UNSET) in filterProcessor()
1575 bitAttrs[BitIndex] = ATTR_MIXED; in filterProcessor()
1607 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) { in filterProcessor()
1608 bitAttr_t bitAttr = bitAttrs[BitIndex]; in filterProcessor()
1618 StartBit = BitIndex; in filterProcessor()
1624 StartBit = BitIndex; in filterProcessor()
1634 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1640 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1644 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1645 StartBit = BitIndex; in filterProcessor()
1655 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1656 StartBit = BitIndex; in filterProcessor()
1660 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1661 StartBit = BitIndex; in filterProcessor()
1665 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1688 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1693 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()