pub fn xstore64le_offset8<E>( into: &mut E, ptr: impl Into<XReg>, offset: impl Into<u8>, src: impl Into<XReg>, )where E: Extend<u8>,
encode
*(ptr + offset) = low64(src)