Definition
bgt (RISC-V)
Branches to the target address if register
bis greater than registerc, using signed comparison.bgt b, c, offsetThe above is a pseudoinstruction, which is translated to:
blt c, b, offset
bgt (RISC-V)
Branches to the target address if register
bis greater than registerc, using signed comparison.bgt b, c, offsetThe above is a pseudoinstruction, which is translated to:
blt c, b, offset