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

References

tools/lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp
 2229       target = pc + offset;
 2231       target = pc + current_inst_size +
 2235       target = pc + offset;
 2237       target = pc + current_inst_size +
 2241       target = pc + 4 + offset;
 2244           pc +
 2248       target = pc + 4 + offset;
 2251           pc +
 2255       target = pc + offset;
 2257       target = pc + 6; // 32 bit instruction with short (2-byte) delay slot
 2263       target = pc + offset;
 2265       target = pc + 6; // 32 bit instruction with short (2-byte) delay slot
 2281                                pc + ra_offset))