Set less than unsigned : If $t2 is less than $t3 using unsigned comparision, then set $t1 to 1 else set $t1 to 0
sltu
Operands
$reg, $reg, $regVariants
- Set less than unsigned : If $t2 is less than $t3 using unsigned comparision, then set $t1 to 1 else set $t1 to 0 sltu $t1,$t2,$t3
Loading...