Searched refs:ChunkIdx (Results 1 – 2 of 2) sorted by relevance
102 uint64_t ChunkIdx; member118 Counter.CurrChunkIdx = State.ChunkIdx; in setCounterState()
22 static uint64_t getChunk(uint64_t Imm, unsigned ChunkIdx) { in getChunk() argument23 assert(ChunkIdx < 4 && "Out of range chunk index specified!"); in getChunk()25 return (Imm >> (ChunkIdx * 16)) & 0xFFFF; in getChunk()