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