Multiply Quadword with Overflow (mulqv)

Syntax

mulqv $s_reg1, $s_reg2, $d_reg

mulqv $d_reg/$s_reg1, $s_reg2,

mulqv $s_reg1, val_immed, $d_reg

mulqv $d_reg/$s_reg1, val_immed

Description

Multiply Quadword (with overflow) computes the product of two signed 64-bit values. This instruction puts the 64-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.