Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dbuiltins-ppc-p8vector.c882 res_i = vec_any_lt(vsll, vsll); in test1()
887 res_i = vec_any_lt(vsll, vbll); in test1()
892 res_i = vec_any_lt(vull, vull); in test1()
897 res_i = vec_any_lt(vull, vbll); in test1()
902 res_i = vec_any_lt(vbll, vsll); in test1()
907 res_i = vec_any_lt(vbll, vull); in test1()
912 res_i = vec_any_lt(vbll, vbll); in test1()
917 res_i = vec_any_lt(vda, vda); in test1()
Dbuiltins-systemz-zvector.c1469 idx = vec_any_lt(vsc, vsc); in test_compare()
1471 idx = vec_any_lt(vsc, vbc); in test_compare()
1473 idx = vec_any_lt(vbc, vsc); in test_compare()
1475 idx = vec_any_lt(vuc, vuc); in test_compare()
1477 idx = vec_any_lt(vuc, vbc); in test_compare()
1479 idx = vec_any_lt(vbc, vuc); in test_compare()
1481 idx = vec_any_lt(vbc, vbc); in test_compare()
1483 idx = vec_any_lt(vss, vss); in test_compare()
1485 idx = vec_any_lt(vss, vbs); in test_compare()
1487 idx = vec_any_lt(vbs, vss); in test_compare()
[all …]
Dbuiltins-ppc-altivec.c8597 res_i = vec_any_lt(vsc, vsc); in test6()
8601 res_i = vec_any_lt(vsc, vbc); in test6()
8605 res_i = vec_any_lt(vuc, vuc); in test6()
8609 res_i = vec_any_lt(vuc, vbc); in test6()
8613 res_i = vec_any_lt(vbc, vsc); in test6()
8617 res_i = vec_any_lt(vbc, vuc); in test6()
8621 res_i = vec_any_lt(vbc, vbc); in test6()
8625 res_i = vec_any_lt(vs, vs); in test6()
8629 res_i = vec_any_lt(vs, vbs); in test6()
8633 res_i = vec_any_lt(vus, vus); in test6()
[all …]
/external/clang/lib/Headers/
Dvecintrin.h4466 vec_any_lt(vector signed char __a, vector signed char __b) { in vec_any_lt() function
4473 vec_any_lt(vector signed char __a, vector bool char __b) { in vec_any_lt() function
4480 vec_any_lt(vector bool char __a, vector signed char __b) { in vec_any_lt() function
4487 vec_any_lt(vector unsigned char __a, vector unsigned char __b) { in vec_any_lt() function
4494 vec_any_lt(vector unsigned char __a, vector bool char __b) { in vec_any_lt() function
4501 vec_any_lt(vector bool char __a, vector unsigned char __b) { in vec_any_lt() function
4508 vec_any_lt(vector bool char __a, vector bool char __b) { in vec_any_lt() function
4516 vec_any_lt(vector signed short __a, vector signed short __b) { in vec_any_lt() function
4523 vec_any_lt(vector signed short __a, vector bool short __b) { in vec_any_lt() function
4530 vec_any_lt(vector bool short __a, vector signed short __b) { in vec_any_lt() function
[all …]
Daltivec.h13899 static __inline__ int __ATTRS_o_ai vec_any_lt(vector signed char __a, in vec_any_lt() function
13904 static __inline__ int __ATTRS_o_ai vec_any_lt(vector signed char __a, in vec_any_lt() function
13910 static __inline__ int __ATTRS_o_ai vec_any_lt(vector unsigned char __a, in vec_any_lt() function
13915 static __inline__ int __ATTRS_o_ai vec_any_lt(vector unsigned char __a, in vec_any_lt() function
13921 static __inline__ int __ATTRS_o_ai vec_any_lt(vector bool char __a, in vec_any_lt() function
13927 static __inline__ int __ATTRS_o_ai vec_any_lt(vector bool char __a, in vec_any_lt() function
13933 static __inline__ int __ATTRS_o_ai vec_any_lt(vector bool char __a, in vec_any_lt() function
13939 static __inline__ int __ATTRS_o_ai vec_any_lt(vector short __a, in vec_any_lt() function
13944 static __inline__ int __ATTRS_o_ai vec_any_lt(vector short __a, in vec_any_lt() function
13949 static __inline__ int __ATTRS_o_ai vec_any_lt(vector unsigned short __a, in vec_any_lt() function
[all …]