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