Multiply Longword without Overflow (mull)

Syntax

mull $s_reg1, $s_reg2, $d_reg

mull $d_reg/$s_reg1, $s_reg2

mull $s_reg1, val_immed, $d_reg

mull $d_reg/$s_reg1, val_immed

Description

Multiply Longword (without overflow) computes the product of two signed 32-bit values. This instruction puts the 32-bit product of $s_reg1 and $s_reg2 or the immediate value in the destination register. Overflows are not reported.