Searched refs:_mm_prefetch (Results 1 – 6 of 6) sorted by relevance
94 # define PREFETCH(ptr) _mm_prefetch((const char*)ptr, _MM_HINT_T0)
1193 _mm_prefetch (void *__P, enum _mm_hint __I)1198 #define _mm_prefetch(P, I) \ macro
2103 #define _mm_prefetch(a, sel) (__builtin_prefetch((const void *)(a), \ macro
82 // FIXME: _mm_prefetch must be a built-in because it takes a compile-time constant84 // doesn't work in the presence of re-declaration of _mm_prefetch for windows.85 TARGET_BUILTIN(_mm_prefetch, "vcC*i", "nc", "mmx")
959 _mm_prefetch (const void *__P, enum _mm_hint __I) in _mm_prefetch() function
5021 Renumber case labels to match the _mm_prefetch constants defined in