Lines Matching refs:NumBits
130 unsigned NumBits; // number of bits to filter member in Filter
303 unsigned NumBits) const;
379 Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed), in Filter()
387 bool mixed) : Owner(&owner), StartBit(startBit), NumBits(numBits), in Filter()
389 assert(StartBit + NumBits - 1 < Owner->BitWidth); in Filter()
403 bool ok = Owner->fieldFromInsn(Field, Insn, StartBit, NumBits); in Filter()
448 for (bitIndex = 0; bitIndex < NumBits; bitIndex++) in recurse()
477 for (bitIndex = 0; bitIndex < NumBits; bitIndex++) { in recurse()
501 if (NumBits > 1) in emit()
502 o << (StartBit + NumBits - 1) << '-'; in emit()
508 << NumBits << ")) {\n"; in emit()
601 unsigned StartBit, unsigned NumBits) const { in fieldFromInsn()
604 for (unsigned i = 0; i < NumBits; ++i) { in fieldFromInsn()
816 unsigned I, NumBits; in emitSingletonDecoder() local
864 NumBits = EndBits[I-1] - StartBits[I-1] + 1; in emitSingletonDecoder()
866 << StartBits[I-1] << ", " << NumBits in emitSingletonDecoder()