Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h124 bool Emulate_JRADDIUSP(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp703 {"JRADDIUSP", &EmulateInstructionMIPS::Emulate_JRADDIUSP, in GetOpcodeForInstruction()
1734 bool EmulateInstructionMIPS::Emulate_JRADDIUSP(llvm::MCInst &insn) { in Emulate_JRADDIUSP() function in EmulateInstructionMIPS