aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/bne.h
blob: 39b0b19ebe30f57ee18373f1aacbe4953c4fc774 (plain)
1
2
if(cmp_trunc(RS1) != cmp_trunc(RS2))
  npc = BRANCH_TARGET;