Searched defs:prefetch (Results 1 – 9 of 9) sorted by relevance
75 prefetch (%rax) label
107 #define prefetch(ptr) \ macro
130 __ prefetch(Operand(src, 0x20), 1); in CreateMemCopyFunction() local176 __ prefetch(Operand(src, 0x20), 1); in CreateMemCopyFunction() local
2378 void Assembler::prefetch(const Operand& src, int level) { in prefetch() function in v8::internal::Assembler
54 #define prefetch(x) 1 macro
192 explicit SetPrefetchForTest(bool prefetch) in IN_PROC_BROWSER_TEST_F()
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