Searched refs:InstMIPS32Mult (Results 1 – 3 of 3) sorted by relevance
1257 using InstMIPS32Mult = InstMIPS32ThreeAddrGPR<InstMIPS32::Mult>; variable1431 template <> void InstMIPS32Mult::emit(const Cfg *Func) const;1524 template <> constexpr const char *InstMIPS32Mult::Opcode = "mult";
969 template <> void InstMIPS32Mult::emit(const Cfg *Func) const { in emit()975 template <> void InstMIPS32Mult::emitIAS(const Cfg *Func) const { in emitIAS()
471 Context.insert<InstMIPS32Mult>(Dest, Src0, Src1); in _mult()