Lines Matching refs:StartBit
222 unsigned StartBit; // the starting bit position member in __anon557fff230511::Filter
396 bool fieldFromInsn(uint64_t &Field, insn_t &Insn, unsigned StartBit,
461 void reportRegion(bitAttr_t RA, unsigned StartBit, unsigned BitIndex,
488 : Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed), in Filter()
497 : Owner(&owner), StartBit(startBit), NumBits(numBits), Mixed(mixed) { in Filter()
498 assert(StartBit + NumBits - 1 < Owner->BitWidth); in Filter()
511 bool ok = Owner->fieldFromInsn(Field, Insn, StartBit, NumBits); in Filter()
546 BitValueArray[StartBit + bitIndex] = BIT_UNSET; in recurse()
569 BitValueArray[StartBit + bitIndex] = BIT_TRUE; in recurse()
571 BitValueArray[StartBit + bitIndex] = BIT_FALSE; in recurse()
608 TableInfo.Table.push_back(StartBit); in emitTableEntry()
927 unsigned StartBit, unsigned NumBits) const { in fieldFromInsn() argument
931 if (Insn[StartBit + i] == BIT_UNSET) in fieldFromInsn()
934 if (Insn[StartBit + i] == BIT_TRUE) in fieldFromInsn()
1390 void FilterChooser::reportRegion(bitAttr_t RA, unsigned StartBit, in reportRegion() argument
1393 Filters.emplace_back(*this, StartBit, BitIndex - StartBit, true); in reportRegion()
1395 Filters.emplace_back(*this, StartBit, BitIndex - StartBit, false); in reportRegion()
1513 unsigned StartBit = 0; in filterProcessor() local
1526 StartBit = BitIndex; in filterProcessor()
1532 StartBit = BitIndex; in filterProcessor()
1542 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1548 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1552 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1553 StartBit = BitIndex; in filterProcessor()
1563 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1564 StartBit = BitIndex; in filterProcessor()
1568 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1569 StartBit = BitIndex; in filterProcessor()
1573 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1596 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1601 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()