Lines Matching refs:StartBit
272 unsigned StartBit; // the starting bit position member in __anon3051e32e0311::Filter
455 bool fieldFromInsn(uint64_t &Field, insn_t &Insn, unsigned StartBit,
520 void reportRegion(bitAttr_t RA, unsigned StartBit, unsigned BitIndex,
548 : Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed), in Filter()
557 : Owner(&owner), StartBit(startBit), NumBits(numBits), Mixed(mixed) { in Filter()
558 assert(StartBit + NumBits - 1 < Owner->BitWidth); in Filter()
571 bool ok = Owner->fieldFromInsn(Field, Insn, StartBit, NumBits); in Filter()
603 BitValueArray[StartBit + bitIndex] = BIT_UNSET; in recurse()
625 BitValueArray[StartBit + bitIndex] = BIT_TRUE; in recurse()
627 BitValueArray[StartBit + bitIndex] = BIT_FALSE; in recurse()
665 TableInfo.Table.push_back(StartBit); in emitTableEntry()
1002 unsigned StartBit, unsigned NumBits) const { in fieldFromInsn() argument
1006 if (Insn[StartBit + i] == BIT_UNSET) in fieldFromInsn()
1009 if (Insn[StartBit + i] == BIT_TRUE) in fieldFromInsn()
1482 void FilterChooser::reportRegion(bitAttr_t RA, unsigned StartBit, 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()
1605 unsigned StartBit = 0; in filterProcessor() local
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()