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