Compare Signed Quadword Less Than (cmplt)

Syntax

cmplt $s_reg1, $s_reg2, $d_reg

cmplt $d_reg/$s_reg1, $s_reg2

cmplt $s_reg1, val_immed, $d_reg

cmplt $d_reg/$s_reg1, val_immed

Description

Compare Signed Quadword Less Than compares two signed 64-bit values. If the contents of $s_reg1 is less than the contents of $s_reg2 or the immediate value, this instruction sets the destination register to 1; otherwise, it sets the destination register to zero.