/external/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 842 res_i = vec_any_le(vsll, vsll); in test1() 847 res_i = vec_any_le(vsll, vbll); in test1() 852 res_i = vec_any_le(vull, vull); in test1() 857 res_i = vec_any_le(vull, vbll); in test1() 862 res_i = vec_any_le(vbll, vsll); in test1() 867 res_i = vec_any_le(vbll, vull); in test1() 872 res_i = vec_any_le(vbll, vbll); in test1() 877 res_i = vec_any_le(vda, vda); in test1()
|
D | builtins-systemz-zvector.c | 1410 idx = vec_any_le(vsc, vsc); in test_compare() 1412 idx = vec_any_le(vsc, vbc); in test_compare() 1414 idx = vec_any_le(vbc, vsc); in test_compare() 1416 idx = vec_any_le(vuc, vuc); in test_compare() 1418 idx = vec_any_le(vuc, vbc); in test_compare() 1420 idx = vec_any_le(vbc, vuc); in test_compare() 1422 idx = vec_any_le(vbc, vbc); in test_compare() 1424 idx = vec_any_le(vss, vss); in test_compare() 1426 idx = vec_any_le(vss, vbs); in test_compare() 1428 idx = vec_any_le(vbs, vss); in test_compare() [all …]
|
D | builtins-ppc-altivec.c | 8508 res_i = vec_any_le(vsc, vsc); in test6() 8512 res_i = vec_any_le(vsc, vbc); in test6() 8516 res_i = vec_any_le(vuc, vuc); in test6() 8520 res_i = vec_any_le(vuc, vbc); in test6() 8524 res_i = vec_any_le(vbc, vsc); in test6() 8528 res_i = vec_any_le(vbc, vuc); in test6() 8532 res_i = vec_any_le(vbc, vbc); in test6() 8536 res_i = vec_any_le(vs, vs); in test6() 8540 res_i = vec_any_le(vs, vbs); in test6() 8544 res_i = vec_any_le(vus, vus); in test6() [all …]
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 4257 vec_any_le(vector signed char __a, vector signed char __b) { in vec_any_le() function 4264 vec_any_le(vector signed char __a, vector bool char __b) { in vec_any_le() function 4271 vec_any_le(vector bool char __a, vector signed char __b) { in vec_any_le() function 4278 vec_any_le(vector unsigned char __a, vector unsigned char __b) { in vec_any_le() function 4285 vec_any_le(vector unsigned char __a, vector bool char __b) { in vec_any_le() function 4292 vec_any_le(vector bool char __a, vector unsigned char __b) { in vec_any_le() function 4299 vec_any_le(vector bool char __a, vector bool char __b) { in vec_any_le() function 4307 vec_any_le(vector signed short __a, vector signed short __b) { in vec_any_le() function 4314 vec_any_le(vector signed short __a, vector bool short __b) { in vec_any_le() function 4321 vec_any_le(vector bool short __a, vector signed short __b) { in vec_any_le() function [all …]
|
D | altivec.h | 13720 static __inline__ int __ATTRS_o_ai vec_any_le(vector signed char __a, in vec_any_le() function 13725 static __inline__ int __ATTRS_o_ai vec_any_le(vector signed char __a, in vec_any_le() function 13731 static __inline__ int __ATTRS_o_ai vec_any_le(vector unsigned char __a, in vec_any_le() function 13736 static __inline__ int __ATTRS_o_ai vec_any_le(vector unsigned char __a, in vec_any_le() function 13742 static __inline__ int __ATTRS_o_ai vec_any_le(vector bool char __a, in vec_any_le() function 13748 static __inline__ int __ATTRS_o_ai vec_any_le(vector bool char __a, in vec_any_le() function 13754 static __inline__ int __ATTRS_o_ai vec_any_le(vector bool char __a, in vec_any_le() function 13760 static __inline__ int __ATTRS_o_ai vec_any_le(vector short __a, in vec_any_le() function 13765 static __inline__ int __ATTRS_o_ai vec_any_le(vector short __a, in vec_any_le() function 13770 static __inline__ int __ATTRS_o_ai vec_any_le(vector unsigned short __a, in vec_any_le() function [all …]
|