Searched refs:read16be (Results 1 – 6 of 6) sorted by relevance
241 return SignExtend64<16>(read16be(buf)); in getImplicitAddend()243 return SignExtend64<16>(read16be(buf)) << 1; in getImplicitAddend()422 const uint16_t op = read16be(loc - 2); in adjustGotPcExpr()472 const uint16_t op = read16be(loc - 2); in relaxGot()505 write16be(loc, (read16be(loc) & 0xF000) | val); in relocate()511 write16be(loc, (read16be(loc) & 0xF000) | ((val >> 1) & 0x0FFF)); in relocate()
150 Insn.insertBits(support::endian::read16be(&Bytes[Idx]), Idx * 8, 16); in getInstruction()153 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
431 [[nodiscard]] inline uint16_t read16be(const void *P) { in read16be() function
1409 Data = support::endian::read16be(Ptr); in TBVectorExt()