Home
last modified time | relevance | path

Searched refs:MUL_STRIDE (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_aarch64_neon.c52 #define MUL_STRIDE 4 macro
H A Dvdev_raidz_math_aarch64_neonx2.c54 #define MUL_STRIDE 4 macro
H A Dvdev_raidz_math_powerpc_altivec.c54 #define MUL_STRIDE 4 macro
H A Dvdev_raidz_math_scalar.c173 #define MUL_STRIDE 1 macro
H A Dvdev_raidz_math_ssse3.c326 #define MUL_STRIDE 4 macro
H A Dvdev_raidz_math_avx2.c323 #define MUL_STRIDE 4 macro
H A Dvdev_raidz_math_avx512bw.c322 #define MUL_STRIDE 4 macro
H A Dvdev_raidz_math_impl.h282 for (i = 0; i < size / sizeof (v_t); i += (2 * MUL_STRIDE)) { in raidz_mul_abd_cb()
287 LOAD(d + i + MUL_STRIDE, MUL_D); in raidz_mul_abd_cb()
289 STORE(d + i + MUL_STRIDE, MUL_D); in raidz_mul_abd_cb()
H A Dvdev_raidz_math_avx512f.c403 #define MUL_STRIDE 4 macro
H A Dvdev_raidz_math_sse2.c541 #define MUL_STRIDE 2 macro