Searched refs:PREFD (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/mips/lib/ |
D | memcpy.S | 229 #define PREFD(hint, addr) _PREF(hint, addr, DST_PREFETCH) macro 291 PREFD( 1, 0(dst) ) 295 PREFD( 1, 1*32(dst) ) 299 PREFD( 1, 2*32(dst) ) 317 PREFD( 1, 3*32(dst) ) 341 PREFD( 1, 8*32(dst) ) 440 PREFD( 1, 3*32(dst) ) 467 PREFD( 1, 9*32(dst) ) # 1 is PREF_STORE (not streamed)
|