Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/Disassembler/
H A DLanaiDisassembler.cpp75 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t &Size, in readInstruction32() function
137 DecodeStatus Result = readInstruction32(Bytes, Size, Insn); in getInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/Disassembler/
H A DARCDisassembler.cpp50 static bool readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32() function
380 if (!readInstruction32(Bytes, Address, Size, Insn32)) { in getInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp270 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address,
295 readInstruction32(Bytes, Address, Size, Insn, isLittleEndian); in getInstruction()
274 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, readInstruction32() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/Disassembler/
H A DAVRDisassembler.cpp449 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32() function
514 Result = readInstruction32(Bytes, Address, Size, Insn); in getInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp56 static bool readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32() function
733 if (!readInstruction32(Bytes, Address, Size, insn32)) { in getInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp1127 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32() function
1197 Result = readInstruction32(Bytes, Address, Size, Insn, IsBigEndian, true); in getInstruction()
1244 Result = readInstruction32(Bytes, Address, Size, Insn, IsBigEndian, false); in getInstruction()