risc-v

Definition

bgez (RISC-V)

Branches to the target address if register b is greater than or equal to zero, using signed comparison.

bgez b, offset

The above is a pseudoinstruction, which is translated to:

bge b, zero, offset