Lines Matching refs:StartBit

284   unsigned StartBit; // the starting bit position  member in __anon983fc5010311::Filter
468 bool fieldFromInsn(uint64_t &Field, insn_t &Insn, unsigned StartBit,
535 void reportRegion(bitAttr_t RA, unsigned StartBit, unsigned BitIndex,
563 : Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed), in Filter()
572 : Owner(&owner), StartBit(startBit), NumBits(numBits), Mixed(mixed) { in Filter()
573 assert(StartBit + NumBits - 1 < Owner->BitWidth); in Filter()
586 bool ok = Owner->fieldFromInsn(Field, Insn, StartBit, NumBits); in Filter()
618 BitValueArray[StartBit + bitIndex] = BIT_UNSET; in recurse()
640 BitValueArray[StartBit + bitIndex] = BIT_TRUE; in recurse()
642 BitValueArray[StartBit + bitIndex] = BIT_FALSE; in recurse()
680 TableInfo.Table.push_back(StartBit); in emitTableEntry()
1025 unsigned StartBit, unsigned NumBits) const { in fieldFromInsn() argument
1029 if (Insn[StartBit + i] == BIT_UNSET) in fieldFromInsn()
1032 if (Insn[StartBit + i] == BIT_TRUE) in fieldFromInsn()
1511 void FilterChooser::reportRegion(bitAttr_t RA, unsigned StartBit, 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()
1634 unsigned StartBit = 0; in filterProcessor() local
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()