Searched defs:prefetchw (Results 1 – 11 of 11) sorted by relevance
36 static inline void prefetchw(const void *addr) in prefetchw() function
44 #define prefetchw(x) __builtin_prefetch(x,1) macro
68 extern inline void prefetchw(const void *ptr) in prefetchw() function
121 static inline void prefetchw(const void *ptr) in prefetchw() function
238 static inline void prefetchw(const void *x) in prefetchw() function
199 static inline void prefetchw(const void *x) in prefetchw() function
272 static inline void prefetchw(const void *ptr) in prefetchw() function
410 #define prefetchw(x) __builtin_prefetch((x), 1, 1) macro
389 static inline void prefetchw(const void *x) in prefetchw() function
658 prefetchw (const void *x) in prefetchw() function
755 static __always_inline void prefetchw(const void *x) in prefetchw() function