Lines Matching defs:bitIndex
640 for (unsigned bitIndex = 0; bitIndex < NumBits; ++bitIndex)
641 BitValueArray[StartBit + bitIndex] = BIT_UNSET;
663 for (unsigned bitIndex = 0; bitIndex < NumBits; ++bitIndex) {
664 if (Inst.first & (1ULL << bitIndex))
665 BitValueArray[StartBit + bitIndex] = BIT_TRUE;
667 BitValueArray[StartBit + bitIndex] = BIT_FALSE;
1087 for (unsigned bitIndex = BitWidth; bitIndex > 0; bitIndex--) {
1088 switch (filter[bitIndex - 1]) {