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