[xcc] minor performance tweaks
[riscv-isa-sim.git] / riscv / insns / bgeu.h
1 if(cmp_trunc(RS1) >= cmp_trunc(RS2))
2 set_pc(BRANCH_TARGET);