Searched refs:PREFETCH_FOR_LOAD (Results 1 – 1 of 1) sorted by relevance
/picolibc-latest/newlib/libc/machine/mips/ |
D | memcpy.S | 170 # define PREFETCH_FOR_LOAD(chunk, reg) \ macro 178 # define PREFETCH_FOR_LOAD(chunk, reg) \ macro 206 # define PREFETCH_FOR_LOAD(offset, reg) macro 430 PREFETCH_FOR_LOAD (0, a1) 431 PREFETCH_FOR_LOAD (1, a1) 432 PREFETCH_FOR_LOAD (2, a1) 433 PREFETCH_FOR_LOAD (3, a1) 484 PREFETCH_FOR_LOAD (4, a1) 486 PREFETCH_FOR_LOAD (3, a1) 506 PREFETCH_FOR_LOAD (5, a1) [all …]
|