reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Mips/Disassembler/MipsDisassembler.cpp
 1224     Result = readInstruction16(Bytes, Address, Size, Insn, IsBigEndian);
 1234                                  Address, this, STI);
 1244     Result = decodeInstruction(DecoderTableMicroMips16, Instr, Insn, Address,
 1251     Result = readInstruction32(Bytes, Address, Size, Insn, IsBigEndian, true);
 1259       Result = decodeInstruction(DecoderTableMicroMipsR632, Instr, Insn, Address,
 1269     Result = decodeInstruction(DecoderTableMicroMips32, Instr, Insn, Address,
 1279                                  Address, this, STI);
 1298   Result = readInstruction32(Bytes, Address, Size, Insn, IsBigEndian, false);
 1308         decodeInstruction(DecoderTableCOP3_32, Instr, Insn, Address, this, STI);
 1317                                Address, this, STI);
 1326                                Address, this, STI);
 1334                                Address, this, STI);
 1343                                Address, this, STI);
 1351                                Address, this, STI);
 1359                                Address, this, STI);
 1368                                Address, this, STI);
 1376       decodeInstruction(DecoderTableMips32, Instr, Insn, Address, this, STI);