Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/XCore/Disassembler/
HDXCoreDisassembler.cpp45 static bool readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16() function
743 if (!readInstruction16(Bytes, Address, Size, insn16)) { in getInstruction()
/NextBSD/contrib/llvm/lib/Target/Mips/Disassembler/
HDMipsDisassembler.cpp769 static DecodeStatus readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16() function
832 Result = readInstruction16(Bytes, Address, Size, Insn, IsBigEndian); in getInstruction()