Syntax
cmovlbc $s_reg1, $s_reg2, $d_reg
cmovlbc $d_reg/$s_reg1, $s_reg2
cmovlbc $s_reg1, val_immed, $d_reg
cmovlbc $d_reg/$s_reg1, val_immed
Description
Move if Low Bit Clear moves the contents of $s_reg2 or the immediate value to the destination register if the low-order bit of $s_reg1 is equal to zero.