| /llvm-project-15.0.7/clang/lib/Headers/ppc_wrappers/ |
| H A D | tmmintrin.h | 282 __vector __bool char __select = vec_cmplt((__v16qi)__B, __zero); in _mm_shuffle_epi8() 293 __vector __bool char __select = vec_cmplt((__v16qi)__D, __zero); in _mm_shuffle_pi8() 304 __v16qi __selectneg = (__v16qi)vec_cmplt((__v16qi)__B, __zero); in _mm_sign_epi8() 317 __v8hi __selectneg = (__v8hi)vec_cmplt((__v8hi)__B, __zero); in _mm_sign_epi16() 329 __v4si __selectneg = (__v4si)vec_cmplt((__v4si)__B, __zero); in _mm_sign_epi32()
|
| H A D | emmintrin.h | 357 return ((__m128d)vec_cmplt((__v2df)__A, (__v2df)__B)); in _mm_cmplt_pd() 406 return ((__m128d)vec_cmplt((__v2df)__A, (__v2df)__B)); in _mm_cmpnge_pd() 466 __c = (__v2df)vec_cmplt(__a, __b); in _mm_cmplt_sd() 551 __c = (__v2df)vec_cmplt(__a, __b); in _mm_cmpnge_sd() 1693 __shmask = vec_cmplt(__lshift, __shmax); in _mm_sll_epi32() 1710 __shmask = vec_cmplt(__lshift, __shmax); in _mm_sll_epi64() 1787 __shmask = vec_cmplt(__rshift, __shmax); in _mm_srl_epi32() 1804 __shmask = vec_cmplt(__rshift, __shmax); in _mm_srl_epi64() 1881 return (__m128i)vec_cmplt((__v16qi)__A, (__v16qi)__B); in _mm_cmplt_epi8() 1887 return (__m128i)vec_cmplt((__v8hi)__A, (__v8hi)__B); in _mm_cmplt_epi16() [all …]
|
| H A D | xmmintrin.h | 487 return ((__m128)vec_cmplt((__v4sf)__A, (__v4sf)__B)); in _mm_cmplt_ps() 536 return ((__m128)vec_cmplt((__v4sf)__A, (__v4sf)__B)); in _mm_cmpnge_ps() 600 __c = (__v4sf)vec_cmplt(__a, __b); in _mm_cmplt_ss() 737 __c = (__v4sf)vec_cmplt(__a, __b); in _mm_cmpnge_ss() 1472 __c = (__vector __bool short)vec_cmplt(__a, __b); in _mm_min_pi16() 1510 __c = (__vector __bool char)vec_cmplt(__a, __b); in _mm_min_pu8()
|
| H A D | smmintrin.h | 362 const __vector __bool int __boolmask = vec_cmplt((__v4si)__mask, __zero); in _mm_blendv_ps() 388 vec_cmplt((__v2di)__mask, __zero); in _mm_blendv_pd()
|
| H A D | mmintrin.h | 211 __vector __bool short __select = vec_cmplt(__vm1, __zero); in _mm_packs_pu16()
|
| /llvm-project-15.0.7/clang/test/CodeGen/SystemZ/ |
| H A D | builtins-systemz-zvector2-constrained.c | 198 vbi = vec_cmplt(vf, vf); in test_compare() 201 vbl = vec_cmplt(vd, vd); in test_compare()
|
| H A D | builtins-systemz-zvector-constrained.c | 126 vbl = vec_cmplt(vd, vd); in test_compare()
|
| H A D | builtins-systemz-zvector2.c | 303 vbi = vec_cmplt(vf, vf); in test_compare() 306 vbl = vec_cmplt(vd, vd); in test_compare()
|
| H A 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()
|
| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | builtins-ppc-32bit-vec-ll.c | 63 vec_cmplt(vsll1, vsll2); in test()
|
| H A D | builtins-ppc-vsx.c | 326 res_vbll = vec_cmplt(vd, vd); in test1() 330 res_vbi = vec_cmplt(vf, vf); in test1() 2389 res_vbll = vec_cmplt(vsll, vsll); in test_p8overloads_backwards_compat() 2404 res_vbll = vec_cmplt(vull, vull); in test_p8overloads_backwards_compat()
|
| H A D | builtins-ppc-p8vector.c | 223 res_vbll = vec_cmplt(vsll, vsll); in test1() 227 res_vbll = vec_cmplt(vull, vull); in test1()
|
| H A D | builtins-ppc-p10vector.c | 1905 return vec_cmplt(vsi128a, vsi128b); in test_vec_cmplt_s128() 1912 return vec_cmplt(vui128a, vui128b); in test_vec_cmplt_u128()
|
| H A D | builtins-ppc-altivec.c | 1251 res_vbc = vec_cmplt(vsc, vsc); in test6() 1255 res_vbc = vec_cmplt(vuc, vuc); in test6() 1259 res_vbs = vec_cmplt(vs, vs); in test6() 1263 res_vbs = vec_cmplt(vus, vus); in test6() 1267 res_vbi = vec_cmplt(vi, vi); in test6() 1271 res_vbi = vec_cmplt(vui, vui); in test6() 1275 res_vbi = vec_cmplt(vf, vf); in test6()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | vecintrin.h | 2636 vec_cmplt(__vector signed char __a, __vector signed char __b) { in vec_cmplt() function 2641 vec_cmplt(__vector unsigned char __a, __vector unsigned char __b) { in vec_cmplt() function 2646 vec_cmplt(__vector signed short __a, __vector signed short __b) { in vec_cmplt() function 2651 vec_cmplt(__vector unsigned short __a, __vector unsigned short __b) { in vec_cmplt() function 2656 vec_cmplt(__vector signed int __a, __vector signed int __b) { in vec_cmplt() function 2661 vec_cmplt(__vector unsigned int __a, __vector unsigned int __b) { in vec_cmplt() function 2677 vec_cmplt(__vector float __a, __vector float __b) { in vec_cmplt() function 2683 vec_cmplt(__vector double __a, __vector double __b) { in vec_cmplt() function 7973 return vec_sel(__a, -__a, vec_cmplt(__a, (__vector signed char)0)); in vec_abs() 7978 return vec_sel(__a, -__a, vec_cmplt(__a, (__vector signed short)0)); in vec_abs() [all …]
|
| H A D | altivec.h | 2435 vec_cmplt(vector signed char __a, vector signed char __b) { in vec_cmplt() function 2440 vec_cmplt(vector unsigned char __a, vector unsigned char __b) { in vec_cmplt() function 2450 vec_cmplt(vector unsigned short __a, vector unsigned short __b) { in vec_cmplt() function 2454 static __inline__ vector bool int __ATTRS_o_ai vec_cmplt(vector int __a, in vec_cmplt() function 2460 vec_cmplt(vector unsigned int __a, vector unsigned int __b) { in vec_cmplt() function 2464 static __inline__ vector bool int __ATTRS_o_ai vec_cmplt(vector float __a, in vec_cmplt() function 2471 vec_cmplt(vector double __a, vector double __b) { in vec_cmplt() function 2478 vec_cmplt(vector signed __int128 __a, vector signed __int128 __b) { in vec_cmplt() function 2483 vec_cmplt(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_cmplt() function 2490 vec_cmplt(vector signed long long __a, vector signed long long __b) { in vec_cmplt() function [all …]
|