sltu
Set on less than unsigned
This instruction is defined by:
Synopsis
Places the value 1 in register rd
if register rs1
is less than the value in register rs2
, where
both sources are treated as unsigned numbers, else 0 is written to rd
.