Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/MCTargetDesc/
DBPFMCCodeEmitter.cpp113 static uint8_t SwapBits(uint8_t Val) in SwapBits() function
134 OS << char(SwapBits((Value >> 48) & 0xff)); in encodeInstruction()
151 OS << char(SwapBits((Value >> 48) & 0xff)); in encodeInstruction()
/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()