Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h107 bool Emulate_SW(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp676 {"SW", &EmulateInstructionMIPS::Emulate_SW, "SW rt, offset(rs)"}, in GetOpcodeForInstruction()
1223 bool EmulateInstructionMIPS::Emulate_SW(llvm::MCInst &insn) { in Emulate_SW() function in EmulateInstructionMIPS