Searched refs:PREFETCH_L1 (Results 1 – 6 of 6) sorted by relevance
121 # define PREFETCH_L1(ptr) (void)(ptr) /* disabled */ macro126 # define PREFETCH_L1(ptr) _mm_prefetch((const char*)(ptr), _MM_HINT_T0) macro129 # define PREFETCH_L1(ptr) __builtin_prefetch((ptr), 0 /* rw==read */, 3 /* locality */) macro132 # define PREFETCH_L1(ptr) __asm__ __volatile__("prfm pldl1keep, %0" ::"Q"(*(ptr))) macro135 # define PREFETCH_L1(ptr) (void)(ptr) /* disabled */ macro
225 # define PREFETCH_L1(addr) __builtin_prefetch(addr, 0, 3) macro233 # define PREFETCH_L1(addr) _mm_prefetch((char *) addr, _MM_HINT_T0) macro240 # define PREFETCH_L1(addr) addr macro
1281 …PREFETCH_L1(sequences[seqNb].match); PREFETCH_L1(sequences[seqNb].match + sequences[seqNb].matchLe… in ZSTD_decompressSequencesLong_body()1294 …PREFETCH_L1(sequence.match); PREFETCH_L1(sequence.match + sequence.matchLength - 1); /* note : it'… in ZSTD_decompressSequencesLong_body()
632 PREFETCH_L1(entry); in ZSTD_HcFindBestMatch_generic()674 PREFETCH_L1(ddsBase + dms->hashTable[ddsIdx + ddsAttempt]); in ZSTD_HcFindBestMatch_generic()681 PREFETCH_L1(&dms->chainTable[chainIndex]); in ZSTD_HcFindBestMatch_generic()723 PREFETCH_L1(ddsBase + dms->chainTable[chainIndex + chainAttempt]); in ZSTD_HcFindBestMatch_generic()
107 PREFETCH_L1(ip0+256); in ZSTD_compressBlock_fast_generic()
202 PREFETCH_L1(ip+256); in ZSTD_compressBlock_doubleFast_generic()