Home
last modified time | relevance | path

Searched refs:vec_cmpge (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector2-constrained.c177 vbi = vec_cmpge(vf, vf); in test_compare()
180 vbl = vec_cmpge(vd, vd); in test_compare()
H A Dbuiltins-systemz-zvector-constrained.c108 vbl = vec_cmpge(vd, vd); in test_compare()
H A Dbuiltins-systemz-zvector2.c282 vbi = vec_cmpge(vf, vf); in test_compare()
285 vbl = vec_cmpge(vd, vd); in test_compare()
H A Dbuiltins-systemz-zvector.c1153 vbc = vec_cmpge(vsc, vsc); in test_compare()
1156 vbc = vec_cmpge(vuc, vuc); in test_compare()
1159 vbs = vec_cmpge(vss, vss); in test_compare()
1162 vbs = vec_cmpge(vus, vus); in test_compare()
1165 vbi = vec_cmpge(vsi, vsi); in test_compare()
1168 vbi = vec_cmpge(vui, vui); in test_compare()
1171 vbl = vec_cmpge(vsl, vsl); in test_compare()
1174 vbl = vec_cmpge(vul, vul); in test_compare()
1177 vbl = vec_cmpge(vd, vd); in test_compare()
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-32bit-vec-ll.c53 vec_cmpge(vsll1, vsll2); in test()
H A Dbuiltins-ppc-vsx.c302 res_vbll = vec_cmpge(vd, vd); in test1()
306 res_vbi = vec_cmpge(vf, vf); in test1()
2353 res_vbll = vec_cmpge(vsll, vsll); in test_p8overloads_backwards_compat()
2370 res_vbll = vec_cmpge(vull, vull); in test_p8overloads_backwards_compat()
H A Dbuiltins-ppc-p8vector.c196 res_vbll = vec_cmpge(vsll, vsll); in test1()
200 res_vbll = vec_cmpge(vull, vull); in test1()
H A Dbuiltins-ppc-p10vector.c1920 return vec_cmpge(vsi128a, vsi128b); in test_vec_cmpge_s128()
1928 return vec_cmpge(vui128a, vui128b); in test_vec_cmpge_u128()
H A Dbuiltins-ppc-altivec.c1125 res_vbc = vec_cmpge(vsc, vsc); in test2()
1129 res_vbc = vec_cmpge(vuc, vuc); in test2()
1133 res_vbs = vec_cmpge(vs, vs); in test2()
1137 res_vbs = vec_cmpge(vus, vus); in test2()
1141 res_vbi = vec_cmpge(vi, vi); in test2()
1145 res_vbi = vec_cmpge(vui, vui); in test2()
1149 res_vbi = vec_cmpge(vf, vf); in test2()
/llvm-project-15.0.7/clang/lib/Headers/ppc_wrappers/
H A Dxmmintrin.h505 return ((__m128)vec_cmpge((__v4sf)__A, (__v4sf)__B)); in _mm_cmpge_ps()
518 return ((__m128)vec_cmpge((__v4sf)__A, (__v4sf)__B)); in _mm_cmpnlt_ps()
651 __c = (__v4sf)vec_cmpge(__a, __b); in _mm_cmpge_ss()
686 __c = (__v4sf)vec_cmpge(__a, __b); in _mm_cmpnlt_ss()
H A Demmintrin.h375 return ((__m128d)vec_cmpge((__v2df)__A, (__v2df)__B)); in _mm_cmpge_pd()
388 return ((__m128d)vec_cmpge((__v2df)__A, (__v2df)__B)); in _mm_cmpnlt_pd()
496 __c = (__v2df)vec_cmpge(__a, __b); in _mm_cmpge_sd()
518 __c = (__v2df)vec_cmpge(__a, __b); in _mm_cmpnlt_sd()
529 __c = (__v2df)vec_cmpge(__a, __b); in _mm_cmpnle_sd()
/llvm-project-15.0.7/clang/lib/Headers/
H A Daltivec.h2370 return vec_cmpge(__b, __a); in vec_cmple()
2375 return vec_cmpge(__b, __a); in vec_cmple()
2380 return vec_cmpge(__b, __a); in vec_cmple()
2385 return vec_cmpge(__b, __a); in vec_cmple()
2390 return vec_cmpge(__b, __a); in vec_cmple()
2395 return vec_cmpge(__b, __a); in vec_cmple()
2400 return vec_cmpge(__b, __a); in vec_cmple()
2406 return vec_cmpge(__b, __a); in vec_cmple()
2411 return vec_cmpge(__b, __a); in vec_cmple()
2416 return vec_cmpge(__b, __a); in vec_cmple()
[all …]
H A Dvecintrin.h2474 vec_cmpge(__vector signed char __a, __vector signed char __b) { in vec_cmpge() function
2479 vec_cmpge(__vector unsigned char __a, __vector unsigned char __b) { in vec_cmpge() function
2484 vec_cmpge(__vector signed short __a, __vector signed short __b) { in vec_cmpge() function
2489 vec_cmpge(__vector unsigned short __a, __vector unsigned short __b) { in vec_cmpge() function
2494 vec_cmpge(__vector signed int __a, __vector signed int __b) { in vec_cmpge() function
2499 vec_cmpge(__vector unsigned int __a, __vector unsigned int __b) { in vec_cmpge() function
2504 vec_cmpge(__vector signed long long __a, __vector signed long long __b) { in vec_cmpge() function
2509 vec_cmpge(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_cmpge() function
2515 vec_cmpge(__vector float __a, __vector float __b) { in vec_cmpge() function
2521 vec_cmpge(__vector double __a, __vector double __b) { in vec_cmpge() function