Searched refs:_mul_x2_acc (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_avx512f.c228 #define _mul_x2_acc 23, 24 macro
250 mul_x2_ ## x(void) { _MUL_PARAM(x, _mul_x2_in, _mul_x2_acc); }
374 COPY(_mul_x2_acc, R_01(r)); \
377 COPY(_mul_x2_acc, R_23(r)); \
H A Dvdev_raidz_math_sse2.c271 #define _mul_x2_acc 11, 12 macro
275 mul_x2_ ## x(void) { _MUL_PARAM(x, _mul_x2_in, _mul_x2_acc); }
511 COPY(_mul_x2_acc, r); \

Completed in 102 milliseconds