Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/Disassembler/
HDAVRDisassembler.cpp77 static DecodeStatus readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16() function
123 Result = readInstruction16(Bytes, Address, Size, Insn); in getInstruction()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/Disassembler/
HDARCDisassembler.cpp78 static bool readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16() function
352 if (!readInstruction16(Bytes, Address, Size, Insn16)) in getInstruction()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/
HDXCoreDisassembler.cpp44 static bool readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16() function
743 if (!readInstruction16(Bytes, Address, Size, insn16)) { in getInstruction()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/Disassembler/
HDMipsDisassembler.cpp1165 static DecodeStatus readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16() function
1228 Result = readInstruction16(Bytes, Address, Size, Insn, IsBigEndian); in getInstruction()