/external/llvm-project/clang/lib/Headers/ppc_wrappers/ |
D | tmmintrin.h | 324 __vector __bool char __select = vec_cmplt ((__v16qi) __B, __zero); in _mm_shuffle_epi8() 336 __vector __bool char __select = vec_cmplt ((__v16qi) __D, __zero); in _mm_shuffle_pi8() 347 __v16qi __selectneg = (__v16qi) vec_cmplt ((__v16qi) __B, __zero); in _mm_sign_epi8() 359 __v8hi __selectneg = (__v8hi) vec_cmplt ((__v8hi) __B, __zero); in _mm_sign_epi16() 371 __v4si __selectneg = (__v4si) vec_cmplt ((__v4si) __B, __zero); in _mm_sign_epi32()
|
D | emmintrin.h | 353 return ((__m128d)vec_cmplt ((__v2df) __A, (__v2df) __B)); in _mm_cmplt_pd() 402 return ((__m128d)vec_cmplt ((__v2df) __A, (__v2df) __B)); in _mm_cmpnge_pd() 472 c = (__v2df) vec_cmplt(a, b); in _mm_cmplt_sd() 557 c = (__v2df) vec_cmplt(a, b); in _mm_cmpnge_sd() 1733 shmask = vec_cmplt (lshift, shmax); in _mm_sll_epi32() 1750 shmask = vec_cmplt (lshift, shmax); in _mm_sll_epi64() 1827 shmask = vec_cmplt (rshift, shmax); in _mm_srl_epi32() 1844 shmask = vec_cmplt (rshift, shmax); in _mm_srl_epi64() 1921 return (__m128i) vec_cmplt ((__v16qi) __A, (__v16qi)__B); in _mm_cmplt_epi8() 1927 return (__m128i) vec_cmplt ((__v8hi) __A, (__v8hi)__B); in _mm_cmplt_epi16() [all …]
|
D | xmmintrin.h | 486 return ((__m128)vec_cmplt ((__v4sf)__A, (__v4sf)__B)); in _mm_cmplt_ps() 535 return ((__m128)vec_cmplt ((__v4sf)__A, (__v4sf)__B)); in _mm_cmpnge_ps() 601 c = (__v4sf) vec_cmplt(a, b); in _mm_cmplt_ss() 746 c = (__v4sf) vec_cmplt(a, b); in _mm_cmpnge_ss() 1489 c = (__vector __bool short)vec_cmplt (a, b); in _mm_min_pi16() 1527 c = (__vector __bool char)vec_cmplt (a, b); in _mm_min_pu8()
|
D | mmintrin.h | 210 __vector __bool short __select = vec_cmplt(vm1, __zero); in _mm_packs_pu16()
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | deblock_vsx.c | 33 const bool8x16_t mask = vec_cmplt(vec_max(f_a, f_b), filter); in apply_filter() 185 const bool32x4_t mask_odd = vec_cmplt(thres_odd, lim); in mask_s16() 186 const bool32x4_t mask_even = vec_cmplt(thres_even, lim); in mask_s16()
|
/external/llvm-project/clang/test/CodeGen/SystemZ/ |
D | builtins-systemz-zvector2-constrained.c | 198 vbi = vec_cmplt(vf, vf); in test_compare() 201 vbl = vec_cmplt(vd, vd); in test_compare()
|
D | builtins-systemz-zvector-constrained.c | 125 vbl = vec_cmplt(vd, vd); in test_compare()
|
D | builtins-systemz-zvector2.c | 303 vbi = vec_cmplt(vf, vf); in test_compare() 306 vbl = vec_cmplt(vd, vd); in test_compare()
|
D | builtins-systemz-zvector.c | 1237 vbc = vec_cmplt(vsc, vsc); in test_compare() 1240 vbc = vec_cmplt(vuc, vuc); in test_compare() 1243 vbs = vec_cmplt(vss, vss); in test_compare() 1246 vbs = vec_cmplt(vus, vus); in test_compare() 1249 vbi = vec_cmplt(vsi, vsi); in test_compare() 1252 vbi = vec_cmplt(vui, vui); in test_compare() 1255 vbl = vec_cmplt(vsl, vsl); in test_compare() 1258 vbl = vec_cmplt(vul, vul); in test_compare() 1261 vbl = vec_cmplt(vd, vd); in test_compare()
|
/external/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 179 res_vbll = vec_cmplt(vd, vd); in test1() 183 res_vbi = vec_cmplt(vf, vf); in test1()
|
D | builtins-ppc-p8vector.c | 198 res_vbll = vec_cmplt(vsll, vsll); in test1() 203 res_vbll = vec_cmplt(vull, vull); in test1()
|
D | builtins-systemz-zvector.c | 787 vbc = vec_cmplt(vsc, vsc); in test_compare() 789 vbc = vec_cmplt(vuc, vuc); in test_compare() 791 vbs = vec_cmplt(vss, vss); in test_compare() 793 vbs = vec_cmplt(vus, vus); in test_compare() 795 vbi = vec_cmplt(vsi, vsi); in test_compare() 797 vbi = vec_cmplt(vui, vui); in test_compare() 799 vbl = vec_cmplt(vsl, vsl); in test_compare() 801 vbl = vec_cmplt(vul, vul); in test_compare() 803 vbl = vec_cmplt(vd, vd); in test_compare()
|
D | builtins-ppc-altivec.c | 1088 res_vbc = vec_cmplt(vsc, vsc); in test6() 1092 res_vbc = vec_cmplt(vuc, vuc); in test6() 1096 res_vbs = vec_cmplt(vs, vs); in test6() 1100 res_vbs = vec_cmplt(vus, vus); in test6() 1104 res_vbi = vec_cmplt(vi, vi); in test6() 1108 res_vbi = vec_cmplt(vui, vui); in test6() 1112 res_vbi = vec_cmplt(vf, vf); in test6()
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 194 res_vbll = vec_cmplt(vd, vd); in test1() 198 res_vbi = vec_cmplt(vf, vf); in test1()
|
D | builtins-ppc-p8vector.c | 216 res_vbll = vec_cmplt(vsll, vsll); in test1() 221 res_vbll = vec_cmplt(vull, vull); in test1()
|
D | builtins-ppc-p10vector.c | 1674 return vec_cmplt(vsi128a, vsi128b); in test_vec_cmplt_s128() 1681 return vec_cmplt(vui128a, vui128b); in test_vec_cmplt_u128()
|
D | builtins-ppc-altivec.c | 1245 res_vbc = vec_cmplt(vsc, vsc); in test6() 1249 res_vbc = vec_cmplt(vuc, vuc); in test6() 1253 res_vbs = vec_cmplt(vs, vs); in test6() 1257 res_vbs = vec_cmplt(vus, vus); in test6() 1261 res_vbi = vec_cmplt(vi, vi); in test6() 1265 res_vbi = vec_cmplt(vui, vui); in test6() 1269 res_vbi = vec_cmplt(vf, vf); in test6()
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | MathFunctions.h | 122 Packet4f mask = reinterpret_cast<Packet4f>(vec_cmplt(x, p4f_cephes_SQRTHF));
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 2018 vec_cmplt(vector signed char __a, vector signed char __b) { in vec_cmplt() function 2023 vec_cmplt(vector unsigned char __a, vector unsigned char __b) { in vec_cmplt() function 2028 vec_cmplt(vector signed short __a, vector signed short __b) { in vec_cmplt() function 2033 vec_cmplt(vector unsigned short __a, vector unsigned short __b) { in vec_cmplt() function 2038 vec_cmplt(vector signed int __a, vector signed int __b) { in vec_cmplt() function 2043 vec_cmplt(vector unsigned int __a, vector unsigned int __b) { in vec_cmplt() function 2048 vec_cmplt(vector signed long long __a, vector signed long long __b) { in vec_cmplt() function 2053 vec_cmplt(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmplt() function 2058 vec_cmplt(vector double __a, vector double __b) { in vec_cmplt() function 6375 return vec_sel(__a, -__a, vec_cmplt(__a, (vector signed char)0)); in vec_abs() [all …]
|
D | altivec.h | 1833 vec_cmplt(vector signed char __a, vector signed char __b) { in vec_cmplt() function 1838 vec_cmplt(vector unsigned char __a, vector unsigned char __b) { in vec_cmplt() function 1842 static __inline__ vector bool short __ATTRS_o_ai vec_cmplt(vector short __a, in vec_cmplt() function 1848 vec_cmplt(vector unsigned short __a, vector unsigned short __b) { in vec_cmplt() function 1852 static __inline__ vector bool int __ATTRS_o_ai vec_cmplt(vector int __a, in vec_cmplt() function 1858 vec_cmplt(vector unsigned int __a, vector unsigned int __b) { in vec_cmplt() function 1862 static __inline__ vector bool int __ATTRS_o_ai vec_cmplt(vector float __a, in vec_cmplt() function 1869 vec_cmplt(vector double __a, vector double __b) { in vec_cmplt() function 1876 vec_cmplt(vector signed long long __a, vector signed long long __b) { in vec_cmplt() function 1881 vec_cmplt(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmplt() function
|
/external/llvm-project/clang/lib/Headers/ |
D | vecintrin.h | 2542 vec_cmplt(__vector signed char __a, __vector signed char __b) { in vec_cmplt() function 2547 vec_cmplt(__vector unsigned char __a, __vector unsigned char __b) { in vec_cmplt() function 2552 vec_cmplt(__vector signed short __a, __vector signed short __b) { in vec_cmplt() function 2557 vec_cmplt(__vector unsigned short __a, __vector unsigned short __b) { in vec_cmplt() function 2562 vec_cmplt(__vector signed int __a, __vector signed int __b) { in vec_cmplt() function 2567 vec_cmplt(__vector unsigned int __a, __vector unsigned int __b) { in vec_cmplt() function 2572 vec_cmplt(__vector signed long long __a, __vector signed long long __b) { in vec_cmplt() function 2577 vec_cmplt(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_cmplt() function 2583 vec_cmplt(__vector float __a, __vector float __b) { in vec_cmplt() function 2589 vec_cmplt(__vector double __a, __vector double __b) { in vec_cmplt() function [all …]
|
D | altivec.h | 2262 vec_cmplt(vector signed char __a, vector signed char __b) { in vec_cmplt() function 2267 vec_cmplt(vector unsigned char __a, vector unsigned char __b) { in vec_cmplt() function 2271 static __inline__ vector bool short __ATTRS_o_ai vec_cmplt(vector short __a, in vec_cmplt() function 2277 vec_cmplt(vector unsigned short __a, vector unsigned short __b) { in vec_cmplt() function 2281 static __inline__ vector bool int __ATTRS_o_ai vec_cmplt(vector int __a, in vec_cmplt() function 2287 vec_cmplt(vector unsigned int __a, vector unsigned int __b) { in vec_cmplt() function 2291 static __inline__ vector bool int __ATTRS_o_ai vec_cmplt(vector float __a, in vec_cmplt() function 2298 vec_cmplt(vector double __a, vector double __b) { in vec_cmplt() function 2305 vec_cmplt(vector signed __int128 __a, vector signed __int128 __b) { in vec_cmplt() function 2310 vec_cmplt(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_cmplt() function [all …]
|