320c33fa431f5bb180c2f1915afce77b5461d14b
[riscv-isa-sim.git] / riscv / insns / beq.h
1 if(cmp_trunc(RA) == cmp_trunc(RB))
2 npc = BRANCH_TARGET;