Searched refs:Emulate_SD (Results 1 – 2 of 2) sorted by relevance
97 bool Emulate_SD(llvm::MCInst &insn);
667 {"SD", &EmulateInstructionMIPS64::Emulate_SD, "SD rt, offset(rs)"}, in GetOpcodeForInstruction()1127 bool EmulateInstructionMIPS64::Emulate_SD(llvm::MCInst &insn) { in Emulate_SD() function in EmulateInstructionMIPS64