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