/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/ |
pmmintrin.h | 49 _mm_addsub_ps (__m128 __X, __m128 __Y) 51 return (__m128) __builtin_ia32_addsubps ((__v4sf)__X, (__v4sf)__Y); 55 _mm_hadd_ps (__m128 __X, __m128 __Y) 57 return (__m128) __builtin_ia32_haddps ((__v4sf)__X, (__v4sf)__Y); 61 _mm_hsub_ps (__m128 __X, __m128 __Y) 63 return (__m128) __builtin_ia32_hsubps ((__v4sf)__X, (__v4sf)__Y); 79 _mm_addsub_pd (__m128d __X, __m128d __Y) 81 return (__m128d) __builtin_ia32_addsubpd ((__v2df)__X, (__v2df)__Y); 85 _mm_hadd_pd (__m128d __X, __m128d __Y) 87 return (__m128d) __builtin_ia32_haddpd ((__v2df)__X, (__v2df)__Y); [all...] |
bmiintrin.h | 43 __andn_u32 (unsigned int __X, unsigned int __Y) 45 return ~__X & __Y; 49 __bextr_u32 (unsigned int __X, unsigned int __Y) 51 return __builtin_ia32_bextr_u32 (__X, __Y); 82 __andn_u64 (unsigned long long __X, unsigned long long __Y) 84 return ~__X & __Y; 88 __bextr_u64 (unsigned long long __X, unsigned long long __Y) 90 return __builtin_ia32_bextr_u64 (__X, __Y);
|
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...] |
/external/clang/test/CodeGen/ |
bmi-builtins.c | 13 unsigned int test__andn_u32(unsigned int __X, unsigned int __Y) { 16 return __andn_u32(__X, __Y); 19 unsigned int test__bextr_u32(unsigned int __X, unsigned int __Y) { 21 return __bextr_u32(__X, __Y); 47 unsigned long long test__andn_u64(unsigned long __X, unsigned long __Y) { 50 return __andn_u64(__X, __Y); 53 unsigned long long test__bextr_u64(unsigned long __X, unsigned long __Y) { 55 return __bextr_u64(__X, __Y);
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/ |
smmintrin.h | 85 _mm_blend_epi16 (__m128i __X, __m128i __Y, const int __M) 88 (__v8hi)__Y, 97 _mm_blendv_epi8 (__m128i __X, __m128i __Y, __m128i __M) 100 (__v16qi)__Y, 109 _mm_blend_ps (__m128 __X, __m128 __Y, const int __M) 112 (__v4sf)__Y, 121 _mm_blendv_ps (__m128 __X, __m128 __Y, __m128 __M) 124 (__v4sf)__Y, 133 _mm_blend_pd (__m128d __X, __m128d __Y, const int __M) 136 (__v2df)__Y, [all...] |
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/ |
smmintrin.h | 85 _mm_blend_epi16 (__m128i __X, __m128i __Y, const int __M) 88 (__v8hi)__Y, 97 _mm_blendv_epi8 (__m128i __X, __m128i __Y, __m128i __M) 100 (__v16qi)__Y, 109 _mm_blend_ps (__m128 __X, __m128 __Y, const int __M) 112 (__v4sf)__Y, 121 _mm_blendv_ps (__m128 __X, __m128 __Y, __m128 __M) 124 (__v4sf)__Y, 133 _mm_blend_pd (__m128d __X, __m128d __Y, const int __M) 136 (__v2df)__Y, [all...] |
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/ |
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...] |
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/ |
bmiintrin.h | 43 __andn_u32 (unsigned int __X, unsigned int __Y) 45 return ~__X & __Y; 49 __bextr_u32 (unsigned int __X, unsigned int __Y) 51 return __builtin_ia32_bextr_u32 (__X, __Y); 82 __andn_u64 (unsigned long long __X, unsigned long long __Y) 84 return ~__X & __Y; 88 __bextr_u64 (unsigned long long __X, unsigned long long __Y) 90 return __builtin_ia32_bextr_u64 (__X, __Y);
|
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...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
thread | 82 operator==(thread::id __x, thread::id __y) 83 { return __gthread_equal(__x._M_thread, __y._M_thread); } 86 operator<(thread::id __x, thread::id __y) 87 { return __x._M_thread < __y._M_thread; } 194 swap(thread& __x, thread& __y) 195 { __x.swap(__y); } 198 swap(thread&& __x, thread& __y) 199 { __x.swap(__y); } 202 swap(thread& __x, thread&& __y) 203 { __x.swap(__y); } [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/ |
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...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/ |
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...] |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/ |
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...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
thread | 82 operator==(thread::id __x, thread::id __y) 83 { return __gthread_equal(__x._M_thread, __y._M_thread); } 86 operator<(thread::id __x, thread::id __y) 87 { return __x._M_thread < __y._M_thread; } 194 swap(thread& __x, thread& __y) 195 { __x.swap(__y); } 198 swap(thread&& __x, thread& __y) 199 { __x.swap(__y); } 202 swap(thread& __x, thread&& __y) 203 { __x.swap(__y); } [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
thread | 82 operator==(thread::id __x, thread::id __y) 83 { return __gthread_equal(__x._M_thread, __y._M_thread); } 86 operator<(thread::id __x, thread::id __y) 87 { return __x._M_thread < __y._M_thread; } 194 swap(thread& __x, thread& __y) 195 { __x.swap(__y); } 198 swap(thread&& __x, thread& __y) 199 { __x.swap(__y); } 202 swap(thread& __x, thread&& __y) 203 { __x.swap(__y); } [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
thread | 82 operator==(thread::id __x, thread::id __y) 83 { return __gthread_equal(__x._M_thread, __y._M_thread); } 86 operator<(thread::id __x, thread::id __y) 87 { return __x._M_thread < __y._M_thread; } 194 swap(thread& __x, thread& __y) 195 { __x.swap(__y); } 198 swap(thread&& __x, thread& __y) 199 { __x.swap(__y); } 202 swap(thread& __x, thread&& __y) 203 { __x.swap(__y); } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
thread | 82 operator==(thread::id __x, thread::id __y) 83 { return __gthread_equal(__x._M_thread, __y._M_thread); } 86 operator<(thread::id __x, thread::id __y) 87 { return __x._M_thread < __y._M_thread; } 194 swap(thread& __x, thread& __y) 195 { __x.swap(__y); } 198 swap(thread&& __x, thread& __y) 199 { __x.swap(__y); } 202 swap(thread& __x, thread&& __y) 203 { __x.swap(__y); } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
cmath | 166 atan2(float __y, float __x) 167 { return __builtin_atan2f(__y, __x); } 170 atan2(long double __y, long double __x) 171 { return __builtin_atan2l(__y, __x); } 177 atan2(_Tp __y, _Up __x) 180 return atan2(__type(__y), __type(__x)); 301 fmod(float __x, float __y) 302 { return __builtin_fmodf(__x, __y); } 305 fmod(long double __x, long double __y) 306 { return __builtin_fmodl(__x, __y); } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
cmath | 166 atan2(float __y, float __x) 167 { return __builtin_atan2f(__y, __x); } 170 atan2(long double __y, long double __x) 171 { return __builtin_atan2l(__y, __x); } 177 atan2(_Tp __y, _Up __x) 180 return atan2(__type(__y), __type(__x)); 301 fmod(float __x, float __y) 302 { return __builtin_fmodf(__x, __y); } 305 fmod(long double __x, long double __y) 306 { return __builtin_fmodl(__x, __y); } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
cmath | 163 atan2(float __y, float __x) 164 { return __builtin_atan2f(__y, __x); } 167 atan2(long double __y, long double __x) 168 { return __builtin_atan2l(__y, __x); } 174 atan2(_Tp __y, _Up __x) 177 return atan2(__type(__y), __type(__x)); 298 fmod(float __x, float __y) 299 { return __builtin_fmodf(__x, __y); } 302 fmod(long double __x, long double __y) 303 { return __builtin_fmodl(__x, __y); } [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
cmath | 150 atan2(float __y, float __x) 151 { return __builtin_atan2f(__y, __x); } 154 atan2(long double __y, long double __x) 155 { return __builtin_atan2l(__y, __x); } 160 atan2(_Tp __y, _Up __x) 163 return atan2(__type(__y), __type(__x)); 265 fmod(float __x, float __y) 266 { return __builtin_fmodf(__x, __y); } 269 fmod(long double __x, long double __y) 270 { return __builtin_fmodl(__x, __y); } [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
cmath | 150 atan2(float __y, float __x) 151 { return __builtin_atan2f(__y, __x); } 154 atan2(long double __y, long double __x) 155 { return __builtin_atan2l(__y, __x); } 160 atan2(_Tp __y, _Up __x) 163 return atan2(__type(__y), __type(__x)); 265 fmod(float __x, float __y) 266 { return __builtin_fmodf(__x, __y); } 269 fmod(long double __x, long double __y) 270 { return __builtin_fmodl(__x, __y); } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_pair.h | 89 pair(_U1&& __x, const _T2& __y) 90 : first(std::forward<_U1>(__x)), second(__y) { } 94 pair(const _T1& __x, _U2&& __y) 95 : first(__x), second(std::forward<_U2>(__y)) { } 100 pair(_U1&& __x, _U2&& __y) 101 : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) { } 165 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) 166 { return __x.first == __y.first && __x.second == __y.second; } 171 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
cmath | 150 atan2(float __y, float __x) 151 { return __builtin_atan2f(__y, __x); } 154 atan2(long double __y, long double __x) 155 { return __builtin_atan2l(__y, __x); } 160 atan2(_Tp __y, _Up __x) 163 return atan2(__type(__y), __type(__x)); 265 fmod(float __x, float __y) 266 { return __builtin_fmodf(__x, __y); } 269 fmod(long double __x, long double __y) 270 { return __builtin_fmodl(__x, __y); } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
cmath | 150 atan2(float __y, float __x) 151 { return __builtin_atan2f(__y, __x); } 154 atan2(long double __y, long double __x) 155 { return __builtin_atan2l(__y, __x); } 160 atan2(_Tp __y, _Up __x) 163 return atan2(__type(__y), __type(__x)); 265 fmod(float __x, float __y) 266 { return __builtin_fmodf(__x, __y); } 269 fmod(long double __x, long double __y) 270 { return __builtin_fmodl(__x, __y); } [all...] |