Home
last modified time | relevance | path

Searched refs:vec_all_ge (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector.c1441 idx = vec_all_ge(vsc, vsc); in test_compare()
1444 idx = vec_all_ge(vsc, vbc); in test_compare()
1447 idx = vec_all_ge(vbc, vsc); in test_compare()
1450 idx = vec_all_ge(vuc, vuc); in test_compare()
1453 idx = vec_all_ge(vuc, vbc); in test_compare()
1456 idx = vec_all_ge(vbc, vuc); in test_compare()
1459 idx = vec_all_ge(vbc, vbc); in test_compare()
1462 idx = vec_all_ge(vss, vss); in test_compare()
1465 idx = vec_all_ge(vss, vbs); in test_compare()
1468 idx = vec_all_ge(vbs, vss); in test_compare()
[all …]
H A Dbuiltins-systemz-zvector2-constrained.c219 idx = vec_all_ge(vf, vf); in test_compare()
222 idx = vec_all_ge(vd, vd); in test_compare()
H A Dbuiltins-systemz-zvector2.c324 idx = vec_all_ge(vf, vf); in test_compare()
327 idx = vec_all_ge(vd, vd); in test_compare()
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-vsx.c2707 res_i = vec_all_ge(vsll, vsll); in test_p8overloads_backwards_compat()
2711 res_i = vec_all_ge(vsll, vbll); in test_p8overloads_backwards_compat()
2715 res_i = vec_all_ge(vull, vull); in test_p8overloads_backwards_compat()
2719 res_i = vec_all_ge(vull, vbll); in test_p8overloads_backwards_compat()
2723 res_i = vec_all_ge(vbll, vsll); in test_p8overloads_backwards_compat()
2727 res_i = vec_all_ge(vbll, vull); in test_p8overloads_backwards_compat()
2731 res_i = vec_all_ge(vbll, vbll); in test_p8overloads_backwards_compat()
H A Dbuiltins-ppc-altivec.c8087 res_i = vec_all_ge(vsc, vsc); in test6()
8091 res_i = vec_all_ge(vsc, vbc); in test6()
8095 res_i = vec_all_ge(vuc, vuc); in test6()
8099 res_i = vec_all_ge(vuc, vbc); in test6()
8115 res_i = vec_all_ge(vs, vs); in test6()
8119 res_i = vec_all_ge(vs, vbs); in test6()
8131 res_i = vec_all_ge(vbs, vs); in test6()
8143 res_i = vec_all_ge(vi, vi); in test6()
8147 res_i = vec_all_ge(vi, vbi); in test6()
8159 res_i = vec_all_ge(vbi, vi); in test6()
[all …]
H A Dbuiltins-ppc-32bit-vec-ll.c241 vec_all_ge(vsll1, vsll2); in test()
H A Dbuiltins-ppc-p8vector.c486 res_i = vec_all_ge(vda, vda); in test1()
490 res_i = vec_all_ge(vfa, vfa); in test1()
H A Dbuiltins-ppc-p10vector.c2133 return vec_all_ge(vsi128a, vsi128b); in test_vec_all_ge_s128()
2140 return vec_all_ge(vui128a, vui128b); in test_vec_all_ge_u128()
/llvm-project-15.0.7/clang/lib/Headers/
H A Dvecintrin.h3182 vec_all_ge(__vector signed char __a, __vector signed char __b) { in vec_all_ge() function
3190 vec_all_ge(__vector signed char __a, __vector __bool char __b) { in vec_all_ge() function
3198 vec_all_ge(__vector __bool char __a, __vector signed char __b) { in vec_all_ge() function
3229 vec_all_ge(__vector __bool char __a, __vector __bool char __b) { in vec_all_ge() function
3292 vec_all_ge(__vector signed int __a, __vector signed int __b) { in vec_all_ge() function
3300 vec_all_ge(__vector signed int __a, __vector __bool int __b) { in vec_all_ge() function
3308 vec_all_ge(__vector __bool int __a, __vector signed int __b) { in vec_all_ge() function
3323 vec_all_ge(__vector unsigned int __a, __vector __bool int __b) { in vec_all_ge() function
3339 vec_all_ge(__vector __bool int __a, __vector __bool int __b) { in vec_all_ge() function
3403 vec_all_ge(__vector float __a, __vector float __b) { in vec_all_ge() function
[all …]
H A Daltivec.h14999 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool char __a, in vec_all_ge() function
15004 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool char __a, in vec_all_ge() function
15009 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool char __a, in vec_all_ge() function
15015 static __inline__ int __ATTRS_o_ai vec_all_ge(vector short __a, in vec_all_ge() function
15020 static __inline__ int __ATTRS_o_ai vec_all_ge(vector short __a, in vec_all_ge() function
15057 static __inline__ int __ATTRS_o_ai vec_all_ge(vector int __a, in vec_all_ge() function
15072 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool int __a, in vec_all_ge() function
15077 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool int __a, in vec_all_ge() function
15082 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool int __a, in vec_all_ge() function
15129 static __inline__ int __ATTRS_o_ai vec_all_ge(vector float __a, in vec_all_ge() function
[all …]
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DREADME_ALTIVEC.txt193 if (vec_all_ge(a, b))