Searched refs:readInstruction16 (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/Disassembler/ |
D | AVRDisassembler.cpp | 78 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/ |
D | ARCDisassembler.cpp | 79 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/ |
D | XCoreDisassembler.c | 35 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/ |
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/swiftshader/third_party/llvm-7.0/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 | 908 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/ |
D | MipsDisassembler.cpp | 1159 static DecodeStatus readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16() function 1223 Result = readInstruction16(Bytes, Address, Size, Insn, IsBigEndian); in getInstruction()
|