The muldiv Statement
The muldiv statement lets you multiply two 32-bit values and then divide the 64-bit result by a third 32-bit value. The syntax of the muldiv statement is shown below.
muldiv result, a, b, c// store the a*b/c in result