Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DSystemZ.cpp240 return SignExtend64<16>(read16be(buf)); in getImplicitAddend()
242 return SignExtend64<16>(read16be(buf)) << 1; in getImplicitAddend()
420 const uint16_t op = read16be(loc - 2); in adjustGotPcExpr()
469 const uint16_t op = read16be(loc - 2); in relaxGot()
502 write16be(loc, (read16be(loc) & 0xF000) | val); in relocate()
508 write16be(loc, (read16be(loc) & 0xF000) | ((val >> 1) & 0x0FFF)); in relocate()
H A DARM.cpp1103 write16le(buf + i, read16be(buf + i)); in toLittleEndianInstructions()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/Disassembler/
H A DM68kDisassembler.cpp162 Insn.insertBits(support::endian::read16be(&Bytes[Idx]), Idx * 8, 16); in getInstruction()
165 APInt Insn(16, support::endian::read16be(Bytes.data())); in getInstruction()
/freebsd/contrib/xz/src/common/
H A Dtuklib_integer.h404 read16be(const uint8_t *buf) in read16be() function
465 # define read16ne read16be
482 read16be(const uint8_t *buf) in read16be() function
/freebsd/contrib/bearssl/src/x509/
H A Dasn1.t0172 : read16be ( lim -- lim x )
446 read16be
450 read16be assemble-surrogate-pair
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndian.h435 [[nodiscard]] inline uint16_t read16be(const void *P) { in read16be() function
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1416 Data = support::endian::read16be(Ptr); in TBVectorExt()