Searched refs:compute_byteswap (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/common/zfs/ |
H A D | zfs_fletcher_sse.c | 171 .compute_byteswap = fletcher_4_sse2_byteswap, 223 .compute_byteswap = fletcher_4_ssse3_byteswap,
|
H A D | zfs_fletcher_avx512.c | 160 .compute_byteswap = fletcher_4_avx512f_byteswap, 214 .compute_byteswap = fletcher_4_avx512bw_byteswap,
|
H A D | zfs_fletcher.h | 109 fletcher_4_compute_f compute_byteswap; member
|
H A D | zfs_fletcher.c | 180 .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 D | zfs_fletcher_intel.c | 166 .compute_byteswap = fletcher_4_avx2_byteswap,
|
H A D | zfs_fletcher_superscalar.c | 164 .compute_byteswap = fletcher_4_superscalar_byteswap,
|
H A D | zfs_fletcher_superscalar4.c | 230 .compute_byteswap = fletcher_4_superscalar4_byteswap,
|