Searched refs:__M (Results 1 - 25 of 50) sorted by relevance

12

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/
H A Dxsaveintrin.h33 _xsave (void *__P, long long __M) argument
35 return __builtin_ia32_xsave (__P, __M);
40 _xrstor (void *__P, long long __M) argument
42 return __builtin_ia32_xrstor (__P, __M);
48 _xsave64 (void *__P, long long __M) argument
50 return __builtin_ia32_xsave64 (__P, __M);
55 _xrstor64 (void *__P, long long __M) argument
57 return __builtin_ia32_xrstor64 (__P, __M);
H A Dxsaveoptintrin.h33 _xsaveopt (void *__P, long long __M) argument
35 return __builtin_ia32_xsaveopt (__P, __M);
41 _xsaveopt64 (void *__P, long long __M) argument
43 return __builtin_ia32_xsaveopt64 (__P, __M);
H A Dsmmintrin.h63 (__V & __M) == 0. */
65 _mm_testz_si128 (__m128i __M, __m128i __V) argument
67 return __builtin_ia32_ptestz128 ((__v2di)__M, (__v2di)__V);
71 (__V & ~__M) == 0. */
73 _mm_testc_si128 (__m128i __M, __m128i __V) argument
75 return __builtin_ia32_ptestc128 ((__v2di)__M, (__v2di)__V);
79 (__V & __M) != 0 && (__V & ~__M) != 0. */
81 _mm_testnzc_si128 (__m128i __M, __m128i __V) argument
83 return __builtin_ia32_ptestnzc128 ((__v2di)__M, (__v2d
98 _mm_round_pd(__m128d __V, const int __M) argument
104 _mm_round_sd(__m128d __D, __m128d __V, const int __M) argument
123 _mm_round_ps(__m128 __V, const int __M) argument
129 _mm_round_ss(__m128 __D, __m128 __V, const int __M) argument
164 _mm_blend_epi16(__m128i __X, __m128i __Y, const int __M) argument
177 _mm_blendv_epi8(__m128i __X, __m128i __Y, __m128i __M) argument
189 _mm_blend_ps(__m128 __X, __m128 __Y, const int __M) argument
202 _mm_blendv_ps(__m128 __X, __m128 __Y, __m128 __M) argument
214 _mm_blend_pd(__m128d __X, __m128d __Y, const int __M) argument
227 _mm_blendv_pd(__m128d __X, __m128d __Y, __m128d __M) argument
239 _mm_dp_ps(__m128 __X, __m128 __Y, const int __M) argument
247 _mm_dp_pd(__m128d __X, __m128d __Y, const int __M) argument
567 _mm_mpsadbw_epu8(__m128i __X, __m128i __Y, const int __M) argument
617 _mm_cmpistrm(__m128i __X, __m128i __Y, const int __M) argument
625 _mm_cmpistri(__m128i __X, __m128i __Y, const int __M) argument
633 _mm_cmpestrm(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
641 _mm_cmpestri(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
670 _mm_cmpistra(__m128i __X, __m128i __Y, const int __M) argument
678 _mm_cmpistrc(__m128i __X, __m128i __Y, const int __M) argument
686 _mm_cmpistro(__m128i __X, __m128i __Y, const int __M) argument
694 _mm_cmpistrs(__m128i __X, __m128i __Y, const int __M) argument
702 _mm_cmpistrz(__m128i __X, __m128i __Y, const int __M) argument
710 _mm_cmpestra(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
718 _mm_cmpestrc(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
726 _mm_cmpestro(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
734 _mm_cmpestrs(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
742 _mm_cmpestrz(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
[all...]
H A Davxintrin.h169 _mm256_blend_pd (__m256d __X, __m256d __Y, const int __M) argument
173 __M);
177 _mm256_blend_ps (__m256 __X, __m256 __Y, const int __M) argument
181 __M);
194 _mm256_blendv_pd (__m256d __X, __m256d __Y, __m256d __M) argument
198 (__v4df)__M);
202 _mm256_blendv_ps (__m256 __X, __m256 __Y, __m256 __M) argument
206 (__v8sf)__M);
226 _mm256_dp_ps (__m256 __X, __m256 __Y, const int __M) argument
230 __M);
893 _mm_maskload_pd(double const *__P, __m128i __M) argument
900 _mm_maskstore_pd(double *__P, __m128i __M, __m128d __A) argument
906 _mm256_maskload_pd(double const *__P, __m256i __M) argument
913 _mm256_maskstore_pd(double *__P, __m256i __M, __m256d __A) argument
919 _mm_maskload_ps(float const *__P, __m128i __M) argument
926 _mm_maskstore_ps(float *__P, __m128i __M, __m128 __A) argument
932 _mm256_maskload_ps(float const *__P, __m256i __M) argument
939 _mm256_maskstore_ps(float *__P, __m256i __M, __m256 __A) argument
1012 _mm256_round_pd(__m256d __V, const int __M) argument
1018 _mm256_round_ps(__m256 __V, const int __M) argument
1060 _mm_testz_pd(__m128d __M, __m128d __V) argument
1066 _mm_testc_pd(__m128d __M, __m128d __V) argument
1072 _mm_testnzc_pd(__m128d __M, __m128d __V) argument
1078 _mm_testz_ps(__m128 __M, __m128 __V) argument
1084 _mm_testc_ps(__m128 __M, __m128 __V) argument
1090 _mm_testnzc_ps(__m128 __M, __m128 __V) argument
1096 _mm256_testz_pd(__m256d __M, __m256d __V) argument
1102 _mm256_testc_pd(__m256d __M, __m256d __V) argument
1108 _mm256_testnzc_pd(__m256d __M, __m256d __V) argument
1114 _mm256_testz_ps(__m256 __M, __m256 __V) argument
1120 _mm256_testc_ps(__m256 __M, __m256 __V) argument
1126 _mm256_testnzc_ps(__m256 __M, __m256 __V) argument
1132 _mm256_testz_si256(__m256i __M, __m256i __V) argument
1138 _mm256_testc_si256(__m256i __M, __m256i __V) argument
1144 _mm256_testnzc_si256(__m256i __M, __m256i __V) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
H A Dxsaveintrin.h33 _xsave (void *__P, long long __M) argument
35 return __builtin_ia32_xsave (__P, __M);
40 _xrstor (void *__P, long long __M) argument
42 return __builtin_ia32_xrstor (__P, __M);
48 _xsave64 (void *__P, long long __M) argument
50 return __builtin_ia32_xsave64 (__P, __M);
55 _xrstor64 (void *__P, long long __M) argument
57 return __builtin_ia32_xrstor64 (__P, __M);
H A Dxsaveoptintrin.h33 _xsaveopt (void *__P, long long __M) argument
35 return __builtin_ia32_xsaveopt (__P, __M);
41 _xsaveopt64 (void *__P, long long __M) argument
43 return __builtin_ia32_xsaveopt64 (__P, __M);
H A Dsmmintrin.h63 (__V & __M) == 0. */
65 _mm_testz_si128 (__m128i __M, __m128i __V) argument
67 return __builtin_ia32_ptestz128 ((__v2di)__M, (__v2di)__V);
71 (__V & ~__M) == 0. */
73 _mm_testc_si128 (__m128i __M, __m128i __V) argument
75 return __builtin_ia32_ptestc128 ((__v2di)__M, (__v2di)__V);
79 (__V & __M) != 0 && (__V & ~__M) != 0. */
81 _mm_testnzc_si128 (__m128i __M, __m128i __V) argument
83 return __builtin_ia32_ptestnzc128 ((__v2di)__M, (__v2d
98 _mm_round_pd(__m128d __V, const int __M) argument
104 _mm_round_sd(__m128d __D, __m128d __V, const int __M) argument
123 _mm_round_ps(__m128 __V, const int __M) argument
129 _mm_round_ss(__m128 __D, __m128 __V, const int __M) argument
164 _mm_blend_epi16(__m128i __X, __m128i __Y, const int __M) argument
177 _mm_blendv_epi8(__m128i __X, __m128i __Y, __m128i __M) argument
189 _mm_blend_ps(__m128 __X, __m128 __Y, const int __M) argument
202 _mm_blendv_ps(__m128 __X, __m128 __Y, __m128 __M) argument
214 _mm_blend_pd(__m128d __X, __m128d __Y, const int __M) argument
227 _mm_blendv_pd(__m128d __X, __m128d __Y, __m128d __M) argument
239 _mm_dp_ps(__m128 __X, __m128 __Y, const int __M) argument
247 _mm_dp_pd(__m128d __X, __m128d __Y, const int __M) argument
567 _mm_mpsadbw_epu8(__m128i __X, __m128i __Y, const int __M) argument
617 _mm_cmpistrm(__m128i __X, __m128i __Y, const int __M) argument
625 _mm_cmpistri(__m128i __X, __m128i __Y, const int __M) argument
633 _mm_cmpestrm(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
641 _mm_cmpestri(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
670 _mm_cmpistra(__m128i __X, __m128i __Y, const int __M) argument
678 _mm_cmpistrc(__m128i __X, __m128i __Y, const int __M) argument
686 _mm_cmpistro(__m128i __X, __m128i __Y, const int __M) argument
694 _mm_cmpistrs(__m128i __X, __m128i __Y, const int __M) argument
702 _mm_cmpistrz(__m128i __X, __m128i __Y, const int __M) argument
710 _mm_cmpestra(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
718 _mm_cmpestrc(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
726 _mm_cmpestro(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
734 _mm_cmpestrs(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
742 _mm_cmpestrz(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
[all...]
H A Davxintrin.h169 _mm256_blend_pd (__m256d __X, __m256d __Y, const int __M) argument
173 __M);
177 _mm256_blend_ps (__m256 __X, __m256 __Y, const int __M) argument
181 __M);
194 _mm256_blendv_pd (__m256d __X, __m256d __Y, __m256d __M) argument
198 (__v4df)__M);
202 _mm256_blendv_ps (__m256 __X, __m256 __Y, __m256 __M) argument
206 (__v8sf)__M);
226 _mm256_dp_ps (__m256 __X, __m256 __Y, const int __M) argument
230 __M);
893 _mm_maskload_pd(double const *__P, __m128i __M) argument
900 _mm_maskstore_pd(double *__P, __m128i __M, __m128d __A) argument
906 _mm256_maskload_pd(double const *__P, __m256i __M) argument
913 _mm256_maskstore_pd(double *__P, __m256i __M, __m256d __A) argument
919 _mm_maskload_ps(float const *__P, __m128i __M) argument
926 _mm_maskstore_ps(float *__P, __m128i __M, __m128 __A) argument
932 _mm256_maskload_ps(float const *__P, __m256i __M) argument
939 _mm256_maskstore_ps(float *__P, __m256i __M, __m256 __A) argument
1012 _mm256_round_pd(__m256d __V, const int __M) argument
1018 _mm256_round_ps(__m256 __V, const int __M) argument
1060 _mm_testz_pd(__m128d __M, __m128d __V) argument
1066 _mm_testc_pd(__m128d __M, __m128d __V) argument
1072 _mm_testnzc_pd(__m128d __M, __m128d __V) argument
1078 _mm_testz_ps(__m128 __M, __m128 __V) argument
1084 _mm_testc_ps(__m128 __M, __m128 __V) argument
1090 _mm_testnzc_ps(__m128 __M, __m128 __V) argument
1096 _mm256_testz_pd(__m256d __M, __m256d __V) argument
1102 _mm256_testc_pd(__m256d __M, __m256d __V) argument
1108 _mm256_testnzc_pd(__m256d __M, __m256d __V) argument
1114 _mm256_testz_ps(__m256 __M, __m256 __V) argument
1120 _mm256_testc_ps(__m256 __M, __m256 __V) argument
1126 _mm256_testnzc_ps(__m256 __M, __m256 __V) argument
1132 _mm256_testz_si256(__m256i __M, __m256i __V) argument
1138 _mm256_testc_si256(__m256i __M, __m256i __V) argument
1144 _mm256_testnzc_si256(__m256i __M, __m256i __V) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
H A Dxsaveintrin.h33 _xsave (void *__P, long long __M) argument
35 return __builtin_ia32_xsave (__P, __M);
40 _xrstor (void *__P, long long __M) argument
42 return __builtin_ia32_xrstor (__P, __M);
48 _xsave64 (void *__P, long long __M) argument
50 return __builtin_ia32_xsave64 (__P, __M);
55 _xrstor64 (void *__P, long long __M) argument
57 return __builtin_ia32_xrstor64 (__P, __M);
H A Dxsaveoptintrin.h33 _xsaveopt (void *__P, long long __M) argument
35 return __builtin_ia32_xsaveopt (__P, __M);
41 _xsaveopt64 (void *__P, long long __M) argument
43 return __builtin_ia32_xsaveopt64 (__P, __M);
H A Dsmmintrin.h63 (__V & __M) == 0. */
65 _mm_testz_si128 (__m128i __M, __m128i __V) argument
67 return __builtin_ia32_ptestz128 ((__v2di)__M, (__v2di)__V);
71 (__V & ~__M) == 0. */
73 _mm_testc_si128 (__m128i __M, __m128i __V) argument
75 return __builtin_ia32_ptestc128 ((__v2di)__M, (__v2di)__V);
79 (__V & __M) != 0 && (__V & ~__M) != 0. */
81 _mm_testnzc_si128 (__m128i __M, __m128i __V) argument
83 return __builtin_ia32_ptestnzc128 ((__v2di)__M, (__v2d
98 _mm_round_pd(__m128d __V, const int __M) argument
104 _mm_round_sd(__m128d __D, __m128d __V, const int __M) argument
123 _mm_round_ps(__m128 __V, const int __M) argument
129 _mm_round_ss(__m128 __D, __m128 __V, const int __M) argument
164 _mm_blend_epi16(__m128i __X, __m128i __Y, const int __M) argument
177 _mm_blendv_epi8(__m128i __X, __m128i __Y, __m128i __M) argument
189 _mm_blend_ps(__m128 __X, __m128 __Y, const int __M) argument
202 _mm_blendv_ps(__m128 __X, __m128 __Y, __m128 __M) argument
214 _mm_blend_pd(__m128d __X, __m128d __Y, const int __M) argument
227 _mm_blendv_pd(__m128d __X, __m128d __Y, __m128d __M) argument
239 _mm_dp_ps(__m128 __X, __m128 __Y, const int __M) argument
247 _mm_dp_pd(__m128d __X, __m128d __Y, const int __M) argument
567 _mm_mpsadbw_epu8(__m128i __X, __m128i __Y, const int __M) argument
617 _mm_cmpistrm(__m128i __X, __m128i __Y, const int __M) argument
625 _mm_cmpistri(__m128i __X, __m128i __Y, const int __M) argument
633 _mm_cmpestrm(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
641 _mm_cmpestri(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
670 _mm_cmpistra(__m128i __X, __m128i __Y, const int __M) argument
678 _mm_cmpistrc(__m128i __X, __m128i __Y, const int __M) argument
686 _mm_cmpistro(__m128i __X, __m128i __Y, const int __M) argument
694 _mm_cmpistrs(__m128i __X, __m128i __Y, const int __M) argument
702 _mm_cmpistrz(__m128i __X, __m128i __Y, const int __M) argument
710 _mm_cmpestra(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
718 _mm_cmpestrc(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
726 _mm_cmpestro(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
734 _mm_cmpestrs(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
742 _mm_cmpestrz(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
[all...]
H A Davxintrin.h169 _mm256_blend_pd (__m256d __X, __m256d __Y, const int __M) argument
173 __M);
177 _mm256_blend_ps (__m256 __X, __m256 __Y, const int __M) argument
181 __M);
194 _mm256_blendv_pd (__m256d __X, __m256d __Y, __m256d __M) argument
198 (__v4df)__M);
202 _mm256_blendv_ps (__m256 __X, __m256 __Y, __m256 __M) argument
206 (__v8sf)__M);
226 _mm256_dp_ps (__m256 __X, __m256 __Y, const int __M) argument
230 __M);
893 _mm_maskload_pd(double const *__P, __m128i __M) argument
900 _mm_maskstore_pd(double *__P, __m128i __M, __m128d __A) argument
906 _mm256_maskload_pd(double const *__P, __m256i __M) argument
913 _mm256_maskstore_pd(double *__P, __m256i __M, __m256d __A) argument
919 _mm_maskload_ps(float const *__P, __m128i __M) argument
926 _mm_maskstore_ps(float *__P, __m128i __M, __m128 __A) argument
932 _mm256_maskload_ps(float const *__P, __m256i __M) argument
939 _mm256_maskstore_ps(float *__P, __m256i __M, __m256 __A) argument
1012 _mm256_round_pd(__m256d __V, const int __M) argument
1018 _mm256_round_ps(__m256 __V, const int __M) argument
1060 _mm_testz_pd(__m128d __M, __m128d __V) argument
1066 _mm_testc_pd(__m128d __M, __m128d __V) argument
1072 _mm_testnzc_pd(__m128d __M, __m128d __V) argument
1078 _mm_testz_ps(__m128 __M, __m128 __V) argument
1084 _mm_testc_ps(__m128 __M, __m128 __V) argument
1090 _mm_testnzc_ps(__m128 __M, __m128 __V) argument
1096 _mm256_testz_pd(__m256d __M, __m256d __V) argument
1102 _mm256_testc_pd(__m256d __M, __m256d __V) argument
1108 _mm256_testnzc_pd(__m256d __M, __m256d __V) argument
1114 _mm256_testz_ps(__m256 __M, __m256 __V) argument
1120 _mm256_testc_ps(__m256 __M, __m256 __V) argument
1126 _mm256_testnzc_ps(__m256 __M, __m256 __V) argument
1132 _mm256_testz_si256(__m256i __M, __m256i __V) argument
1138 _mm256_testc_si256(__m256i __M, __m256i __V) argument
1144 _mm256_testnzc_si256(__m256i __M, __m256i __V) argument
[all...]
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
H A Dxsaveintrin.h39 _xsave (void *__P, long long __M) argument
41 return __builtin_ia32_xsave (__P, __M);
46 _xrstor (void *__P, long long __M) argument
48 return __builtin_ia32_xrstor (__P, __M);
54 _xsave64 (void *__P, long long __M) argument
56 return __builtin_ia32_xsave64 (__P, __M);
61 _xrstor64 (void *__P, long long __M) argument
63 return __builtin_ia32_xrstor64 (__P, __M);
H A Dxsaveoptintrin.h39 _xsaveopt (void *__P, long long __M) argument
41 return __builtin_ia32_xsaveopt (__P, __M);
47 _xsaveopt64 (void *__P, long long __M) argument
49 return __builtin_ia32_xsaveopt64 (__P, __M);
H A Dsmmintrin.h65 (__V & __M) == 0. */
67 _mm_testz_si128 (__m128i __M, __m128i __V) argument
69 return __builtin_ia32_ptestz128 ((__v2di)__M, (__v2di)__V);
73 (__V & ~__M) == 0. */
75 _mm_testc_si128 (__m128i __M, __m128i __V) argument
77 return __builtin_ia32_ptestc128 ((__v2di)__M, (__v2di)__V);
81 (__V & __M) != 0 && (__V & ~__M) != 0. */
83 _mm_testnzc_si128 (__m128i __M, __m128i __V) argument
85 return __builtin_ia32_ptestnzc128 ((__v2di)__M, (__v2d
100 _mm_round_pd(__m128d __V, const int __M) argument
106 _mm_round_sd(__m128d __D, __m128d __V, const int __M) argument
125 _mm_round_ps(__m128 __V, const int __M) argument
131 _mm_round_ss(__m128 __D, __m128 __V, const int __M) argument
166 _mm_blend_epi16(__m128i __X, __m128i __Y, const int __M) argument
179 _mm_blendv_epi8(__m128i __X, __m128i __Y, __m128i __M) argument
191 _mm_blend_ps(__m128 __X, __m128 __Y, const int __M) argument
204 _mm_blendv_ps(__m128 __X, __m128 __Y, __m128 __M) argument
216 _mm_blend_pd(__m128d __X, __m128d __Y, const int __M) argument
229 _mm_blendv_pd(__m128d __X, __m128d __Y, __m128d __M) argument
241 _mm_dp_ps(__m128 __X, __m128 __Y, const int __M) argument
249 _mm_dp_pd(__m128d __X, __m128d __Y, const int __M) argument
569 _mm_mpsadbw_epu8(__m128i __X, __m128i __Y, const int __M) argument
623 _mm_cmpistrm(__m128i __X, __m128i __Y, const int __M) argument
631 _mm_cmpistri(__m128i __X, __m128i __Y, const int __M) argument
639 _mm_cmpestrm(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
647 _mm_cmpestri(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
676 _mm_cmpistra(__m128i __X, __m128i __Y, const int __M) argument
684 _mm_cmpistrc(__m128i __X, __m128i __Y, const int __M) argument
692 _mm_cmpistro(__m128i __X, __m128i __Y, const int __M) argument
700 _mm_cmpistrs(__m128i __X, __m128i __Y, const int __M) argument
708 _mm_cmpistrz(__m128i __X, __m128i __Y, const int __M) argument
716 _mm_cmpestra(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
724 _mm_cmpestrc(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
732 _mm_cmpestro(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
740 _mm_cmpestrs(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
748 _mm_cmpestrz(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
[all...]
H A Davxintrin.h178 _mm256_blend_pd (__m256d __X, __m256d __Y, const int __M) argument
182 __M);
186 _mm256_blend_ps (__m256 __X, __m256 __Y, const int __M) argument
190 __M);
203 _mm256_blendv_pd (__m256d __X, __m256d __Y, __m256d __M) argument
207 (__v4df)__M);
211 _mm256_blendv_ps (__m256 __X, __m256 __Y, __m256 __M) argument
215 (__v8sf)__M);
235 _mm256_dp_ps (__m256 __X, __m256 __Y, const int __M) argument
239 __M);
902 _mm_maskload_pd(double const *__P, __m128i __M) argument
909 _mm_maskstore_pd(double *__P, __m128i __M, __m128d __A) argument
915 _mm256_maskload_pd(double const *__P, __m256i __M) argument
922 _mm256_maskstore_pd(double *__P, __m256i __M, __m256d __A) argument
928 _mm_maskload_ps(float const *__P, __m128i __M) argument
935 _mm_maskstore_ps(float *__P, __m128i __M, __m128 __A) argument
941 _mm256_maskload_ps(float const *__P, __m256i __M) argument
948 _mm256_maskstore_ps(float *__P, __m256i __M, __m256 __A) argument
1021 _mm256_round_pd(__m256d __V, const int __M) argument
1027 _mm256_round_ps(__m256 __V, const int __M) argument
1069 _mm_testz_pd(__m128d __M, __m128d __V) argument
1075 _mm_testc_pd(__m128d __M, __m128d __V) argument
1081 _mm_testnzc_pd(__m128d __M, __m128d __V) argument
1087 _mm_testz_ps(__m128 __M, __m128 __V) argument
1093 _mm_testc_ps(__m128 __M, __m128 __V) argument
1099 _mm_testnzc_ps(__m128 __M, __m128 __V) argument
1105 _mm256_testz_pd(__m256d __M, __m256d __V) argument
1111 _mm256_testc_pd(__m256d __M, __m256d __V) argument
1117 _mm256_testnzc_pd(__m256d __M, __m256d __V) argument
1123 _mm256_testz_ps(__m256 __M, __m256 __V) argument
1129 _mm256_testc_ps(__m256 __M, __m256 __V) argument
1135 _mm256_testnzc_ps(__m256 __M, __m256 __V) argument
1141 _mm256_testz_si256(__m256i __M, __m256i __V) argument
1147 _mm256_testc_si256(__m256i __M, __m256i __V) argument
1153 _mm256_testnzc_si256(__m256i __M, __m256i __V) argument
[all...]
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
H A Dxsaveintrin.h39 _xsave (void *__P, long long __M) argument
41 return __builtin_ia32_xsave (__P, __M);
46 _xrstor (void *__P, long long __M) argument
48 return __builtin_ia32_xrstor (__P, __M);
54 _xsave64 (void *__P, long long __M) argument
56 return __builtin_ia32_xsave64 (__P, __M);
61 _xrstor64 (void *__P, long long __M) argument
63 return __builtin_ia32_xrstor64 (__P, __M);
H A Dxsaveoptintrin.h39 _xsaveopt (void *__P, long long __M) argument
41 return __builtin_ia32_xsaveopt (__P, __M);
47 _xsaveopt64 (void *__P, long long __M) argument
49 return __builtin_ia32_xsaveopt64 (__P, __M);
H A Dsmmintrin.h65 (__V & __M) == 0. */
67 _mm_testz_si128 (__m128i __M, __m128i __V) argument
69 return __builtin_ia32_ptestz128 ((__v2di)__M, (__v2di)__V);
73 (__V & ~__M) == 0. */
75 _mm_testc_si128 (__m128i __M, __m128i __V) argument
77 return __builtin_ia32_ptestc128 ((__v2di)__M, (__v2di)__V);
81 (__V & __M) != 0 && (__V & ~__M) != 0. */
83 _mm_testnzc_si128 (__m128i __M, __m128i __V) argument
85 return __builtin_ia32_ptestnzc128 ((__v2di)__M, (__v2d
100 _mm_round_pd(__m128d __V, const int __M) argument
106 _mm_round_sd(__m128d __D, __m128d __V, const int __M) argument
125 _mm_round_ps(__m128 __V, const int __M) argument
131 _mm_round_ss(__m128 __D, __m128 __V, const int __M) argument
166 _mm_blend_epi16(__m128i __X, __m128i __Y, const int __M) argument
179 _mm_blendv_epi8(__m128i __X, __m128i __Y, __m128i __M) argument
191 _mm_blend_ps(__m128 __X, __m128 __Y, const int __M) argument
204 _mm_blendv_ps(__m128 __X, __m128 __Y, __m128 __M) argument
216 _mm_blend_pd(__m128d __X, __m128d __Y, const int __M) argument
229 _mm_blendv_pd(__m128d __X, __m128d __Y, __m128d __M) argument
241 _mm_dp_ps(__m128 __X, __m128 __Y, const int __M) argument
249 _mm_dp_pd(__m128d __X, __m128d __Y, const int __M) argument
569 _mm_mpsadbw_epu8(__m128i __X, __m128i __Y, const int __M) argument
623 _mm_cmpistrm(__m128i __X, __m128i __Y, const int __M) argument
631 _mm_cmpistri(__m128i __X, __m128i __Y, const int __M) argument
639 _mm_cmpestrm(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
647 _mm_cmpestri(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
676 _mm_cmpistra(__m128i __X, __m128i __Y, const int __M) argument
684 _mm_cmpistrc(__m128i __X, __m128i __Y, const int __M) argument
692 _mm_cmpistro(__m128i __X, __m128i __Y, const int __M) argument
700 _mm_cmpistrs(__m128i __X, __m128i __Y, const int __M) argument
708 _mm_cmpistrz(__m128i __X, __m128i __Y, const int __M) argument
716 _mm_cmpestra(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
724 _mm_cmpestrc(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
732 _mm_cmpestro(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
740 _mm_cmpestrs(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
748 _mm_cmpestrz(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
[all...]
H A Davxintrin.h178 _mm256_blend_pd (__m256d __X, __m256d __Y, const int __M) argument
182 __M);
186 _mm256_blend_ps (__m256 __X, __m256 __Y, const int __M) argument
190 __M);
203 _mm256_blendv_pd (__m256d __X, __m256d __Y, __m256d __M) argument
207 (__v4df)__M);
211 _mm256_blendv_ps (__m256 __X, __m256 __Y, __m256 __M) argument
215 (__v8sf)__M);
235 _mm256_dp_ps (__m256 __X, __m256 __Y, const int __M) argument
239 __M);
902 _mm_maskload_pd(double const *__P, __m128i __M) argument
909 _mm_maskstore_pd(double *__P, __m128i __M, __m128d __A) argument
915 _mm256_maskload_pd(double const *__P, __m256i __M) argument
922 _mm256_maskstore_pd(double *__P, __m256i __M, __m256d __A) argument
928 _mm_maskload_ps(float const *__P, __m128i __M) argument
935 _mm_maskstore_ps(float *__P, __m128i __M, __m128 __A) argument
941 _mm256_maskload_ps(float const *__P, __m256i __M) argument
948 _mm256_maskstore_ps(float *__P, __m256i __M, __m256 __A) argument
1021 _mm256_round_pd(__m256d __V, const int __M) argument
1027 _mm256_round_ps(__m256 __V, const int __M) argument
1069 _mm_testz_pd(__m128d __M, __m128d __V) argument
1075 _mm_testc_pd(__m128d __M, __m128d __V) argument
1081 _mm_testnzc_pd(__m128d __M, __m128d __V) argument
1087 _mm_testz_ps(__m128 __M, __m128 __V) argument
1093 _mm_testc_ps(__m128 __M, __m128 __V) argument
1099 _mm_testnzc_ps(__m128 __M, __m128 __V) argument
1105 _mm256_testz_pd(__m256d __M, __m256d __V) argument
1111 _mm256_testc_pd(__m256d __M, __m256d __V) argument
1117 _mm256_testnzc_pd(__m256d __M, __m256d __V) argument
1123 _mm256_testz_ps(__m256 __M, __m256 __V) argument
1129 _mm256_testc_ps(__m256 __M, __m256 __V) argument
1135 _mm256_testnzc_ps(__m256 __M, __m256 __V) argument
1141 _mm256_testz_si256(__m256i __M, __m256i __V) argument
1147 _mm256_testc_si256(__m256i __M, __m256i __V) argument
1153 _mm256_testnzc_si256(__m256i __M, __m256i __V) argument
[all...]
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
H A Dsmmintrin.h85 _mm_blend_epi16 (__m128i __X, __m128i __Y, const int __M) argument
89 __M);
97 _mm_blendv_epi8 (__m128i __X, __m128i __Y, __m128i __M) argument
101 (__v16qi)__M);
109 _mm_blend_ps (__m128 __X, __m128 __Y, const int __M) argument
113 __M);
121 _mm_blendv_ps (__m128 __X, __m128 __Y, __m128 __M) argument
125 (__v4sf)__M);
133 _mm_blend_pd (__m128d __X, __m128d __Y, const int __M) argument
137 __M);
145 _mm_blendv_pd(__m128d __X, __m128d __Y, __m128d __M) argument
157 _mm_dp_ps(__m128 __X, __m128 __Y, const int __M) argument
165 _mm_dp_pd(__m128d __X, __m128d __Y, const int __M) argument
256 _mm_testz_si128(__m128i __M, __m128i __V) argument
264 _mm_testc_si128(__m128i __M, __m128i __V) argument
272 _mm_testnzc_si128(__m128i __M, __m128i __V) argument
426 _mm_round_pd(__m128d __V, const int __M) argument
432 _mm_round_sd(__m128d __D, __m128d __V, const int __M) argument
450 _mm_round_ps(__m128 __V, const int __M) argument
456 _mm_round_ss(__m128 __D, __m128 __V, const int __M) argument
573 _mm_mpsadbw_epu8(__m128i __X, __m128i __Y, const int __M) argument
622 _mm_cmpistrm(__m128i __X, __m128i __Y, const int __M) argument
630 _mm_cmpistri(__m128i __X, __m128i __Y, const int __M) argument
638 _mm_cmpestrm(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
646 _mm_cmpestri(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
671 _mm_cmpistra(__m128i __X, __m128i __Y, const int __M) argument
679 _mm_cmpistrc(__m128i __X, __m128i __Y, const int __M) argument
687 _mm_cmpistro(__m128i __X, __m128i __Y, const int __M) argument
695 _mm_cmpistrs(__m128i __X, __m128i __Y, const int __M) argument
703 _mm_cmpistrz(__m128i __X, __m128i __Y, const int __M) argument
711 _mm_cmpestra(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
719 _mm_cmpestrc(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
727 _mm_cmpestro(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
735 _mm_cmpestrs(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
743 _mm_cmpestrz(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
[all...]
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
H A Dsmmintrin.h85 _mm_blend_epi16 (__m128i __X, __m128i __Y, const int __M) argument
89 __M);
97 _mm_blendv_epi8 (__m128i __X, __m128i __Y, __m128i __M) argument
101 (__v16qi)__M);
109 _mm_blend_ps (__m128 __X, __m128 __Y, const int __M) argument
113 __M);
121 _mm_blendv_ps (__m128 __X, __m128 __Y, __m128 __M) argument
125 (__v4sf)__M);
133 _mm_blend_pd (__m128d __X, __m128d __Y, const int __M) argument
137 __M);
145 _mm_blendv_pd(__m128d __X, __m128d __Y, __m128d __M) argument
157 _mm_dp_ps(__m128 __X, __m128 __Y, const int __M) argument
165 _mm_dp_pd(__m128d __X, __m128d __Y, const int __M) argument
256 _mm_testz_si128(__m128i __M, __m128i __V) argument
264 _mm_testc_si128(__m128i __M, __m128i __V) argument
272 _mm_testnzc_si128(__m128i __M, __m128i __V) argument
426 _mm_round_pd(__m128d __V, const int __M) argument
432 _mm_round_sd(__m128d __D, __m128d __V, const int __M) argument
450 _mm_round_ps(__m128 __V, const int __M) argument
456 _mm_round_ss(__m128 __D, __m128 __V, const int __M) argument
573 _mm_mpsadbw_epu8(__m128i __X, __m128i __Y, const int __M) argument
622 _mm_cmpistrm(__m128i __X, __m128i __Y, const int __M) argument
630 _mm_cmpistri(__m128i __X, __m128i __Y, const int __M) argument
638 _mm_cmpestrm(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
646 _mm_cmpestri(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
671 _mm_cmpistra(__m128i __X, __m128i __Y, const int __M) argument
679 _mm_cmpistrc(__m128i __X, __m128i __Y, const int __M) argument
687 _mm_cmpistro(__m128i __X, __m128i __Y, const int __M) argument
695 _mm_cmpistrs(__m128i __X, __m128i __Y, const int __M) argument
703 _mm_cmpistrz(__m128i __X, __m128i __Y, const int __M) argument
711 _mm_cmpestra(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
719 _mm_cmpestrc(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
727 _mm_cmpestro(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
735 _mm_cmpestrs(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
743 _mm_cmpestrz(__m128i __X, int __LX, __m128i __Y, int __LY, const int __M) argument
[all...]
/prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
H A Dsmmintrin.h96 _mm_blendv_pd (__m128d __V1, __m128d __V2, __m128d __M) argument
99 (__v2df)__M);
103 _mm_blendv_ps (__m128 __V1, __m128 __V2, __m128 __M) argument
106 (__v4sf)__M);
110 _mm_blendv_epi8 (__m128i __V1, __m128i __V2, __m128i __M) argument
113 (__v16qi)__M);
258 _mm_testz_si128(__m128i __M, __m128i __V) argument
260 return __builtin_ia32_ptestz128((__v2di)__M, (__v2di)__V);
264 _mm_testc_si128(__m128i __M, __m128i __V) argument
266 return __builtin_ia32_ptestc128((__v2di)__M, (__v2d
270 _mm_testnzc_si128(__m128i __M, __m128i __V) argument
[all...]
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
H A Dsmmintrin.h96 _mm_blendv_pd (__m128d __V1, __m128d __V2, __m128d __M) argument
99 (__v2df)__M);
103 _mm_blendv_ps (__m128 __V1, __m128 __V2, __m128 __M) argument
106 (__v4sf)__M);
110 _mm_blendv_epi8 (__m128i __V1, __m128i __V2, __m128i __M) argument
113 (__v16qi)__M);
258 _mm_testz_si128(__m128i __M, __m128i __V) argument
260 return __builtin_ia32_ptestz128((__v2di)__M, (__v2di)__V);
264 _mm_testc_si128(__m128i __M, __m128i __V) argument
266 return __builtin_ia32_ptestc128((__v2di)__M, (__v2d
270 _mm_testnzc_si128(__m128i __M, __m128i __V) argument
[all...]
/prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
H A Dsmmintrin.h90 _mm_blendv_pd (__m128d __V1, __m128d __V2, __m128d __M) argument
93 (__v2df)__M);
97 _mm_blendv_ps (__m128 __V1, __m128 __V2, __m128 __M) argument
100 (__v4sf)__M);
104 _mm_blendv_epi8 (__m128i __V1, __m128i __V2, __m128i __M) argument
107 (__v16qi)__M);
243 _mm_testz_si128(__m128i __M, __m128i __V) argument
245 return __builtin_ia32_ptestz128((__v2di)__M, (__v2di)__V);
249 _mm_testc_si128(__m128i __M, __m128i __V) argument
251 return __builtin_ia32_ptestc128((__v2di)__M, (__v2d
255 _mm_testnzc_si128(__m128i __M, __m128i __V) argument
[all...]

Completed in 345 milliseconds

12