Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h108 bool Emulate_SW(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp678 {"SW", &EmulateInstructionMIPS::Emulate_SW, "SW rt, offset(rs)"}, in GetOpcodeForInstruction()
1225 bool EmulateInstructionMIPS::Emulate_SW(llvm::MCInst &insn) { in Emulate_SW() function in EmulateInstructionMIPS