Move if Low Bit Set (cmovlbs)

Syntax

cmovlbs $s_reg1, $s_reg2, $d_reg

cmovlbs $d_reg/$s_reg1, $s_reg2

cmovlbs $s_reg1, val_immed, $d_reg

cmovlbs $d_reg/$s_reg1, val_immed

Description

Move if Low Bit Set moves the contents of $s_reg2 or the immediate value to the destination register if the low-order bit of $s_reg1 is not equal to zero.