Searched defs:prefetch (Results 1 – 13 of 13) sorted by relevance
4 static inline void prefetch(void *a __attribute__((unused))) { } in prefetch() function
75 prefetch (%rax) label
107 #define prefetch(ptr) \ macro
251 static inline void prefetch(const void *addr) in prefetch() function
54 #define prefetch(x) 1 macro
192 explicit SetPrefetchForTest(bool prefetch) in IN_PROC_BROWSER_TEST_F()
215 __ prefetch(Operand(src, 0x20), 1); in CreateMemCopyFunction() local261 __ prefetch(Operand(src, 0x20), 1); in CreateMemCopyFunction() local
2170 void Assembler::prefetch(const Operand& src, int level) { in prefetch() function in v8::internal::Assembler
180 template<typename Scalar> inline void prefetch(const Scalar* addr) in prefetch() function
30 #define prefetch(x) 1 macro
403 explicit SetPrefetchForTest(bool prefetch) in IN_PROC_BROWSER_TEST_F()
745 static inline void prefetch(const void *x) in prefetch() function
810 u64 prefetch:1; member