Branch if Greater Than or Equal to Zero (bge)

Syntax

bge $s_reg, label

Description

Branch if Greater Than or Equal to Zero branches to the specified label if the contents of the source register is greater than or equal to zero. The comparison treats the source register as a signed 64-bit value.