072b7b8425965837758f63413b060ba821a40d13
[riscv-isa-sim.git] / riscv / insns / beq.h
1 if(cmp_trunc(RS1) == cmp_trunc(RS2))
2 npc = BRANCH_TARGET;