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