slti

Places the value 1 in register `xd` if register `xs1` is less than the sign-extended immediate when both are treated as signed numbers, else 0 is written to `xd`.

Synopsis

slti xd, xs1, imm

Encoding

Type: I

067111214151920310010011xd010xs1imm
funct3: 010
opcode: 0010011

RISC-V Instruction Encoder/Decoder

open slti in rvcodecjs

Availability