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

/external/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp270 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, function
296 readInstruction32(Bytes, Address, Size, Insn, isLittleEndian);
/external/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp57 static bool readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, function
757 if (!readInstruction32(Bytes, Address, Size, insn32)) {
/external/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp828 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, function
897 Result = readInstruction32(Bytes, Address, Size, Insn, IsBigEndian, true);
926 Result = readInstruction32(Bytes, Address, Size, Insn, IsBigEndian, false);

Completed in 237 milliseconds