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

Declarations

tools/lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.h
  163   bool Emulate_JR(llvm::MCInst &insn);

References

tools/lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp
  915       {"JR", &EmulateInstructionMIPS::Emulate_JR, "JR target"},
  916       {"JR_HB", &EmulateInstructionMIPS::Emulate_JR, "JR.HB target"},
  958       {"JR16_MM", &EmulateInstructionMIPS::Emulate_JR, "JR16 rs rs"},
  959       {"JRC16_MM", &EmulateInstructionMIPS::Emulate_JR, "JRC16 rs rs"},