Lines Matching refs:getNumBits
204 for (unsigned index = bits.getNumBits(); index > 0; --index) { in dumpBits()
232 for (unsigned Idx = 0U; Idx < BI->getNumBits(); ++Idx) { in getBitsField()
446 Insn.resize(BitWidth > Bits.getNumBits() ? BitWidth : Bits.getNumBits(), in insnWithID()
456 for (unsigned i = 0; i < Bits.getNumBits(); ++i) { in insnWithID()
1945 return Bits.getNumBits(); in populateInstruction()
2011 for (; bi < Bits.getNumBits(); ++bi) { in populateInstruction()
2023 if (bi == Bits.getNumBits()) in populateInstruction()
2033 for (; bi < Bits.getNumBits(); ++bi) { in populateInstruction()
2170 for (unsigned I = 0; I < OpBits->getNumBits(); ++I) in populateInstruction()
2179 for (unsigned bi = 0; bi < Bits.getNumBits(); ++bi) { in populateInstruction()
2250 return Bits.getNumBits(); in populateInstruction()