Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/Disassembler/
DAVRDisassembler.cpp77 static DecodeStatus readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16() function
123 Result = readInstruction16(Bytes, Address, Size, Insn); in getInstruction()
/external/llvm-project/llvm/lib/Target/AVR/Disassembler/
DAVRDisassembler.cpp234 static DecodeStatus readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16() function
280 Result = readInstruction16(Bytes, Address, Size, Insn); in getInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/Disassembler/
DARCDisassembler.cpp78 static bool readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16() function
352 if (!readInstruction16(Bytes, Address, Size, Insn16)) in getInstruction()
/external/llvm-project/llvm/lib/Target/ARC/Disassembler/
DARCDisassembler.cpp78 static bool readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16() function
352 if (!readInstruction16(Bytes, Address, Size, Insn16)) in getInstruction()
/external/capstone/arch/XCore/
DXCoreDisassembler.c37 static bool readInstruction16(const uint8_t *code, size_t code_len, uint16_t *insn) in readInstruction16() function
739 if (!readInstruction16(code, code_len, &insn16)) { in XCore_getInstruction()
/external/llvm-project/llvm/lib/Target/XCore/Disassembler/
DXCoreDisassembler.cpp44 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/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-10.0/llvm/lib/Target/XCore/Disassembler/
DXCoreDisassembler.cpp44 static bool readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16() function
743 if (!readInstruction16(Bytes, Address, Size, insn16)) { in getInstruction()
/external/capstone/arch/Mips/
DMipsDisassembler.c369 static void readInstruction16(unsigned char *code, uint32_t *insn, in readInstruction16() function
424 readInstruction16((unsigned char*)code, &Insn, isBigEndian); in MipsDisassembler_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/llvm-project/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp1165 static DecodeStatus readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16() function
1228 Result = readInstruction16(Bytes, Address, Size, Insn, IsBigEndian); in getInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp1165 static DecodeStatus readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16() function
1228 Result = readInstruction16(Bytes, Address, Size, Insn, IsBigEndian); in getInstruction()