Searched refs:PREFETCH (Results 1 – 1 of 1) sorted by relevance
133 #ifndef PREFETCH134 # define PREFETCH(addr) prefetcht0 addr macro147 PREFETCH ((offset)base)150 PREFETCH ((offset)base); \151 PREFETCH ((offset + dir * PREFETCH_SIZE)base)154 PREFETCH ((offset)base); \155 PREFETCH ((offset + dir * PREFETCH_SIZE)base); \156 PREFETCH ((offset + dir * PREFETCH_SIZE * 2)base); \157 PREFETCH ((offset + dir * PREFETCH_SIZE * 3)base)
Completed in 4 milliseconds