Home
last modified time | relevance | path

Searched defs:STORE (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/contrib/libb2/
H A Dblake2s-round.h18 #define STORE(p,r) _mm_store_si128((__m128i *)(p), r) macro
H A Dblake2b-round.h18 #define STORE(p,r) _mm_store_si128((__m128i *)(p), r) macro
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-compress-avx2.h9 #define STORE(p, r) _mm256_store_si256((__m256i *) (p), r) macro
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_scalar.c97 #define STORE(dst, val) ((v_t *)dst)[0] = val macro
H A Dvdev_raidz_math_sse2.c161 #define STORE(dst, r...) \ macro
H A Dvdev_raidz_math_avx512bw.c160 #define STORE(dst, r...) \ macro
H A Dvdev_raidz_math_avx2.c157 #define STORE(dst, r...) \ macro
H A Dvdev_raidz_math_ssse3.c158 #define STORE(dst, r...) \ macro
H A Dvdev_raidz_math_avx512f.c156 #define STORE(dst, r...) \ macro
H A Dvdev_raidz_math_powerpc_altivec_common.h339 #define STORE(dst, r...) \ macro
H A Dvdev_raidz_math_aarch64_neon_common.h338 #define STORE(dst, r...) \ macro
/f-stack/dpdk/drivers/common/dpaax/caamflib/
H A Drta.h652 #define STORE(program, src, offset, dst, length, flags) \ macro