Searched refs:_mm_stream_load_si128 (Results 1 – 3 of 3) sorted by relevance
69 __m128i temp1 = _mm_stream_load_si128(src_cacheline + 0); in _mesa_streaming_load_memcpy()70 __m128i temp2 = _mm_stream_load_si128(src_cacheline + 1); in _mesa_streaming_load_memcpy()71 __m128i temp3 = _mm_stream_load_si128(src_cacheline + 2); in _mesa_streaming_load_memcpy()72 __m128i temp4 = _mm_stream_load_si128(src_cacheline + 3); in _mesa_streaming_load_memcpy()
360 return _mm_stream_load_si128(a); in test_mm_stream_load_si128()
144 _mm_stream_load_si128 (__m128i const *__V) in _mm_stream_load_si128() function