Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h113 const auto readU16 = [&]() { in executeMatchTable()
199 uint16_t ExpectedBitsetID = readU16(); in executeMatchTable()
214 uint16_t Expected0 = readU16(); in executeMatchTable()
217 Expected1 = readU16(); in executeMatchTable()
238 uint16_t LowerBound = readU16(); in executeMatchTable()
239 uint16_t UpperBound = readU16(); in executeMatchTable()
269 uint16_t LowerBound = readU16(); in executeMatchTable()
270 uint16_t UpperBound = readU16(); in executeMatchTable()
348 uint16_t Predicate = readU16(); in executeMatchTable()
373 uint16_t Predicate = readU16(); in executeMatchTable()
[all …]
/freebsd/sys/dev/cxgbe/cudbg/
H A Dfastlz_api.c302 static inline unsigned long readU16(const unsigned char *ptr) in readU16() function
322 *pid = readU16(buffer) & 0xffff; in read_chunk_header()
323 *poptions = readU16(buffer+2) & 0xffff; in read_chunk_header()