Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFMCCodeEmitter.cpp108 static uint8_t SwapBits(uint8_t Val) in SwapBits() function
128 CB.push_back(SwapBits((Value >> 48) & 0xff)); in encodeInstruction()
145 CB.push_back(SwapBits((Value >> 48) & 0xff)); in encodeInstruction()