Searched refs:readInstruction32 (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/Sparc/Disassembler/ |
D | SparcDisassembler.cpp | 210 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32() function 232 DecodeStatus Result = readInstruction32(Bytes, Address, Size, Insn); in getInstruction()
|
/external/llvm/lib/Target/XCore/Disassembler/ |
D | XCoreDisassembler.cpp | 57 static bool readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32() function 757 if (!readInstruction32(Bytes, Address, Size, insn32)) { in getInstruction()
|
/external/llvm/lib/Target/Mips/Disassembler/ |
D | MipsDisassembler.cpp | 782 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32() function 836 Result = readInstruction32(Bytes, Address, Size, Insn, IsBigEndian, true); in getInstruction() 851 Result = readInstruction32(Bytes, Address, Size, Insn, IsBigEndian, false); in getInstruction()
|