Searched defs:prefetch (Results 1 – 11 of 11) sorted by relevance
17 prefetch(void) { in prefetch() function
38 void prefetch() { in prefetch() function
77 void prefetch(int i) { in prefetch() function
75 prefetch (%rax) label
340 __OUT_IB(struct fd_ringbuffer *ring, bool prefetch, struct fd_ringbuffer *target) in __OUT_IB()
30 #define prefetch(x) ((void)0) macro
33 #define prefetch(x) 1 macro
32 #define prefetch(x) 1 macro
207 __ prefetch(Operand(src, 0), 1); in CreateMemMoveFunction() local
2467 void Assembler::prefetch(const Operand& src, int level) { in prefetch() function in v8::internal::Assembler