Searched refs:PREFETCH_SIZE (Results 1 – 2 of 2) sorted by relevance
144 #ifndef PREFETCH_SIZE145 # define PREFETCH_SIZE 64 macro150 #if PREFETCH_SIZE == 64151 # if PREFETCHED_LOAD_SIZE == PREFETCH_SIZE154 # elif PREFETCHED_LOAD_SIZE == 2 * PREFETCH_SIZE157 PREFETCH ((offset + dir * PREFETCH_SIZE)base)158 # elif PREFETCHED_LOAD_SIZE == 4 * PREFETCH_SIZE161 PREFETCH ((offset + dir * PREFETCH_SIZE)base); \162 PREFETCH ((offset + dir * PREFETCH_SIZE * 2)base); \163 PREFETCH ((offset + dir * PREFETCH_SIZE * 3)base)[all …]
23120 (PREFETCH_SIZE): Likewise.