Definition
bgez (RISC-V)
Branches to the target address if register
bis greater than or equal to zero, using signed comparison.bgez b, offsetThe above is a pseudoinstruction, which is translated to:
bge b, zero, offset
bgez (RISC-V)
Branches to the target address if register
bis greater than or equal to zero, using signed comparison.bgez b, offsetThe above is a pseudoinstruction, which is translated to:
bge b, zero, offset