rv_bne
emit(rv_bne(RV_REG_T2, r0, jmp_offset >> 1), ctx);
emit(rv_bne(RV_REG_T3, 0, jmp_offset >> 1), ctx);
emit(rv_bne(hi(rs1), hi(rs2), NO_JUMP(1)), ctx);
emit(rv_bne(lo(rs1), lo(rs2), NO_JUMP(0)), ctx);
emit(rv_bne(hi(rs1), hi(rs2), JUMP(1)), ctx);
emit(rv_bne(RV_REG_T0, RV_REG_ZERO, JUMP(2)), ctx);
emit(rv_bne(rd, rs, off), ctx);
insn = rv_bne(RV_REG_T1, RV_REG_ZERO, offset >> 1);
emit(rv_bne(rd, rs, rvoff >> 1), ctx);