Load_store.Raw_Int64x2Load the lower 8-byte lane from an arbitrary address encoded as a nativeint#. \ The upper 8-byte lane is undefined.
Load the lower 8-byte lane from an arbitrary address encoded as a nativeint#. \ The upper 8-byte lane is zeroed.
Load the lower 8-byte lane from an arbitrary address encoded as a nativeint#. \ The upper 8-byte lane is copied from the input vector.
Load the upper 8-byte lane from an arbitrary address encoded as a nativeint#. \ The lower 8-byte lane is copied from the input vector.
Load 8 bytes from an arbitrary address encoded as a nativeint# into both lanes.
Store the lower 8-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.