pub fn x32_from_f32_u_sat<E>( into: &mut E, dst: impl Into<XReg>, src: impl Into<FReg>, )where E: Extend<u8>,
encode
low32(dst) = saturating_unsigned_from_f32(low32(src))