aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/c_bne.h
blob: caf922901c560193ade50264870395d50b6930a5 (plain)
1
2
3
require_rvc;
if(cmp_trunc(CRS1S) != cmp_trunc(CRS2S))
  set_pc(CBRANCH_TARGET);