Searched refs:readInstruction32 (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/Disassembler/
H A DLanaiDisassembler.cpp75 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t &Size, function
137 DecodeStatus Result = readInstruction32(Bytes, Size, Insn);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/Disassembler/
H A DAVRDisassembler.cpp247 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, function
294 Result = readInstruction32(Bytes, Address, Size, Insn);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/Disassembler/
H A DARCDisassembler.cpp50 static bool readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, function
329 if (!readInstruction32(Bytes, Address, Size, Insn32)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp313 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, function
338 readInstruction32(Bytes, Address, Size, Insn, isLittleEndian);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp56 static bool readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, function
757 if (!readInstruction32(Bytes, Address, Size, insn32)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp1185 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, function
1255 Result = readInstruction32(Bytes, Address, Size, Insn, IsBigEndian, true);
1302 Result = readInstruction32(Bytes, Address, Size, Insn, IsBigEndian, false);

Completed in 112 milliseconds