Load_store.Raw_Int32x4Load the lower 4-byte lane from an arbitrary address encoded as a nativeint#. \ The upper lanes are undefined.
Load the lower 4-byte lane from an arbitrary address encoded as a nativeint#. \ The upper lanes are zeroed.
Store the lower 4-byte lane to an arbitrary address encoded as a nativeint#.
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.