Searched defs:prefetchw (Results 1 – 11 of 11) sorted by relevance
30 static inline void prefetchw(const void *addr) in prefetchw() function
42 #define prefetchw(x) __builtin_prefetch(x,1) macro
81 extern inline void prefetchw(const void *ptr) in prefetchw() function
120 #define prefetchw(ptr) prefetch(ptr) macro
220 static inline void prefetchw(const void *x) in prefetchw() function
180 static inline void prefetchw(const void *x) in prefetchw() function
207 static inline void prefetchw(const void *x) in prefetchw() function
357 #define prefetchw(x) __builtin_prefetch((x), 1, 1) macro
352 static inline void prefetchw(const void *x) in prefetchw() function
711 prefetchw (const void *x) in prefetchw() function
844 static inline void prefetchw(const void *x) in prefetchw() function