Searched refs:Emulate_LD (Results 1 – 2 of 2) sorted by relevance
99 bool Emulate_LD(llvm::MCInst &insn);
668 {"LD", &EmulateInstructionMIPS64::Emulate_LD, "LD rt, offset(base)"}, in GetOpcodeForInstruction()1184 bool EmulateInstructionMIPS64::Emulate_LD(llvm::MCInst &insn) { in Emulate_LD() function in EmulateInstructionMIPS64