Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h119 bool Emulate_LWSP(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp694 {"LWSP_MM", &EmulateInstructionMIPS::Emulate_LWSP, "LWSP rt,offset(sp)"}, in GetOpcodeForInstruction()
1630 bool EmulateInstructionMIPS::Emulate_LWSP(llvm::MCInst &insn) { in Emulate_LWSP() function in EmulateInstructionMIPS