Searched refs:PREFETCH_FOR_LOAD (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/arch-mips/string/ |
D | memcpy.S | 173 # define PREFETCH_FOR_LOAD(chunk, reg) \ macro 181 # define PREFETCH_FOR_LOAD(chunk, reg) \ macro 209 # define PREFETCH_FOR_LOAD(offset, reg) macro 443 PREFETCH_FOR_LOAD (0, a1) 444 PREFETCH_FOR_LOAD (1, a1) 445 PREFETCH_FOR_LOAD (2, a1) 446 PREFETCH_FOR_LOAD (3, a1) 497 PREFETCH_FOR_LOAD (4, a1) 499 PREFETCH_FOR_LOAD (3, a1) 519 PREFETCH_FOR_LOAD (5, a1) [all …]
|