Searched refs:PREFD (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/arch/mips/lib/ |
| D | memcpy.S | 225 #define PREFD(hint, addr) _PREF(hint, addr, DST_PREFETCH) macro 287 PREFD( 1, 0(dst) ) 291 PREFD( 1, 1*32(dst) ) 295 PREFD( 1, 2*32(dst) ) 313 PREFD( 1, 3*32(dst) ) 337 PREFD( 1, 8*32(dst) ) 436 PREFD( 1, 3*32(dst) ) 463 PREFD( 1, 9*32(dst) ) # 1 is PREF_STORE (not streamed)
|