/external/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 762 res_i = vec_any_ge(vsll, vsll); in test1() 767 res_i = vec_any_ge(vsll, vbll); in test1() 772 res_i = vec_any_ge(vull, vull); in test1() 777 res_i = vec_any_ge(vull, vbll); in test1() 782 res_i = vec_any_ge(vbll, vsll); in test1() 787 res_i = vec_any_ge(vbll, vull); in test1() 792 res_i = vec_any_ge(vbll, vbll); in test1() 797 res_i = vec_any_ge(vda, vda); in test1()
|
D | builtins-systemz-zvector.c | 1292 idx = vec_any_ge(vsc, vsc); in test_compare() 1294 idx = vec_any_ge(vsc, vbc); in test_compare() 1296 idx = vec_any_ge(vbc, vsc); in test_compare() 1298 idx = vec_any_ge(vuc, vuc); in test_compare() 1300 idx = vec_any_ge(vuc, vbc); in test_compare() 1302 idx = vec_any_ge(vbc, vuc); in test_compare() 1304 idx = vec_any_ge(vbc, vbc); in test_compare() 1306 idx = vec_any_ge(vss, vss); in test_compare() 1308 idx = vec_any_ge(vss, vbs); in test_compare() 1310 idx = vec_any_ge(vbs, vss); in test_compare() [all …]
|
D | builtins-ppc-altivec.c | 8330 res_i = vec_any_ge(vsc, vsc); in test6() 8334 res_i = vec_any_ge(vsc, vbc); in test6() 8338 res_i = vec_any_ge(vuc, vuc); in test6() 8342 res_i = vec_any_ge(vuc, vbc); in test6() 8346 res_i = vec_any_ge(vbc, vsc); in test6() 8350 res_i = vec_any_ge(vbc, vuc); in test6() 8354 res_i = vec_any_ge(vbc, vbc); in test6() 8358 res_i = vec_any_ge(vs, vs); in test6() 8362 res_i = vec_any_ge(vs, vbs); in test6() 8366 res_i = vec_any_ge(vus, vus); in test6() [all …]
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 3839 vec_any_ge(vector signed char __a, vector signed char __b) { in vec_any_ge() function 3846 vec_any_ge(vector signed char __a, vector bool char __b) { in vec_any_ge() function 3853 vec_any_ge(vector bool char __a, vector signed char __b) { in vec_any_ge() function 3860 vec_any_ge(vector unsigned char __a, vector unsigned char __b) { in vec_any_ge() function 3867 vec_any_ge(vector unsigned char __a, vector bool char __b) { in vec_any_ge() function 3874 vec_any_ge(vector bool char __a, vector unsigned char __b) { in vec_any_ge() function 3881 vec_any_ge(vector bool char __a, vector bool char __b) { in vec_any_ge() function 3889 vec_any_ge(vector signed short __a, vector signed short __b) { in vec_any_ge() function 3896 vec_any_ge(vector signed short __a, vector bool short __b) { in vec_any_ge() function 3903 vec_any_ge(vector bool short __a, vector signed short __b) { in vec_any_ge() function [all …]
|
D | altivec.h | 13362 static __inline__ int __ATTRS_o_ai vec_any_ge(vector signed char __a, in vec_any_ge() function 13367 static __inline__ int __ATTRS_o_ai vec_any_ge(vector signed char __a, in vec_any_ge() function 13373 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned char __a, in vec_any_ge() function 13378 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned char __a, in vec_any_ge() function 13384 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool char __a, in vec_any_ge() function 13390 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool char __a, in vec_any_ge() function 13396 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool char __a, in vec_any_ge() function 13402 static __inline__ int __ATTRS_o_ai vec_any_ge(vector short __a, in vec_any_ge() function 13407 static __inline__ int __ATTRS_o_ai vec_any_ge(vector short __a, in vec_any_ge() function 13412 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned short __a, in vec_any_ge() function [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | README_ALTIVEC.txt | 200 if (vec_any_ge(a,b))
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | README_ALTIVEC.txt | 200 if (vec_any_ge(a,b))
|
/external/llvm/lib/Target/PowerPC/ |
D | README_ALTIVEC.txt | 200 if (vec_any_ge(a,b))
|