Move if Greater Than or Equal to Zero (cmovge)

Syntax

cmovge $s_reg1, $s_reg2, $d_reg

cmovge $d_reg/$s_reg1, $s_reg2

cmovge $s_reg1, val_immed, $d_reg

cmovge $d_reg/$s_reg1, val_immed

Description

Move if Greater Than or Equal to Zero moves the contents of $s_reg2 or the immediate value to the destination register if the contents of $s_reg1 is greater than or equal to zero.