Searched refs:Emulate_SW (Results 1 – 2 of 2) sorted by relevance
108 bool Emulate_SW(llvm::MCInst &insn);
678 {"SW", &EmulateInstructionMIPS::Emulate_SW, "SW rt, offset(rs)"}, in GetOpcodeForInstruction()1225 bool EmulateInstructionMIPS::Emulate_SW(llvm::MCInst &insn) { in Emulate_SW() function in EmulateInstructionMIPS