Home
last modified time | relevance | path

Searched refs:SwapBits (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/BPF/MCTargetDesc/
DBPFMCCodeEmitter.cpp103 static uint8_t SwapBits(uint8_t Val) in SwapBits() function
121 LE.write<uint8_t>(SwapBits((Value >> 48) & 0xff)); in encodeInstruction()
146 LE.write<uint8_t>(SwapBits((Value >> 48) & 0xff)); in encodeInstruction()