Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz_math_scalar.c173 #define MUL_STRIDE 1 macro
H A Dvdev_raidz_math_avx2.c321 #define MUL_STRIDE 4 macro
H A Dvdev_raidz_math_ssse3.c324 #define MUL_STRIDE 4 macro
H A Dvdev_raidz_math_impl.h279 for (i = 0; i < size / sizeof (v_t); i += (2 * MUL_STRIDE)) { in raidz_mul_abd_cb()
284 LOAD(d + i + MUL_STRIDE, MUL_D); in raidz_mul_abd_cb()
286 STORE(d + i + MUL_STRIDE, MUL_D); in raidz_mul_abd_cb()
H A Dvdev_raidz_math_sse2.c539 #define MUL_STRIDE 2 macro