Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/Disassembler/
DAVRDisassembler.cpp78 static DecodeStatus readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16() function
125 Result = readInstruction16(Bytes, Address, Size, Insn); in getInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/Disassembler/
DARCDisassembler.cpp79 static bool readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16() function
354 if (!readInstruction16(Bytes, Address, Size, Insn16)) in getInstruction()
/external/capstone/arch/XCore/
DXCoreDisassembler.c35 static bool readInstruction16(const uint8_t *code, size_t code_len, uint16_t *insn) in readInstruction16() function
736 if (!readInstruction16(code, code_len, &insn16)) { in XCore_getInstruction()
/external/llvm/lib/Target/XCore/Disassembler/
DXCoreDisassembler.cpp45 static bool readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16() function
743 if (!readInstruction16(Bytes, Address, Size, insn16)) { in getInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/Disassembler/
DXCoreDisassembler.cpp45 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/
DMipsDisassembler.cpp908 static DecodeStatus readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16() function
971 Result = readInstruction16(Bytes, Address, Size, Insn, IsBigEndian); in getInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp1159 static DecodeStatus readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16() function
1223 Result = readInstruction16(Bytes, Address, Size, Insn, IsBigEndian); in getInstruction()