Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp461 template <typename T> static inline T eatBytes(ArrayRef<uint8_t>& Bytes) { in eatBytes() function
519 const uint64_t QW = eatBytes<uint64_t>(Bytes); in getInstruction()
578 const uint32_t DW = eatBytes<uint32_t>(Bytes); in getInstruction()
1270 Literal = Literal64 = eatBytes<uint32_t>(Bytes); in decodeLiteralConstant()