Syntax
cmovne $s_reg1, $s_reg2, $d_reg
cmovne $d_reg/$s_reg1, $s_reg2
cmovne $s_reg1, val_immed, $d_reg
cmovne $d_reg/$s_reg1, val_immed
Description
Move if Not Equal to Zero moves the contents of $s_reg2 or the immediate value to the destination register if the contents of $s_reg1 is not equal to zero.