Searched refs:Emulate_LW (Results 1 – 2 of 2) sorted by relevance
110 bool Emulate_LW(llvm::MCInst &insn);
679 {"LW", &EmulateInstructionMIPS::Emulate_LW, "LW rt, offset(base)"}, in GetOpcodeForInstruction()1287 bool EmulateInstructionMIPS::Emulate_LW(llvm::MCInst &insn) { in Emulate_LW() function in EmulateInstructionMIPS