Load_store.Raw_Int8x16Store 16 bytes to an arbitrary address encoded as a nativeint# subject to a mask. If the upper bit of each 1-byte mask lane is zero, the corresponding input lane will not be written to memory. However, page faults/memory exceptions may still be triggered as if the full 16 bytes were written.
Load 16 bytes from an arbitrary address encoded as a nativeint#.
Store 16 bytes to an arbitrary address encoded as a nativeint#.
Load 16 bytes from a 16-byte-aligned address encoded as a nativeint#. Does not validate alignment.
Store 16 bytes to a 16-byte-aligned address encoded as a nativeint#. Does not validate alignment.
Non-temporally load 16 bytes from a 16-byte-aligned address encoded as a nativeint#. Does not validate alignment. The address will not be cached.