Negate Longword without Overflow (negl)

Syntax

negl $s_reg, $d_reg

negl $d_reg/$s_reg

negl val_immed, $d_reg

Description

Negate Longword (without overflow) negates the integer contents of the four least significant bytes in the source register and puts the result in the destination register. An overflow occurs if the value in the source register is –2147483648, but the overflow exception is not signaled.