bgeu
Branch if greater than or equal unsigned
This instruction is defined by:
Synopsis
Branch to PC + imm if the unsigned value in register xs1 is greater than or equal to the unsigned value in register xs2.
Raise a MisalignedAddress
exception if PC + imm is misaligned.
Decode Variables
Bits<13> imm = {$encoding[31], $encoding[7], $encoding[30:25], $encoding[11:8], 1'd0};
Bits<5> xs2 = $encoding[24:20];
Bits<5> xs1 = $encoding[19:15];