Searched refs:PREFETCH_SIZE (Results 1 – 1 of 1) sorted by relevance
138 #ifndef PREFETCH_SIZE139 # define PREFETCH_SIZE 64 macro144 #if PREFETCH_SIZE == 64145 # if PREFETCHED_LOAD_SIZE == PREFETCH_SIZE148 # elif PREFETCHED_LOAD_SIZE == 2 * PREFETCH_SIZE151 PREFETCH ((offset + dir * PREFETCH_SIZE)base)152 # elif PREFETCHED_LOAD_SIZE == 4 * PREFETCH_SIZE155 PREFETCH ((offset + dir * PREFETCH_SIZE)base); \156 PREFETCH ((offset + dir * PREFETCH_SIZE * 2)base); \157 PREFETCH ((offset + dir * PREFETCH_SIZE * 3)base)[all …]
Completed in 4 milliseconds