bltu

Branch to PC + imm if the unsigned value in register xs1 is less than the unsigned value in register xs2. Raise a `MisalignedAddress` exception if PC + imm is misaligned.

Synopsis

bltu xs1, xs2, imm

Encoding

Type:

0678111214151920242530311100011immimm110xs1xs2immimm
funct3: 110
opcode: 1100011

RISC-V Instruction Encoder/Decoder

open bltu in rvcodecjs

Availability