Searched refs:fletcher_4_ops_t (Results 1 – 9 of 9) sorted by relevance
132 } __attribute__((aligned(64))) fletcher_4_ops_t; typedef134 _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;
156 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 …]
156 const fletcher_4_ops_t fletcher_4_sse2_ops = {211 const fletcher_4_ops_t fletcher_4_ssse3_ops = {
158 const fletcher_4_ops_t fletcher_4_avx512f_ops = {209 const fletcher_4_ops_t fletcher_4_avx512bw_ops = {
155 const fletcher_4_ops_t fletcher_4_avx2_ops = {
155 const fletcher_4_ops_t fletcher_4_superscalar_ops = {
197 const fletcher_4_ops_t fletcher_4_aarch64_neon_ops = {
221 const fletcher_4_ops_t fletcher_4_superscalar4_ops = {
9832 <typedef-decl name='fletcher_4_ops_t' type-id='57f479a0' id='eba91718'/>