Searched refs:ShiftValue (Results 1 – 3 of 3) sorted by relevance
107 unsigned ShiftValue = (Size * 8) - 8; in applyFixup() local109 Data[Offset + I] |= uint8_t(Value >> ShiftValue); in applyFixup()110 ShiftValue -= 8; in applyFixup()
98 unsigned ShiftValue = (Size * 8) - 8; in EncodeInstruction() local100 OS << uint8_t(Bits >> ShiftValue); in EncodeInstruction()101 ShiftValue -= 8; in EncodeInstruction()
96 int ShiftValue = (Size * 8) - 8; in EncodeInstruction() local98 OS << (char)(Bits >> ShiftValue); in EncodeInstruction()