Searched refs:InstMIPS32Div_d (Results 1 – 3 of 3) sorted by relevance
95 template <> const char *InstMIPS32Div_d::Opcode = "div.d";885 template <> void InstMIPS32Div_d::emitIAS(const Cfg *Func) const { in emitIAS()
1229 using InstMIPS32Div_d = InstMIPS32ThreeAddrFPR<InstMIPS32::Div_d>; variable1398 template <> void InstMIPS32Div_d::emitIAS(const Cfg *Func) const;
327 Context.insert<InstMIPS32Div_d>(Dest, Src0, Src1); in _div_d()