mulw is a 32-bit operation and mul is 64 bit and since you're working with 32-bit integers(int), the upper 32 bits are not used anyways
mulw
mul