aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/bltu.h
blob: b7c3300b3ebe9de0f5e89d5041c275685aad1796 (plain)
1
2
if (RS1 < RS2)
  set_pc(BRANCH_TARGET);