Lines Matching defs:A
15 void test_mm_stream_pd(double* A, __m128d B) { in test_mm_stream_pd()
21 void test_mm_stream_ps(float* A, __m128 B) { in test_mm_stream_ps()
27 void test_mm_stream_si128(__m128i* A, __m128i B) { in test_mm_stream_si128()
33 __m128i test_mm_stream_load_si128(__m128i const *A) { in test_mm_stream_load_si128()
43 void test_mm256_stream_pd(double* A, __m256d B) { in test_mm256_stream_pd()
49 void test_mm256_stream_ps(float* A, __m256 B) { in test_mm256_stream_ps()
55 void test_mm256_stream_si256(__m256i* A, __m256i B) { in test_mm256_stream_si256()
61 __m256i test_mm256_stream_load_si256(__m256i const *A) { in test_mm256_stream_load_si256()
71 void test_mm512_stream_pd(double* A, __m512d B) { in test_mm512_stream_pd()
77 void test_mm512_stream_ps(float* A, __m512 B) { in test_mm512_stream_ps()
83 void test_mm512_stream_si512(__m512i* A, __m512i B) { in test_mm512_stream_si512()
89 __m512i test_mm512_stream_load_si512(void *A) { in test_mm512_stream_load_si512()