Lines Matching refs:BitIndex
486 void reportRegion(bitAttr_t RA, unsigned StartBit, unsigned BitIndex,
1425 unsigned BitIndex, bool AllowMixed) { in reportRegion() argument
1427 Filters.emplace_back(*this, StartBit, BitIndex - StartBit, true); in reportRegion()
1429 Filters.emplace_back(*this, StartBit, BitIndex - StartBit, false); in reportRegion()
1468 unsigned BitIndex; in filterProcessor() local
1491 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) in filterProcessor()
1492 if (FilterBitValues[BitIndex] == BIT_TRUE || in filterProcessor()
1493 FilterBitValues[BitIndex] == BIT_FALSE) in filterProcessor()
1503 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) { in filterProcessor()
1504 switch (bitAttrs[BitIndex]) { in filterProcessor()
1506 if (insn[BitIndex] == BIT_UNSET) in filterProcessor()
1507 bitAttrs[BitIndex] = ATTR_ALL_UNSET; in filterProcessor()
1509 bitAttrs[BitIndex] = ATTR_ALL_SET; in filterProcessor()
1512 if (insn[BitIndex] == BIT_UNSET) in filterProcessor()
1513 bitAttrs[BitIndex] = ATTR_MIXED; in filterProcessor()
1516 if (insn[BitIndex] != BIT_UNSET) in filterProcessor()
1517 bitAttrs[BitIndex] = ATTR_MIXED; in filterProcessor()
1549 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) { in filterProcessor()
1550 bitAttr_t bitAttr = bitAttrs[BitIndex]; in filterProcessor()
1560 StartBit = BitIndex; in filterProcessor()
1566 StartBit = BitIndex; in filterProcessor()
1576 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1582 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1586 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1587 StartBit = BitIndex; in filterProcessor()
1597 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1598 StartBit = BitIndex; in filterProcessor()
1602 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1603 StartBit = BitIndex; in filterProcessor()
1607 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1630 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1635 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()