pulley_interpreter::encode

Function fstore32be_offset32

Source
pub fn fstore32be_offset32<E>(
    into: &mut E,
    ptr: impl Into<XReg>,
    offset: impl Into<i32>,
    src: impl Into<FReg>,
)
where E: Extend<u8>,
Available on crate feature encode only.
Expand description

*(ptr + offset) = low32(src)