D | MipsDisassembler.cpp | 42 bool IsBigEndian; member in __anon2817e7dc0111::MipsDisassembler 45 MipsDisassembler(const MCSubtargetInfo &STI, MCContext &Ctx, bool IsBigEndian) in MipsDisassembler() argument 48 IsBigEndian(IsBigEndian) {} in MipsDisassembler() 1167 bool IsBigEndian) { in readInstruction16() argument 1174 if (IsBigEndian) { in readInstruction16() 1187 bool IsBigEndian, bool IsMicroMips) { in readInstruction32() argument 1202 if (IsBigEndian) { in readInstruction32() 1228 Result = readInstruction16(Bytes, Address, Size, Insn, IsBigEndian); in getInstruction() 1255 Result = readInstruction32(Bytes, Address, Size, Insn, IsBigEndian, true); in getInstruction() 1302 Result = readInstruction32(Bytes, Address, Size, Insn, IsBigEndian, false); in getInstruction()
|