| /llvm-project-15.0.7/clang/lib/Headers/ppc_wrappers/ |
| H A D | xmmintrin.h | 438 __vector __bool int __m = vec_cmpgt((__v4sf)__B, (__v4sf)__A); in _mm_min_ps() 445 __vector __bool int __m = vec_cmpgt((__v4sf)__A, (__v4sf)__B); in _mm_max_ps() 499 return ((__m128)vec_cmpgt((__v4sf)__A, (__v4sf)__B)); in _mm_cmpgt_ps() 524 return ((__m128)vec_cmpgt((__v4sf)__A, (__v4sf)__B)); in _mm_cmpnle_ps() 549 __c = (__vector unsigned int)vec_cmpgt(__float_exp_mask, __a); in _mm_cmpord_ps() 550 __d = (__vector unsigned int)vec_cmpgt(__float_exp_mask, __b); in _mm_cmpord_ps() 564 __c = (__vector unsigned int)vec_cmpgt(__a, __float_exp_mask); in _mm_cmpunord_ps() 634 __c = (__v4sf)vec_cmpgt(__a, __b); in _mm_cmpgt_ss() 703 __c = (__v4sf)vec_cmpgt(__a, __b); in _mm_cmpnle_ss() 1398 __c = (__vector __bool short)vec_cmpgt(__a, __b); in _mm_max_pi16() [all …]
|
| H A D | tmmintrin.h | 306 (__v16qi)vec_neg((__v16qi)vec_cmpgt((__v16qi)__B, __zero)); in _mm_sign_epi8() 318 __v8hi __selectpos = (__v8hi)vec_neg((__v8hi)vec_cmpgt((__v8hi)__B, __zero)); in _mm_sign_epi16() 330 __v4si __selectpos = (__v4si)vec_neg((__v4si)vec_cmpgt((__v4si)__B, __zero)); in _mm_sign_epi32()
|
| H A D | emmintrin.h | 369 return ((__m128d)vec_cmpgt((__v2df)__A, (__v2df)__B)); in _mm_cmpgt_pd() 394 return ((__m128d)vec_cmpgt((__v2df)__A, (__v2df)__B)); in _mm_cmpnle_pd() 486 __c = (__v2df)vec_cmpgt(__a, __b); in _mm_cmpgt_sd() 1899 return (__m128i)vec_cmpgt((__v16qi)__A, (__v16qi)__B); in _mm_cmpgt_epi8() 1905 return (__m128i)vec_cmpgt((__v8hi)__A, (__v8hi)__B); in _mm_cmpgt_epi16() 1911 return (__m128i)vec_cmpgt((__v4si)__A, (__v4si)__B); in _mm_cmpgt_epi32() 2098 __mask = (__v16qu)vec_cmpgt((__v16qu)__B, (__v16qu)__hibit); in _mm_maskmoveu_si128()
|
| H A D | mmintrin.h | 749 __c = (__vector signed char)vec_cmpgt(__a, __b); in _mm_cmpgt_pi8() 817 __c = (__vector signed short)vec_cmpgt(__a, __b); in _mm_cmpgt_pi16() 879 __c = (__vector signed int)vec_cmpgt(__a, __b); in _mm_cmpgt_pi32()
|
| H A D | smmintrin.h | 654 return (__m128i)vec_cmpgt((__v2di)__X, (__v2di)__Y); in _mm_cmpgt_epi64()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | vecintrin.h | 8021 return vec_sel(__b, __a, vec_cmpgt(__a, __b)); in vec_max() 8040 return vec_sel(__b, __a, vec_cmpgt(__a, __b)); in vec_max() 8059 return vec_sel(__b, __a, vec_cmpgt(__a, __b)); in vec_max() 8078 return vec_sel(__b, __a, vec_cmpgt(__a, __b)); in vec_max() 8097 return vec_sel(__b, __a, vec_cmpgt(__a, __b)); in vec_max() 8116 return vec_sel(__b, __a, vec_cmpgt(__a, __b)); in vec_max() 8135 return vec_sel(__b, __a, vec_cmpgt(__a, __b)); in vec_max() 8154 return vec_sel(__b, __a, vec_cmpgt(__a, __b)); in vec_max() 8183 return vec_sel(__b, __a, vec_cmpgt(__a, __b)); in vec_max() 8191 return vec_sel(__a, __b, vec_cmpgt(__a, __b)); in vec_min() [all …]
|
| H A D | altivec.h | 2436 return vec_cmpgt(__b, __a); in vec_cmplt() 2441 return vec_cmpgt(__b, __a); in vec_cmplt() 2446 return vec_cmpgt(__b, __a); in vec_cmplt() 2451 return vec_cmpgt(__b, __a); in vec_cmplt() 2456 return vec_cmpgt(__b, __a); in vec_cmplt() 2461 return vec_cmpgt(__b, __a); in vec_cmplt() 2466 return vec_cmpgt(__b, __a); in vec_cmplt() 2472 return vec_cmpgt(__b, __a); in vec_cmplt() 2479 return vec_cmpgt(__b, __a); in vec_cmplt() 2484 return vec_cmpgt(__b, __a); in vec_cmplt() [all …]
|
| /llvm-project-15.0.7/clang/test/CodeGen/SystemZ/ |
| H A D | builtins-systemz-zvector2-constrained.c | 184 vbi = vec_cmpgt(vf, vf); in test_compare() 187 vbl = vec_cmpgt(vd, vd); in test_compare()
|
| H A D | builtins-systemz-zvector-constrained.c | 114 vbl = vec_cmpgt(vd, vd); in test_compare()
|
| H A D | builtins-systemz-zvector2.c | 289 vbi = vec_cmpgt(vf, vf); in test_compare() 292 vbl = vec_cmpgt(vd, vd); in test_compare()
|
| H A D | builtins-systemz-zvector.c | 1181 vbc = vec_cmpgt(vsc, vsc); in test_compare() 1184 vbc = vec_cmpgt(vuc, vuc); in test_compare() 1187 vbs = vec_cmpgt(vss, vss); in test_compare() 1190 vbs = vec_cmpgt(vus, vus); in test_compare() 1193 vbi = vec_cmpgt(vsi, vsi); in test_compare() 1196 vbi = vec_cmpgt(vui, vui); in test_compare() 1199 vbl = vec_cmpgt(vsl, vsl); in test_compare() 1202 vbl = vec_cmpgt(vul, vul); in test_compare() 1205 vbl = vec_cmpgt(vd, vd); in test_compare()
|
| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | builtins-ppc-32bit-vec-ll.c | 49 vec_cmpgt(vsll1, vsll2); in test()
|
| H A D | builtins-ppc-vsx.c | 310 res_vbll = vec_cmpgt(vd, vd); in test1() 314 res_vbi = vec_cmpgt(vf, vf); in test1() 2321 res_vbll = vec_cmpgt(vsll, vsll); in test_p8overloads_backwards_compat() 2336 res_vbll = vec_cmpgt(vull, vull); in test_p8overloads_backwards_compat()
|
| H A D | builtins-ppc-p8vector.c | 214 res_vbll = vec_cmpgt(vsll, vsll); in test1() 218 res_vbll = vec_cmpgt(vull, vull); in test1()
|
| H A D | builtins-ppc-p10vector.c | 1891 return vec_cmpgt(vsi128a, vsi128b); in test_vec_cmpgt_s128() 1898 return vec_cmpgt(vui128a, vui128b); in test_vec_cmpgt_u128()
|
| H A D | builtins-ppc-altivec.c | 1162 res_vbc = vec_cmpgt(vsc, vsc); in test5() 1166 res_vbc = vec_cmpgt(vuc, vuc); in test5() 1170 res_vbs = vec_cmpgt(vs, vs); in test5() 1174 res_vbs = vec_cmpgt(vus, vus); in test5() 1178 res_vbi = vec_cmpgt(vi, vi); in test5() 1182 res_vbi = vec_cmpgt(vui, vui); in test5() 1186 res_vbi = vec_cmpgt(vf, vf); in test5()
|