Home
last modified time | relevance | path

Searched refs:fletcher_4_ops_t (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/openzfs/include/
H A Dzfs_fletcher.h132 } __attribute__((aligned(64))) fletcher_4_ops_t; typedef
134 _ZFS_FLETCHER_H const fletcher_4_ops_t fletcher_4_superscalar_ops;
135 _ZFS_FLETCHER_H const fletcher_4_ops_t fletcher_4_superscalar4_ops;
138 _ZFS_FLETCHER_H const fletcher_4_ops_t fletcher_4_sse2_ops;
142 _ZFS_FLETCHER_H const fletcher_4_ops_t fletcher_4_ssse3_ops;
146 _ZFS_FLETCHER_H const fletcher_4_ops_t fletcher_4_avx2_ops;
150 _ZFS_FLETCHER_H const fletcher_4_ops_t fletcher_4_avx512f_ops;
154 _ZFS_FLETCHER_H const fletcher_4_ops_t fletcher_4_avx512bw_ops;
158 _ZFS_FLETCHER_H const fletcher_4_ops_t fletcher_4_aarch64_neon_ops;
/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dzfs_fletcher.c156 static const fletcher_4_ops_t fletcher_4_scalar_ops = {
168 static fletcher_4_ops_t fletcher_4_fastest_impl = {
173 static const fletcher_4_ops_t *fletcher_4_impls[] = {
199 static fletcher_4_ops_t *fletcher_4_supp_impls[ARRAY_SIZE(fletcher_4_impls)];
419 static inline const fletcher_4_ops_t *
425 const fletcher_4_ops_t *ops = NULL; in fletcher_4_impl_get()
457 const fletcher_4_ops_t *ops = fletcher_4_impl_get(); in fletcher_4_native_impl()
506 const fletcher_4_ops_t *ops = fletcher_4_impl_get(); in fletcher_4_byteswap_impl()
750 fletcher_4_ops_t *curr_impl; in fletcher_4_benchmark()
755 curr_impl = (fletcher_4_ops_t *)fletcher_4_impls[i]; in fletcher_4_benchmark()
[all …]
H A Dzfs_fletcher_sse.c156 const fletcher_4_ops_t fletcher_4_sse2_ops = {
211 const fletcher_4_ops_t fletcher_4_ssse3_ops = {
H A Dzfs_fletcher_avx512.c158 const fletcher_4_ops_t fletcher_4_avx512f_ops = {
209 const fletcher_4_ops_t fletcher_4_avx512bw_ops = {
H A Dzfs_fletcher_intel.c155 const fletcher_4_ops_t fletcher_4_avx2_ops = {
H A Dzfs_fletcher_superscalar.c155 const fletcher_4_ops_t fletcher_4_superscalar_ops = {
H A Dzfs_fletcher_aarch64_neon.c197 const fletcher_4_ops_t fletcher_4_aarch64_neon_ops = {
H A Dzfs_fletcher_superscalar4.c221 const fletcher_4_ops_t fletcher_4_superscalar4_ops = {
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi9832 <typedef-decl name='fletcher_4_ops_t' type-id='57f479a0' id='eba91718'/>