Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h120 bool Emulate_LWSP(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp696 {"LWSP_MM", &EmulateInstructionMIPS::Emulate_LWSP, "LWSP rt,offset(sp)"}, in GetOpcodeForInstruction()
1629 bool EmulateInstructionMIPS::Emulate_LWSP(llvm::MCInst &insn) { in Emulate_LWSP() function in EmulateInstructionMIPS