Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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()
1736 bool EmulateInstructionMIPS::Emulate_JRADDIUSP(llvm::MCInst &insn) { in Emulate_JRADDIUSP() function in EmulateInstructionMIPS