Syntax
mullv $s_reg1, $s_reg2, $d_reg
mullv $d_reg/$s_reg1, $s_reg2
mullv $s_reg1, val_immed, $d_reg
mullv $d_reg/$s_reg1, val_immed
Description
Multiply Longword (with 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. If an overflow occurs, an integer overflow exception is signaled.