Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h110 bool Emulate_LW(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp679 {"LW", &EmulateInstructionMIPS::Emulate_LW, "LW rt, offset(base)"}, in GetOpcodeForInstruction()
1287 bool EmulateInstructionMIPS::Emulate_LW(llvm::MCInst &insn) { in Emulate_LW() function in EmulateInstructionMIPS