rv_lwu
emit(rv_lwu(RV_REG_T1, off, RV_REG_A1), ctx);
emit(sign_ext ? rv_lw(rd, off, rs) : rv_lwu(rd, off, rs), ctx);