Searched refs:PREFETCH_ONE_SET (Results 1 – 1 of 1) sorted by relevance
/sysdeps/x86_64/multiarch/ |
A D | memmove-vec-unaligned-erms.S | 146 # define PREFETCH_ONE_SET(dir, base, offset) \ macro 149 # define PREFETCH_ONE_SET(dir, base, offset) \ macro 153 # define PREFETCH_ONE_SET(dir, base, offset) \ macro 795 PREFETCH_ONE_SET(1, (%rsi), PREFETCHED_LOAD_SIZE) 796 PREFETCH_ONE_SET(1, (%rsi), PREFETCHED_LOAD_SIZE * 2) 797 PREFETCH_ONE_SET(1, (%rsi), PAGE_SIZE + PREFETCHED_LOAD_SIZE) 822 PREFETCH_ONE_SET (1, (%rsi), PREFETCHED_LOAD_SIZE) 823 PREFETCH_ONE_SET (1, (%rdi), PREFETCHED_LOAD_SIZE) 866 PREFETCH_ONE_SET(1, (%rsi), PREFETCHED_LOAD_SIZE) 896 PREFETCH_ONE_SET (1, (%rsi), PREFETCHED_LOAD_SIZE) [all …]
|
Completed in 4 milliseconds