Home
last modified time | relevance | path

Searched refs:vec_all_gt (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/CodeGen/
Dbuiltins-ppc-p8vector.c638 res_i = vec_all_gt(vsll, vsll); in test1()
643 res_i = vec_all_gt(vsll, vbll); in test1()
648 res_i = vec_all_gt(vull, vull); in test1()
653 res_i = vec_all_gt(vull, vbll); in test1()
658 res_i = vec_all_gt(vbll, vsll); in test1()
663 res_i = vec_all_gt(vbll, vull); in test1()
668 res_i = vec_all_gt(vbll, vbll); in test1()
673 res_i = vec_all_gt(vda, vda); in test1()
Dbuiltins-systemz-zvector.c983 idx = vec_all_gt(vsc, vsc); in test_compare()
985 idx = vec_all_gt(vsc, vbc); in test_compare()
987 idx = vec_all_gt(vbc, vsc); in test_compare()
989 idx = vec_all_gt(vuc, vuc); in test_compare()
991 idx = vec_all_gt(vuc, vbc); in test_compare()
993 idx = vec_all_gt(vbc, vuc); in test_compare()
995 idx = vec_all_gt(vbc, vbc); in test_compare()
997 idx = vec_all_gt(vss, vss); in test_compare()
999 idx = vec_all_gt(vss, vbs); in test_compare()
1001 idx = vec_all_gt(vbs, vss); in test_compare()
[all …]
Dbuiltins-ppc-altivec.c7842 res_i = vec_all_gt(vsc, vsc); in test6()
7846 res_i = vec_all_gt(vsc, vbc); in test6()
7850 res_i = vec_all_gt(vuc, vuc); in test6()
7854 res_i = vec_all_gt(vuc, vbc); in test6()
7858 res_i = vec_all_gt(vbc, vsc); in test6()
7862 res_i = vec_all_gt(vbc, vuc); in test6()
7866 res_i = vec_all_gt(vbc, vbc); in test6()
7870 res_i = vec_all_gt(vs, vs); in test6()
7874 res_i = vec_all_gt(vs, vbs); in test6()
7878 res_i = vec_all_gt(vus, vus); in test6()
[all …]
/external/clang/lib/Headers/
Dvecintrin.h2716 vec_all_gt(vector signed char __a, vector signed char __b) { in vec_all_gt() function
2723 vec_all_gt(vector signed char __a, vector bool char __b) { in vec_all_gt() function
2730 vec_all_gt(vector bool char __a, vector signed char __b) { in vec_all_gt() function
2737 vec_all_gt(vector unsigned char __a, vector unsigned char __b) { in vec_all_gt() function
2744 vec_all_gt(vector unsigned char __a, vector bool char __b) { in vec_all_gt() function
2751 vec_all_gt(vector bool char __a, vector unsigned char __b) { in vec_all_gt() function
2758 vec_all_gt(vector bool char __a, vector bool char __b) { in vec_all_gt() function
2766 vec_all_gt(vector signed short __a, vector signed short __b) { in vec_all_gt() function
2773 vec_all_gt(vector signed short __a, vector bool short __b) { in vec_all_gt() function
2780 vec_all_gt(vector bool short __a, vector signed short __b) { in vec_all_gt() function
[all …]
Daltivec.h12391 static __inline__ int __ATTRS_o_ai vec_all_gt(vector signed char __a, in vec_all_gt() function
12396 static __inline__ int __ATTRS_o_ai vec_all_gt(vector signed char __a, in vec_all_gt() function
12401 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned char __a, in vec_all_gt() function
12406 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned char __a, in vec_all_gt() function
12411 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool char __a, in vec_all_gt() function
12417 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool char __a, in vec_all_gt() function
12422 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool char __a, in vec_all_gt() function
12428 static __inline__ int __ATTRS_o_ai vec_all_gt(vector short __a, in vec_all_gt() function
12433 static __inline__ int __ATTRS_o_ai vec_all_gt(vector short __a, in vec_all_gt() function
12438 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned short __a, in vec_all_gt() function
[all …]