aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/bgeu.h
blob: d764a347ef9223f0c9c2e87c14ac974e1f837b35 (plain)
1
2
if(RS1 >= RS2)
  set_pc(BRANCH_TARGET);