Syntax
cmovlt $s_reg1, $s_reg2, $d_reg
cmovlt $d_reg/$s_reg1, $s_reg2
cmovlt $s_reg1, val_immed, $d_reg
cmovlt $d_reg/$s_reg1, val_immed
Description
Move if Less Than Zero moves the contents of $s_reg2 or the immediate value to the destination register if the contents of $s_reg1 is less than zero.