Searched refs:bitIndex (Results 1 – 2 of 2) sorted by relevance
602 for (unsigned bitIndex = 0; bitIndex < NumBits; ++bitIndex) in recurse() local603 BitValueArray[StartBit + bitIndex] = BIT_UNSET; in recurse()623 for (unsigned bitIndex = 0; bitIndex < NumBits; ++bitIndex) { in recurse() local624 if (Inst.first & (1ULL << bitIndex)) in recurse()625 BitValueArray[StartBit + bitIndex] = BIT_TRUE; in recurse()627 BitValueArray[StartBit + bitIndex] = BIT_FALSE; in recurse()1020 for (unsigned bitIndex = BitWidth; bitIndex > 0; bitIndex--) { in dumpFilterArray() local1021 switch (filter[bitIndex - 1]) { in dumpFilterArray()
1016 ulong controlVal, newControlVal, bitIndex; in BitmappedBlockImpl()1019 bitIndex = 0; in BitmappedBlockImpl()1034 bitIndex += firstZero[byteVal]; in BitmappedBlockImpl()1035 newControlVal = controlVal | (1UL << (63 - bitIndex)); in BitmappedBlockImpl()1038 bitIndex += 8; in BitmappedBlockImpl()1042 auto blockIndex = bitIndex + 64 * i; in BitmappedBlockImpl()1074 size_t bitIndex = 0; in BitmappedBlockImpl()1086 bitIndex += firstZero[byteVal]; in BitmappedBlockImpl()1087 _control[i] |= (1UL << (63 - bitIndex)); in BitmappedBlockImpl()1090 bitIndex += 8; in BitmappedBlockImpl()[all …]