aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/bltu.h
blob: 186dcbef5c4669d405db435b9df1d6f313274be6 (plain)
1
2
if(cmp_trunc(RS1) < cmp_trunc(RS2))
  npc = BRANCH_TARGET;