Searched refs:SwapBits (Results 1 – 2 of 2) sorted by relevance
113 static uint8_t SwapBits(uint8_t Val) in SwapBits() function134 OS << char(SwapBits((Value >> 48) & 0xff)); in encodeInstruction()151 OS << char(SwapBits((Value >> 48) & 0xff)); in encodeInstruction()
103 static uint8_t SwapBits(uint8_t Val) in SwapBits() function121 LE.write<uint8_t>(SwapBits((Value >> 48) & 0xff)); in encodeInstruction()146 LE.write<uint8_t>(SwapBits((Value >> 48) & 0xff)); in encodeInstruction()