Searched refs:ThisWord (Results 1 – 2 of 2) sorted by relevance
187 unsigned ThisWord = ThisByte / 2; in encodeImm() local204 if (IsPCRel && ThisWord == 0) in encodeImm()
199 uint64_t ThisWord = Buffer[WordIndex] >> (NumRead & 0xf); in readBits() local201 Value |= (ThisWord & Mask) << BitsRead; in readBits()