Reorganized directory structure
[riscv-isa-sim.git] / riscv / insns / bne.h
1 if(cmp_trunc(RS) != cmp_trunc(RT))
2 npc = BRANCH_TARGET;