Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h112 bool Emulate_ADDIUSP(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp685 {"ADDIUSP_MM", &EmulateInstructionMIPS::Emulate_ADDIUSP, in GetOpcodeForInstruction()
1427 bool EmulateInstructionMIPS::Emulate_ADDIUSP(llvm::MCInst &insn) { in Emulate_ADDIUSP() function in EmulateInstructionMIPS