risc-v

Definition

bgt (RISC-V)

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

bgt b, c, offset

The above is a pseudoinstruction, which is translated to:

blt c, b, offset