Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h116 bool Emulate_SWSP(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp689 {"SWSP_MM", &EmulateInstructionMIPS::Emulate_SWSP, "SWSP rt,offset(sp)"}, in GetOpcodeForInstruction()
1488 bool EmulateInstructionMIPS::Emulate_SWSP(llvm::MCInst &insn) { in Emulate_SWSP() function in EmulateInstructionMIPS