Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
HDEmulateInstructionMIPS.h108 bool Emulate_SW(llvm::MCInst &insn);
HDEmulateInstructionMIPS.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