Searched refs:read16be (Results 1 – 7 of 7) sorted by relevance
240 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()
1103 write16le(buf + i, read16be(buf + i)); in toLittleEndianInstructions()
162 Insn.insertBits(support::endian::read16be(&Bytes[Idx]), Idx * 8, 16); in getInstruction()165 APInt Insn(16, support::endian::read16be(Bytes.data())); in getInstruction()
404 read16be(const uint8_t *buf) in read16be() function465 # define read16ne read16be482 read16be(const uint8_t *buf) in read16be() function
172 : read16be ( lim -- lim x )446 read16be450 read16be assemble-surrogate-pair
435 [[nodiscard]] inline uint16_t read16be(const void *P) { in read16be() function
1416 Data = support::endian::read16be(Ptr); in TBVectorExt()