[][src]Function ramp::ll::shr

pub unsafe fn shr(rp: LimbsMut, xp: Limbs, xs: i32, cnt: u32) -> Limb

Performs a bit-shift of the limbs in {xp, xs}, right by cnt bits storing the result in {rp, rs}. The bottom-most shifted bits are returned.

If cnt is greater than or equal to the number of bits in a limb, the result is undefined.