Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h114 bool Emulate_ADDIUS5(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp687 {"ADDIUS5_MM", &EmulateInstructionMIPS::Emulate_ADDIUS5, in GetOpcodeForInstruction()
1454 bool EmulateInstructionMIPS::Emulate_ADDIUS5(llvm::MCInst &insn) { in Emulate_ADDIUS5() function in EmulateInstructionMIPS