Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/
H A Dzfs_fletcher.h125 } fletcher_4_ops_t; typedef
127 extern const fletcher_4_ops_t fletcher_4_superscalar_ops;
128 extern const fletcher_4_ops_t fletcher_4_superscalar4_ops;
131 extern const fletcher_4_ops_t fletcher_4_sse2_ops;
135 extern const fletcher_4_ops_t fletcher_4_ssse3_ops;
139 extern const fletcher_4_ops_t fletcher_4_avx2_ops;
143 extern const fletcher_4_ops_t fletcher_4_avx512f_ops;
147 extern const fletcher_4_ops_t fletcher_4_avx512bw_ops;
151 extern const fletcher_4_ops_t fletcher_4_aarch64_neon_ops;
/f-stack/freebsd/contrib/openzfs/module/zcommon/
H A Dzfs_fletcher.c155 static const fletcher_4_ops_t fletcher_4_scalar_ops = {
166 static fletcher_4_ops_t fletcher_4_fastest_impl = {
171 static const fletcher_4_ops_t *fletcher_4_impls[] = {
418 static inline const fletcher_4_ops_t *
424 const fletcher_4_ops_t *ops = NULL; in fletcher_4_impl_get()
456 const fletcher_4_ops_t *ops = fletcher_4_impl_get(); in fletcher_4_native_impl()
498 const fletcher_4_ops_t *ops = fletcher_4_impl_get(); in fletcher_4_byteswap_impl()
734 fletcher_4_ops_t *curr_impl; in fletcher_4_benchmark()
813 const fletcher_4_ops_t *ops = fletcher_4_impl_get(); in abd_fletcher_4_init()
825 fletcher_4_ops_t *ops = (fletcher_4_ops_t *)cdp->acd_private; in abd_fletcher_4_fini()
[all …]
H A Dzfs_fletcher_sse.c163 const fletcher_4_ops_t fletcher_4_sse2_ops = {
221 const fletcher_4_ops_t fletcher_4_ssse3_ops = {
H A Dzfs_fletcher_avx512.c165 const fletcher_4_ops_t fletcher_4_avx512f_ops = {
213 const fletcher_4_ops_t fletcher_4_avx512bw_ops = {
H A Dzfs_fletcher_intel.c162 const fletcher_4_ops_t fletcher_4_avx2_ops = {
H A Dzfs_fletcher_aarch64_neon.c204 const fletcher_4_ops_t fletcher_4_aarch64_neon_ops = {
H A Dzfs_fletcher_superscalar.c154 const fletcher_4_ops_t fletcher_4_superscalar_ops = {
H A Dzfs_fletcher_superscalar4.c220 const fletcher_4_ops_t fletcher_4_superscalar4_ops = {
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi4197 …<typedef-decl name='fletcher_4_ops_t' type-id='type-id-336' filepath='../../include/zfs_fletcher.h…