The Intel® Streaming SIMD Extensions 2 (Intel® SSE2) intrinsics for integer load operations are listed in this topic. The prototypes for the Intel® SSE2 intrinsics are in the emmintrin.h header file.
The results of each intrinsic operation are placed in registers. The information about what is placed in each register appears in the tables below, in the detailed explanation of each intrinsic. R, R0 and R1 represent the registers in which results are placed.
__m128i _mm_load_si128(__m128i const*p)
Loads 128-bit value. Address p must be 16-byte aligned.
Copyright © 1996-2010, Intel Corporation. All rights reserved.