/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/ |
bmiintrin.h | 49 __andn_u32 (unsigned int __X, unsigned int __Y) 51 unsigned int tmp = ~(__X) & (__Y); 56 __bextr_u32 (unsigned int __X, unsigned int __Y) 58 return __builtin_ia32_bextr_u32 (__X, __Y); 98 __andn_u64 (unsigned long long __X, unsigned long long __Y) 100 unsigned long long tmp = ~(__X) & (__Y); 105 __bextr_u64 (unsigned long long __X, unsigned long long __Y) 107 return __builtin_ia32_bextr_u64 (__X, __Y);
|
smmintrin.h | 165 _mm_blend_epi16 (__m128i __X, __m128i __Y, const int __M) 168 (__v8hi)__Y, 178 _mm_blendv_epi8 (__m128i __X, __m128i __Y, __m128i __M) 181 (__v16qi)__Y, 190 _mm_blend_ps (__m128 __X, __m128 __Y, const int __M) 193 (__v4sf)__Y, 203 _mm_blendv_ps (__m128 __X, __m128 __Y, __m128 __M) 206 (__v4sf)__Y, 215 _mm_blend_pd (__m128d __X, __m128d __Y, const int __M) 218 (__v2df)__Y, [all...] |
avxintrin.h | 169 _mm256_blend_pd (__m256d __X, __m256d __Y, const int __M) 172 (__v4df)__Y, 177 _mm256_blend_ps (__m256 __X, __m256 __Y, const int __M) 180 (__v8sf)__Y, 194 _mm256_blendv_pd (__m256d __X, __m256d __Y, __m256d __M) 197 (__v4df)__Y, 202 _mm256_blendv_ps (__m256 __X, __m256 __Y, __m256 __M) 205 (__v8sf)__Y, 226 _mm256_dp_ps (__m256 __X, __m256 __Y, const int __M) 229 (__v8sf)__Y, [all...] |
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/ |
smmintrin.h | 164 _mm_blend_epi16 (__m128i __X, __m128i __Y, const int __M) 167 (__v8hi)__Y, 177 _mm_blendv_epi8 (__m128i __X, __m128i __Y, __m128i __M) 180 (__v16qi)__Y, 189 _mm_blend_ps (__m128 __X, __m128 __Y, const int __M) 192 (__v4sf)__Y, 202 _mm_blendv_ps (__m128 __X, __m128 __Y, __m128 __M) 205 (__v4sf)__Y, 214 _mm_blend_pd (__m128d __X, __m128d __Y, const int __M) 217 (__v2df)__Y, [all...] |
avxintrin.h | 169 _mm256_blend_pd (__m256d __X, __m256d __Y, const int __M) 172 (__v4df)__Y, 177 _mm256_blend_ps (__m256 __X, __m256 __Y, const int __M) 180 (__v8sf)__Y, 194 _mm256_blendv_pd (__m256d __X, __m256d __Y, __m256d __M) 197 (__v4df)__Y, 202 _mm256_blendv_ps (__m256 __X, __m256 __Y, __m256 __M) 205 (__v8sf)__Y, 226 _mm256_dp_ps (__m256 __X, __m256 __Y, const int __M) 229 (__v8sf)__Y, [all...] |
avx2intrin.h | 35 _mm256_mpsadbw_epu8 (__m256i __X, __m256i __Y, const int __M) 38 (__v32qi)__Y, __M); 199 _mm256_blendv_epi8 (__m256i __X, __m256i __Y, __m256i __M) 202 (__v32qi)__Y, 209 _mm256_blend_epi16 (__m256i __X, __m256i __Y, const int __M) 212 (__v16hi)__Y, 282 _mm256_hadd_epi16 (__m256i __X, __m256i __Y) 285 (__v16hi)__Y); 290 _mm256_hadd_epi32 (__m256i __X, __m256i __Y) 292 return (__m256i) __builtin_ia32_phaddd256 ((__v8si)__X, (__v8si)__Y); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ |
smmintrin.h | 47 _mm_blend_epi16 (__m128i __X, __m128i __Y, const int __M) 50 (__v8hi)__Y, 60 _mm_blendv_epi8 (__m128i __X, __m128i __Y, __m128i __M) 63 (__v16qi)__Y, 72 _mm_blend_ps (__m128 __X, __m128 __Y, const int __M) 75 (__v4sf)__Y, 85 _mm_blendv_ps (__m128 __X, __m128 __Y, __m128 __M) 88 (__v4sf)__Y, 97 _mm_blend_pd (__m128d __X, __m128d __Y, const int __M) 100 (__v2df)__Y, [all...] |
avxintrin.h | 169 _mm256_blend_pd (__m256d __X, __m256d __Y, const int __M) 172 (__v4df)__Y, 177 _mm256_blend_ps (__m256 __X, __m256 __Y, const int __M) 180 (__v8sf)__Y, 194 _mm256_blendv_pd (__m256d __X, __m256d __Y, __m256d __M) 197 (__v4df)__Y, 202 _mm256_blendv_ps (__m256 __X, __m256 __Y, __m256 __M) 205 (__v8sf)__Y, 226 _mm256_dp_ps (__m256 __X, __m256 __Y, const int __M) 229 (__v8sf)__Y, [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/ |
bmiintrin.h | 49 __andn_u32 (unsigned int __X, unsigned int __Y) 51 unsigned int tmp = ~(__X) & (__Y); 56 __bextr_u32 (unsigned int __X, unsigned int __Y) 58 return __builtin_ia32_bextr_u32 (__X, __Y); 98 __andn_u64 (unsigned long long __X, unsigned long long __Y) 100 unsigned long long tmp = ~(__X) & (__Y); 105 __bextr_u64 (unsigned long long __X, unsigned long long __Y) 107 return __builtin_ia32_bextr_u64 (__X, __Y);
|
smmintrin.h | 165 _mm_blend_epi16 (__m128i __X, __m128i __Y, const int __M) 168 (__v8hi)__Y, 178 _mm_blendv_epi8 (__m128i __X, __m128i __Y, __m128i __M) 181 (__v16qi)__Y, 190 _mm_blend_ps (__m128 __X, __m128 __Y, const int __M) 193 (__v4sf)__Y, 203 _mm_blendv_ps (__m128 __X, __m128 __Y, __m128 __M) 206 (__v4sf)__Y, 215 _mm_blend_pd (__m128d __X, __m128d __Y, const int __M) 218 (__v2df)__Y, [all...] |
avxintrin.h | 169 _mm256_blend_pd (__m256d __X, __m256d __Y, const int __M) 172 (__v4df)__Y, 177 _mm256_blend_ps (__m256 __X, __m256 __Y, const int __M) 180 (__v8sf)__Y, 194 _mm256_blendv_pd (__m256d __X, __m256d __Y, __m256d __M) 197 (__v4df)__Y, 202 _mm256_blendv_ps (__m256 __X, __m256 __Y, __m256 __M) 205 (__v8sf)__Y, 226 _mm256_dp_ps (__m256 __X, __m256 __Y, const int __M) 229 (__v8sf)__Y, [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/ |
bmiintrin.h | 49 __andn_u32 (unsigned int __X, unsigned int __Y) 51 unsigned int tmp = ~(__X) & (__Y); 56 __bextr_u32 (unsigned int __X, unsigned int __Y) 58 return __builtin_ia32_bextr_u32 (__X, __Y); 98 __andn_u64 (unsigned long long __X, unsigned long long __Y) 100 unsigned long long tmp = ~(__X) & (__Y); 105 __bextr_u64 (unsigned long long __X, unsigned long long __Y) 107 return __builtin_ia32_bextr_u64 (__X, __Y);
|
smmintrin.h | 165 _mm_blend_epi16 (__m128i __X, __m128i __Y, const int __M) 168 (__v8hi)__Y, 178 _mm_blendv_epi8 (__m128i __X, __m128i __Y, __m128i __M) 181 (__v16qi)__Y, 190 _mm_blend_ps (__m128 __X, __m128 __Y, const int __M) 193 (__v4sf)__Y, 203 _mm_blendv_ps (__m128 __X, __m128 __Y, __m128 __M) 206 (__v4sf)__Y, 215 _mm_blend_pd (__m128d __X, __m128d __Y, const int __M) 218 (__v2df)__Y, [all...] |
avxintrin.h | 169 _mm256_blend_pd (__m256d __X, __m256d __Y, const int __M) 172 (__v4df)__Y, 177 _mm256_blend_ps (__m256 __X, __m256 __Y, const int __M) 180 (__v8sf)__Y, 194 _mm256_blendv_pd (__m256d __X, __m256d __Y, __m256d __M) 197 (__v4df)__Y, 202 _mm256_blendv_ps (__m256 __X, __m256 __Y, __m256 __M) 205 (__v8sf)__Y, 226 _mm256_dp_ps (__m256 __X, __m256 __Y, const int __M) 229 (__v8sf)__Y, [all...] |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/ |
bmiintrin.h | 49 __andn_u32 (unsigned int __X, unsigned int __Y) 51 unsigned int tmp = ~(__X) & (__Y); 56 __bextr_u32 (unsigned int __X, unsigned int __Y) 58 return __builtin_ia32_bextr_u32 (__X, __Y); 98 __andn_u64 (unsigned long long __X, unsigned long long __Y) 100 unsigned long long tmp = ~(__X) & (__Y); 105 __bextr_u64 (unsigned long long __X, unsigned long long __Y) 107 return __builtin_ia32_bextr_u64 (__X, __Y);
|
smmintrin.h | 165 _mm_blend_epi16 (__m128i __X, __m128i __Y, const int __M) 168 (__v8hi)__Y, 178 _mm_blendv_epi8 (__m128i __X, __m128i __Y, __m128i __M) 181 (__v16qi)__Y, 190 _mm_blend_ps (__m128 __X, __m128 __Y, const int __M) 193 (__v4sf)__Y, 203 _mm_blendv_ps (__m128 __X, __m128 __Y, __m128 __M) 206 (__v4sf)__Y, 215 _mm_blend_pd (__m128d __X, __m128d __Y, const int __M) 218 (__v2df)__Y, [all...] |
avxintrin.h | 169 _mm256_blend_pd (__m256d __X, __m256d __Y, const int __M) 172 (__v4df)__Y, 177 _mm256_blend_ps (__m256 __X, __m256 __Y, const int __M) 180 (__v8sf)__Y, 194 _mm256_blendv_pd (__m256d __X, __m256d __Y, __m256d __M) 197 (__v4df)__Y, 202 _mm256_blendv_ps (__m256 __X, __m256 __Y, __m256 __M) 205 (__v8sf)__Y, 226 _mm256_dp_ps (__m256 __X, __m256 __Y, const int __M) 229 (__v8sf)__Y, [all...] |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/ |
smmintrin.h | 164 _mm_blend_epi16 (__m128i __X, __m128i __Y, const int __M) 167 (__v8hi)__Y, 177 _mm_blendv_epi8 (__m128i __X, __m128i __Y, __m128i __M) 180 (__v16qi)__Y, 189 _mm_blend_ps (__m128 __X, __m128 __Y, const int __M) 192 (__v4sf)__Y, 202 _mm_blendv_ps (__m128 __X, __m128 __Y, __m128 __M) 205 (__v4sf)__Y, 214 _mm_blend_pd (__m128d __X, __m128d __Y, const int __M) 217 (__v2df)__Y, [all...] |
avxintrin.h | 169 _mm256_blend_pd (__m256d __X, __m256d __Y, const int __M) 172 (__v4df)__Y, 177 _mm256_blend_ps (__m256 __X, __m256 __Y, const int __M) 180 (__v8sf)__Y, 194 _mm256_blendv_pd (__m256d __X, __m256d __Y, __m256d __M) 197 (__v4df)__Y, 202 _mm256_blendv_ps (__m256 __X, __m256 __Y, __m256 __M) 205 (__v8sf)__Y, 226 _mm256_dp_ps (__m256 __X, __m256 __Y, const int __M) 229 (__v8sf)__Y, [all...] |
avx2intrin.h | 35 _mm256_mpsadbw_epu8 (__m256i __X, __m256i __Y, const int __M) 38 (__v32qi)__Y, __M); 199 _mm256_blendv_epi8 (__m256i __X, __m256i __Y, __m256i __M) 202 (__v32qi)__Y, 209 _mm256_blend_epi16 (__m256i __X, __m256i __Y, const int __M) 212 (__v16hi)__Y, 282 _mm256_hadd_epi16 (__m256i __X, __m256i __Y) 285 (__v16hi)__Y); 290 _mm256_hadd_epi32 (__m256i __X, __m256i __Y) 292 return (__m256i) __builtin_ia32_phaddd256 ((__v8si)__X, (__v8si)__Y); [all...] |
/external/clang/test/SemaCXX/ |
abstract.cpp | 4 #define __CONCAT(__X, __Y) __CONCAT1(__X, __Y) 5 #define __CONCAT1(__X, __Y) __X ## __Y
|
/external/speex/libspeex/ |
cb_search_sse.h | 37 static inline void _spx_mm_getr_ps (__m128 U, float *__Z, float *__Y, float *__X, float *__W) 47 *__Y = __u.__a[1];
|
/external/clang/lib/Headers/ |
avx2intrin.h | 883 _mm256_maskstore_epi32(int *__X, __m256i __M, __m256i __Y) 885 __builtin_ia32_maskstored256((__v8si *)__X, (__v8si)__M, (__v8si)__Y); 889 _mm256_maskstore_epi64(long long *__X, __m256i __M, __m256i __Y) 891 __builtin_ia32_maskstoreq256((__v4di *)__X, __M, __Y); 895 _mm_maskstore_epi32(int *__X, __m128i __M, __m128i __Y) 897 __builtin_ia32_maskstored((__v4si *)__X, (__v4si)__M, (__v4si)__Y); 901 _mm_maskstore_epi64(long long *__X, __m128i __M, __m128i __Y) 903 __builtin_ia32_maskstoreq(( __v2di *)__X, __M, __Y); 907 _mm256_sllv_epi32(__m256i __X, __m256i __Y) 909 return (__m256i)__builtin_ia32_psllv8si((__v8si)__X, (__v8si)__Y); [all...] |
smmintrin.h | 66 __m128 __Y = (Y); \ 67 (__m128) __builtin_ia32_roundss((__v4sf)__X, (__v4sf)__Y, (M)); }) 75 __m128d __Y = (Y); \ 76 (__m128d) __builtin_ia32_roundsd((__v2df)__X, (__v2df)__Y, (M)); }) 131 __m128 __Y = (Y); \ 132 (__m128) __builtin_ia32_dpps((__v4sf)__X, (__v4sf)__Y, (M)); }) 136 __m128d __Y = (Y); \ 137 (__m128d) __builtin_ia32_dppd((__v2df)__X, (__v2df)__Y, (M)); }) 355 __m128i __Y = (Y); \ 356 (__m128i) __builtin_ia32_mpsadbw128((__v16qi)__X, (__v16qi)__Y, (M)); } [all...] |
/prebuilts/sdk/renderscript/clang-include/ |
avx2intrin.h | 883 _mm256_maskstore_epi32(int *__X, __m256i __M, __m256i __Y) 885 __builtin_ia32_maskstored256((__v8si *)__X, (__v8si)__M, (__v8si)__Y); 889 _mm256_maskstore_epi64(long long *__X, __m256i __M, __m256i __Y) 891 __builtin_ia32_maskstoreq256((__v4di *)__X, __M, __Y); 895 _mm_maskstore_epi32(int *__X, __m128i __M, __m128i __Y) 897 __builtin_ia32_maskstored((__v4si *)__X, (__v4si)__M, (__v4si)__Y); 901 _mm_maskstore_epi64(long long *__X, __m128i __M, __m128i __Y) 903 __builtin_ia32_maskstoreq(( __v2di *)__X, __M, __Y); 907 _mm256_sllv_epi32(__m256i __X, __m256i __Y) 909 return (__m256i)__builtin_ia32_psllv8si((__v8si)__X, (__v8si)__Y); [all...] |