Searched refs:readInstruction16 (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/XCore/Disassembler/ |
D | XCoreDisassembler.cpp | 45 static bool readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16() function 743 if (!readInstruction16(Bytes, Address, Size, insn16)) { in getInstruction()
|
/external/llvm/lib/Target/Mips/Disassembler/ |
D | MipsDisassembler.cpp | 762 static DecodeStatus readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16() function 825 Result = readInstruction16(Bytes, Address, Size, Insn, IsBigEndian); in getInstruction()
|