Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h123 bool Emulate_JRADDIUSP(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp713 {"JRADDIUSP", &EmulateInstructionMIPS::Emulate_JRADDIUSP, in GetOpcodeForInstruction()
1761 bool EmulateInstructionMIPS::Emulate_JRADDIUSP(llvm::MCInst &insn) { in Emulate_JRADDIUSP() function in EmulateInstructionMIPS