Home
last modified time | relevance | path

Searched refs:vec_all_eq (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector.c1265 idx = vec_all_eq(vsc, vsc); in test_compare()
1268 idx = vec_all_eq(vsc, vbc); in test_compare()
1271 idx = vec_all_eq(vbc, vsc); in test_compare()
1274 idx = vec_all_eq(vuc, vuc); in test_compare()
1277 idx = vec_all_eq(vuc, vbc); in test_compare()
1280 idx = vec_all_eq(vbc, vuc); in test_compare()
1283 idx = vec_all_eq(vbc, vbc); in test_compare()
1286 idx = vec_all_eq(vss, vss); in test_compare()
1289 idx = vec_all_eq(vss, vbs); in test_compare()
1292 idx = vec_all_eq(vbs, vss); in test_compare()
[all …]
H A Dbuiltins-systemz-zvector2-constrained.c205 idx = vec_all_eq(vf, vf); in test_compare()
208 idx = vec_all_eq(vd, vd); in test_compare()
H A Dbuiltins-systemz-zvector2.c310 idx = vec_all_eq(vf, vf); in test_compare()
313 idx = vec_all_eq(vd, vd); in test_compare()
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-altivec.c7994 res_i = vec_all_eq(vsc, vsc); in test6()
7998 res_i = vec_all_eq(vsc, vbc); in test6()
8002 res_i = vec_all_eq(vuc, vuc); in test6()
8022 res_i = vec_all_eq(vs, vs); in test6()
8026 res_i = vec_all_eq(vs, vbs); in test6()
8038 res_i = vec_all_eq(vbs, vs); in test6()
8050 res_i = vec_all_eq(vp, vp); in test6()
8054 res_i = vec_all_eq(vi, vi); in test6()
8058 res_i = vec_all_eq(vi, vbi); in test6()
8070 res_i = vec_all_eq(vbi, vi); in test6()
[all …]
H A Dbuiltins-ppc-vsx.c2546 res_i = vec_all_eq(vsll, vsll); in test_p8overloads_backwards_compat()
2552 res_i = vec_all_eq(vsll, vbll); in test_p8overloads_backwards_compat()
2558 res_i = vec_all_eq(vull, vull); in test_p8overloads_backwards_compat()
2564 res_i = vec_all_eq(vull, vbll); in test_p8overloads_backwards_compat()
2570 res_i = vec_all_eq(vbll, vsll); in test_p8overloads_backwards_compat()
2576 res_i = vec_all_eq(vbll, vull); in test_p8overloads_backwards_compat()
2582 res_i = vec_all_eq(vbll, vbll); in test_p8overloads_backwards_compat()
H A Dbuiltins-ppc-32bit-vec-ll.c237 vec_all_eq(vsll1, vsll2); in test()
H A Dbuiltins-ppc-p10vector.c2049 return vec_all_eq(vsi128a, vsi128b); in test_vec_all_eq_s128()
2056 return vec_all_eq(vui128a, vui128b); in test_vec_all_eq_u128()
2063 return vec_all_eq(vbi128a, vbi128b); in test_vec_all_eq_bool_int128()
H A Dbuiltins-ppc-p8vector.c437 res_i = vec_all_eq(vda, vda); in test1()
441 res_i = vec_all_eq(vfa, vfa); in test1()
/llvm-project-15.0.7/clang/lib/Headers/
H A Dvecintrin.h2690 vec_all_eq(__vector signed char __a, __vector signed char __b) { in vec_all_eq() function
2698 vec_all_eq(__vector signed char __a, __vector __bool char __b) { in vec_all_eq() function
2706 vec_all_eq(__vector __bool char __a, __vector signed char __b) { in vec_all_eq() function
2739 vec_all_eq(__vector __bool char __a, __vector __bool char __b) { in vec_all_eq() function
2804 vec_all_eq(__vector signed int __a, __vector signed int __b) { in vec_all_eq() function
2812 vec_all_eq(__vector signed int __a, __vector __bool int __b) { in vec_all_eq() function
2820 vec_all_eq(__vector __bool int __a, __vector signed int __b) { in vec_all_eq() function
2836 vec_all_eq(__vector unsigned int __a, __vector __bool int __b) { in vec_all_eq() function
2853 vec_all_eq(__vector __bool int __a, __vector __bool int __b) { in vec_all_eq() function
2919 vec_all_eq(__vector float __a, __vector float __b) { in vec_all_eq() function
[all …]
H A Daltivec.h14795 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool char __a, in vec_all_eq() function
14813 static __inline__ int __ATTRS_o_ai vec_all_eq(vector short __a, in vec_all_eq() function
14818 static __inline__ int __ATTRS_o_ai vec_all_eq(vector short __a, in vec_all_eq() function
14853 static __inline__ int __ATTRS_o_ai vec_all_eq(vector pixel __a, in vec_all_eq() function
14863 static __inline__ int __ATTRS_o_ai vec_all_eq(vector int __a, in vec_all_eq() function
14880 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool int __a, in vec_all_eq() function
14886 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool int __a, in vec_all_eq() function
14892 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool int __a, in vec_all_eq() function
14941 static __inline__ int __ATTRS_o_ai vec_all_eq(vector float __a, in vec_all_eq() function
14951 static __inline__ int __ATTRS_o_ai vec_all_eq(vector double __a, in vec_all_eq() function
[all …]
/llvm-project-15.0.7/clang/lib/Headers/ppc_wrappers/
H A Dsmmintrin.h399 return vec_all_eq(vec_and((__v16qu)__A, (__v16qu)__B), __zero); in _mm_testz_si128()
408 return vec_all_eq(vec_and((__v16qu)__notA, (__v16qu)__B), __zero); in _mm_testc_si128()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DREADME_ALTIVEC.txt138 if (vec_all_eq(*x,*y)) return 3245;