Home
last modified time | relevance | path

Searched refs:Emulate_JRADDIUSP (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h123 bool Emulate_JRADDIUSP(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp701 {"JRADDIUSP", &EmulateInstructionMIPS::Emulate_JRADDIUSP, in GetOpcodeForInstruction()
1738 bool EmulateInstructionMIPS::Emulate_JRADDIUSP(llvm::MCInst &insn) { in Emulate_JRADDIUSP() function in EmulateInstructionMIPS