Lines Matching refs:StartBit
270 unsigned StartBit; // the starting bit position member in __anon29ff4c510311::Filter
453 bool fieldFromInsn(uint64_t &Field, insn_t &Insn, unsigned StartBit,
518 void reportRegion(bitAttr_t RA, unsigned StartBit, unsigned BitIndex,
546 : Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed), in Filter()
555 : Owner(&owner), StartBit(startBit), NumBits(numBits), Mixed(mixed) { in Filter()
556 assert(StartBit + NumBits - 1 < Owner->BitWidth); in Filter()
569 bool ok = Owner->fieldFromInsn(Field, Insn, StartBit, NumBits); in Filter()
601 BitValueArray[StartBit + bitIndex] = BIT_UNSET; in recurse()
624 BitValueArray[StartBit + bitIndex] = BIT_TRUE; in recurse()
626 BitValueArray[StartBit + bitIndex] = BIT_FALSE; in recurse()
664 TableInfo.Table.push_back(StartBit); in emitTableEntry()
995 unsigned StartBit, unsigned NumBits) const { in fieldFromInsn() argument
999 if (Insn[StartBit + i] == BIT_UNSET) in fieldFromInsn()
1002 if (Insn[StartBit + i] == BIT_TRUE) in fieldFromInsn()
1476 void FilterChooser::reportRegion(bitAttr_t RA, unsigned StartBit, in reportRegion() argument
1479 Filters.emplace_back(*this, StartBit, BitIndex - StartBit, true); in reportRegion()
1481 Filters.emplace_back(*this, StartBit, BitIndex - StartBit, false); in reportRegion()
1599 unsigned StartBit = 0; in filterProcessor() local
1612 StartBit = BitIndex; in filterProcessor()
1618 StartBit = BitIndex; in filterProcessor()
1628 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1634 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1638 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1639 StartBit = BitIndex; in filterProcessor()
1649 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1650 StartBit = BitIndex; in filterProcessor()
1654 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1655 StartBit = BitIndex; in filterProcessor()
1659 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1682 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1687 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()