Home
last modified time | relevance | path

Searched refs:compute_byteswap (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/common/zfs/
H A Dzfs_fletcher_sse.c171 .compute_byteswap = fletcher_4_sse2_byteswap,
223 .compute_byteswap = fletcher_4_ssse3_byteswap,
H A Dzfs_fletcher_avx512.c160 .compute_byteswap = fletcher_4_avx512f_byteswap,
214 .compute_byteswap = fletcher_4_avx512bw_byteswap,
H A Dzfs_fletcher.h109 fletcher_4_compute_f compute_byteswap; member
H A Dzfs_fletcher.c180 .compute_byteswap = fletcher_4_scalar_byteswap,
514 ops->compute_byteswap(&ctx, buf, size); in fletcher_4_byteswap_impl()
854 ops->compute_byteswap(ctx, data, asize); in abd_fletcher_4_iter()
H A Dzfs_fletcher_intel.c166 .compute_byteswap = fletcher_4_avx2_byteswap,
H A Dzfs_fletcher_superscalar.c164 .compute_byteswap = fletcher_4_superscalar_byteswap,
H A Dzfs_fletcher_superscalar4.c230 .compute_byteswap = fletcher_4_superscalar4_byteswap,