Home
last modified time | relevance | path

Searched refs:_mm_prefetch (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/sys/contrib/zstd/lib/common/
Dcompiler.h94 # define PREFETCH(ptr) _mm_prefetch((const char*)ptr, _MM_HINT_T0)
/freebsd-12-stable/contrib/gcc/config/i386/
Dxmmintrin.h1193 _mm_prefetch (void *__P, enum _mm_hint __I)
1198 #define _mm_prefetch(P, I) \ macro
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
Dxmmintrin.h2103 #define _mm_prefetch(a, sel) (__builtin_prefetch((const void *)(a), \ macro
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DBuiltinsX86.def82 // FIXME: _mm_prefetch must be a built-in because it takes a compile-time constant
84 // doesn't work in the presence of re-declaration of _mm_prefetch for windows.
85 TARGET_BUILTIN(_mm_prefetch, "vcC*i", "nc", "mmx")
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
Dxmmintrin.h959 _mm_prefetch (const void *__P, enum _mm_hint __I) in _mm_prefetch() function
/freebsd-12-stable/contrib/gcc/
DChangeLog-20005021 Renumber case labels to match the _mm_prefetch constants defined in