Lines Matching defs:bitIndex
638 for (unsigned bitIndex = 0; bitIndex < NumBits; ++bitIndex)
639 BitValueArray[StartBit + bitIndex] = BIT_UNSET;
661 for (unsigned bitIndex = 0; bitIndex < NumBits; ++bitIndex) {
662 if (Inst.first & (1ULL << bitIndex))
663 BitValueArray[StartBit + bitIndex] = BIT_TRUE;
665 BitValueArray[StartBit + bitIndex] = BIT_FALSE;
1083 for (unsigned bitIndex = BitWidth; bitIndex > 0; bitIndex--) {
1084 switch (filter[bitIndex - 1]) {