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