Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
DEmulateInstructionMIPS.h111 bool Emulate_LW(llvm::MCInst &insn);
DEmulateInstructionMIPS.cpp687 {"LW", &EmulateInstructionMIPS::Emulate_LW, "LW rt, offset(base)"}, in GetOpcodeForInstruction()
1300 bool EmulateInstructionMIPS::Emulate_LW(llvm::MCInst &insn) { in Emulate_LW() function in EmulateInstructionMIPS