Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h113 bool Emulate_ADDIUS5(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp685 {"ADDIUS5_MM", &EmulateInstructionMIPS::Emulate_ADDIUS5, in GetOpcodeForInstruction()
1455 bool EmulateInstructionMIPS::Emulate_ADDIUS5(llvm::MCInst &insn) { in Emulate_ADDIUS5() function in EmulateInstructionMIPS