Integer Memory and Initialization Using Streaming SIMD Extensions 2

Microsoft Specific

This topic describes the load, set, and store operations, which let you load and store data to memory. The load and set operations are similar in that both initialize __m128i data. However, the set operations take various sizes of integer as arguments and are intended for initialization with constants, and the load operations take pointers as arguments to aligned or unaligned __m128i data and are intended for loading data from memory. The store operations also take pointers as arguments and are intended for storing data to memory.

See Also

Reference

Streaming SIMD Extensions 2 Instructions