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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/Disassembler/
H A DAVRDisassembler.cpp77 static DecodeStatus readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, function
123 Result = readInstruction16(Bytes, Address, Size, Insn);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/Disassembler/
H A DARCDisassembler.cpp78 static bool readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, function
352 if (!readInstruction16(Bytes, Address, Size, Insn16))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp44 static bool readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, function
743 if (!readInstruction16(Bytes, Address, Size, insn16)) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp1165 static DecodeStatus readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, function
1228 Result = readInstruction16(Bytes, Address, Size, Insn, IsBigEndian);

Completed in 116 milliseconds