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