Searched defs:prefetchw (Results 1 – 12 of 12) sorted by relevance
36 static inline void prefetchw(const void *addr) in prefetchw() function
44 #define prefetchw(x) __builtin_prefetch(x,1) macro
62 extern inline void prefetchw(const void *ptr) in prefetchw() function
119 static inline void prefetchw(const void *ptr) in prefetchw() function
231 static inline void prefetchw(const void *x) in prefetchw() function
197 static inline void prefetchw(const void *x) in prefetchw() function
213 #define prefetchw(x) __builtin_prefetch((x), 1, 1) macro
385 #define prefetchw(x) __builtin_prefetch((x), 1, 1) macro
357 static inline void prefetchw(const void *ptr) in prefetchw() function
405 static inline void prefetchw(const void *x) in prefetchw() function
617 static __always_inline void prefetchw(const void *x) in prefetchw() function
647 prefetchw (const void *x) in prefetchw() function
Completed in 22 milliseconds