Home
last modified time | relevance | path

Searched refs:PREFETCH_L1 (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dcompiler.h121 # define PREFETCH_L1(ptr) (void)(ptr) /* disabled */ macro
126 # define PREFETCH_L1(ptr) _mm_prefetch((const char*)(ptr), _MM_HINT_T0) macro
129 # define PREFETCH_L1(ptr) __builtin_prefetch((ptr), 0 /* rw==read */, 3 /* locality */) macro
132 # define PREFETCH_L1(ptr) __asm__ __volatile__("prfm pldl1keep, %0" ::"Q"(*(ptr))) macro
135 # define PREFETCH_L1(ptr) (void)(ptr) /* disabled */ macro
/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c1281PREFETCH_L1(sequences[seqNb].match); PREFETCH_L1(sequences[seqNb].match + sequences[seqNb].matchLe… in ZSTD_decompressSequencesLong_body()
1294PREFETCH_L1(sequence.match); PREFETCH_L1(sequence.match + sequence.matchLength - 1); /* note : it'… in ZSTD_decompressSequencesLong_body()
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_lazy.c632 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()
H A Dzstd_fast.c107 PREFETCH_L1(ip0+256); in ZSTD_compressBlock_fast_generic()
H A Dzstd_double_fast.c202 PREFETCH_L1(ip+256); in ZSTD_compressBlock_doubleFast_generic()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c1261 # define PREFETCH_L1(ptr) (void)(ptr) /* disabled */ macro
1266 # define PREFETCH_L1(ptr) _mm_prefetch((const char*)(ptr), _MM_HINT_T0)
1269 # define PREFETCH_L1(ptr) __asm__ __volatile__("prfm pldl1keep, %0" ::"Q"(*(ptr)))
1272 # define PREFETCH_L1(ptr) __builtin_prefetch((ptr), 0 /* rw==read */, 3 /* locality */)
1275 # define PREFETCH_L1(ptr) (void)(ptr) /* disabled */
17566 PREFETCH_L1(ip+256); in ZSTD_compressBlock_doubleFast_generic()
17994 PREFETCH_L1(ip0+256); in ZSTD_compressBlock_fast_generic()
27566PREFETCH_L1(sequences[seqNb].match); PREFETCH_L1(sequences[seqNb].match + sequences[seqNb].matchLe… in ZSTD_decompressSequencesLong_body()
27579PREFETCH_L1(sequence.match); PREFETCH_L1(sequence.match + sequence.matchLength - 1); /* note : it'… in ZSTD_decompressSequencesLong_body()