233,234c233
< //XXX Implement me!
< return new WarnUnimplemented("mul", machInst);
---
> return new NewMul(machInst, rdn, rm, rdn);