aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/beq.h
blob: 7b26488e434d77715390b54ff5e478949154ecd9 (plain)
1
2
if(cmp_trunc(RS1) == cmp_trunc(RS2))
  set_pc(BRANCH_TARGET);