mp_cnt_lsb
s = mp_cnt_lsb(&r);
u_lsb = mp_cnt_lsb(&u);
v_lsb = mp_cnt_lsb(&v);
if ((res = rshift_bits(&v, mp_cnt_lsb(&v), &v, NULL)) != MP_OKAY) {