Lines Matching refs:StartBit

250   unsigned StartBit; // the starting bit position  member in __anonc01b33bf0311::Filter
421 bool fieldFromInsn(uint64_t &Field, insn_t &Insn, unsigned StartBit,
486 void reportRegion(bitAttr_t RA, unsigned StartBit, unsigned BitIndex,
514 : Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed), in Filter()
523 : Owner(&owner), StartBit(startBit), NumBits(numBits), Mixed(mixed) { in Filter()
524 assert(StartBit + NumBits - 1 < Owner->BitWidth); in Filter()
537 bool ok = Owner->fieldFromInsn(Field, Insn, StartBit, NumBits); in Filter()
569 BitValueArray[StartBit + bitIndex] = BIT_UNSET; in recurse()
592 BitValueArray[StartBit + bitIndex] = BIT_TRUE; in recurse()
594 BitValueArray[StartBit + bitIndex] = BIT_FALSE; in recurse()
632 TableInfo.Table.push_back(StartBit); in emitTableEntry()
963 unsigned StartBit, unsigned NumBits) const { in fieldFromInsn() argument
967 if (Insn[StartBit + i] == BIT_UNSET) in fieldFromInsn()
970 if (Insn[StartBit + i] == BIT_TRUE) in fieldFromInsn()
1424 void FilterChooser::reportRegion(bitAttr_t RA, unsigned StartBit, 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()
1547 unsigned StartBit = 0; in filterProcessor() local
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()