Searched refs:read16be (Results 1 – 3 of 3) sorted by relevance
122 Insn.insertBits(support::endian::read16be(&Bytes[Idx]), Idx * 8, 16); in getInstruction()125 APInt Insn(16, support::endian::read16be(Bytes.data())); in getInstruction()
383 inline uint16_t read16be(const void *P) { return read16<big>(P); } in read16be() function
1270 Data = support::endian::read16be(Ptr); in TBVectorExt()