Home
last modified time | relevance | path

Searched refs:_mm_castps_si128 (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/libb2/
H A Dblake2s-round.h24 #define TOI(reg) _mm_castps_si128((reg))
H A Dblake2b-round.h24 #define TOI(reg) _mm_castps_si128((reg))
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c73 X3 = _mm_castps_si128(_mm_shuffle_ps(_mm_castsi128_ps(X3), _mm_castsi128_ps(X0), 0x10)); \ in aesni_key256_expand()
75 X3 = _mm_castps_si128(_mm_shuffle_ps(_mm_castsi128_ps(X3), _mm_castsi128_ps(X0), 0x8c)); \ in aesni_key256_expand()
82 X3 = _mm_castps_si128(_mm_shuffle_ps(_mm_castsi128_ps(X3), _mm_castsi128_ps(X2), 0x10)); \ in aesni_key256_expand()
84 X3 = _mm_castps_si128(_mm_shuffle_ps(_mm_castsi128_ps(X3), _mm_castsi128_ps(X2), 0x8c)); \ in aesni_key256_expand()
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_sse41.c8 (_mm_castps_si128( \
H A Dblake3_sse2.c8 (_mm_castps_si128( \
H A Dblake3_avx512.c6 (_mm_castps_si128( \
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Demmintrin.h4770 static __inline__ __m128i __DEFAULT_FN_ATTRS _mm_castps_si128(__m128 __a) { in _mm_castps_si128() function
/freebsd/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Demmintrin.h2248 _mm_castps_si128(__m128 __A) { in _mm_castps_si128() function