Searched refs:InstMIPS32Div_s (Results 1 – 3 of 3) sorted by relevance
96 template <> const char *InstMIPS32Div_s::Opcode = "div.s";890 template <> void InstMIPS32Div_s::emitIAS(const Cfg *Func) const { in emitIAS()
1230 using InstMIPS32Div_s = InstMIPS32ThreeAddrFPR<InstMIPS32::Div_s>; variable1399 template <> void InstMIPS32Div_s::emitIAS(const Cfg *Func) const;
331 Context.insert<InstMIPS32Div_s>(Dest, Src0, Src1); in _div_s()