[xcc, sim] replaced ble/bleu with bge/bgeu
[riscv-isa-sim.git] / riscv / insns / bgeu.h
1 if(cmp_trunc(RA) >= cmp_trunc(RB))
2 npc = BRANCH_TARGET;