Searched defs:STORE (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/contrib/libb2/ |
| H A D | blake2s-round.h | 18 #define STORE(p,r) _mm_store_si128((__m128i *)(p), r) macro
|
| H A D | blake2b-round.h | 18 #define STORE(p,r) _mm_store_si128((__m128i *)(p), r) macro
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/ |
| H A D | blake2b-compress-avx2.h | 9 #define STORE(p, r) _mm256_store_si256((__m256i *) (p), r) macro
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_raidz_math_scalar.c | 97 #define STORE(dst, val) ((v_t *)dst)[0] = val macro
|
| H A D | vdev_raidz_math_sse2.c | 161 #define STORE(dst, r...) \ macro
|
| H A D | vdev_raidz_math_avx512bw.c | 160 #define STORE(dst, r...) \ macro
|
| H A D | vdev_raidz_math_avx2.c | 157 #define STORE(dst, r...) \ macro
|
| H A D | vdev_raidz_math_ssse3.c | 158 #define STORE(dst, r...) \ macro
|
| H A D | vdev_raidz_math_avx512f.c | 156 #define STORE(dst, r...) \ macro
|
| H A D | vdev_raidz_math_powerpc_altivec_common.h | 339 #define STORE(dst, r...) \ macro
|
| H A D | vdev_raidz_math_aarch64_neon_common.h | 338 #define STORE(dst, r...) \ macro
|
| /f-stack/dpdk/drivers/common/dpaax/caamflib/ |
| H A D | rta.h | 652 #define STORE(program, src, offset, dst, length, flags) \ macro
|