Searched refs:div_d (Results 1 – 3 of 3) sorted by relevance
183 void div_d(const Operand *OpFd, const Operand *OpFs, const Operand *OpFt);
793 Asm->div_d(getDest(), getSrc(0), getSrc(1)); in emitIAS()
570 void AssemblerMIPS32::div_d(const Operand *OpFd, const Operand *OpFs, in div_d() function in Ice::MIPS32::AssemblerMIPS32