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);
 1233       Result = decodeInstruction(DecoderTableMicroMipsR616, Instr, Insn,
 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,
 1278       Result = decodeInstruction(DecoderTableMicroMipsFP6432, Instr, Insn,
 1298   Result = readInstruction32(Bytes, Address, Size, Insn, IsBigEndian, false);
 1308         decodeInstruction(DecoderTableCOP3_32, Instr, Insn, Address, this, STI);
 1316     Result = decodeInstruction(DecoderTableMips32r6_64r6_GP6432, Instr, Insn,
 1325     Result = decodeInstruction(DecoderTableMips32r6_64r6_PTR6432, Instr, Insn,
 1333     Result = decodeInstruction(DecoderTableMips32r6_64r632, Instr, Insn,
 1342     Result = decodeInstruction(DecoderTableMips32_64_PTR6432, Instr, Insn,
 1350     Result = decodeInstruction(DecoderTableCnMips32, Instr, Insn,
 1358     Result = decodeInstruction(DecoderTableMips6432, Instr, Insn,
 1367     Result = decodeInstruction(DecoderTableMipsFP6432, Instr, Insn,
 1376       decodeInstruction(DecoderTableMips32, Instr, Insn, Address, this, STI);