Searched refs:InstMIPS32Div (Results 1 – 3 of 3) sorted by relevance
94 template <> const char *InstMIPS32Div::Opcode = "div";880 template <> void InstMIPS32Div::emitIAS(const Cfg *Func) const { in emitIAS()
1228 using InstMIPS32Div = InstMIPS32ThreeAddrGPR<InstMIPS32::Div>; variable1397 template <> void InstMIPS32Div::emitIAS(const Cfg *Func) const;
323 Context.insert<InstMIPS32Div>(Dest, Src0, Src1); in _div()