Searched refs:InstMIPS32Mul (Results 1 – 3 of 3) sorted by relevance
120 template <> const char *InstMIPS32Mul::Opcode = "mul";1048 template <> void InstMIPS32Mul::emitIAS(const Cfg *Func) const { in emitIAS()
1254 using InstMIPS32Mul = InstMIPS32ThreeAddrGPR<InstMIPS32::Mul>; variable1428 template <> void InstMIPS32Mul::emitIAS(const Cfg *Func) const;
459 Context.insert<InstMIPS32Mul>(Dest, Src0, Src1); in _mul()