Home
last modified time | relevance | path

Searched refs:vec_any_ge (Results 1 – 9 of 9) sorted by relevance

/external/clang/test/CodeGen/
Dbuiltins-ppc-p8vector.c762 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()
Dbuiltins-systemz-zvector.c1292 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 …]
Dbuiltins-ppc-altivec.c8330 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/valgrind/none/tests/ppc32/
DtestVMX.stdout.exp470 Function vec_any_ge [type char] ===> OK
471 Function vec_any_ge [type unsigned char] ===> OK
472 Function vec_any_ge [type short] ===> OK
473 Function vec_any_ge [type unsigned short] ===> OK
474 Function vec_any_ge [type int] ===> OK
475 Function vec_any_ge [type unsigned int] ===> OK
DtestVMX.c8403 b= vec_any_ge (Caux1.v, Caux2.v); in part5()
8416 b= vec_any_ge (Caux1.v, Caux2.v); in part5()
8429 b= vec_any_ge (Caux1.v, Caux2.v); in part5()
8449 b= vec_any_ge (UCaux1.v, UCaux2.v); in part5()
8462 b= vec_any_ge (UCaux1.v, UCaux2.v); in part5()
8475 b= vec_any_ge (UCaux1.v, UCaux2.v); in part5()
8495 b= vec_any_ge (Saux1.v, Saux2.v); in part5()
8508 b= vec_any_ge (Saux1.v, Saux2.v); in part5()
8521 b= vec_any_ge (Saux1.v, Saux2.v); in part5()
8541 b= vec_any_ge (USaux1.v, USaux2.v); in part5()
[all …]
/external/clang/lib/Headers/
Dvecintrin.h3839 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 …]
Daltivec.h13362 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/
DREADME_ALTIVEC.txt200 if (vec_any_ge(a,b))
/external/llvm/lib/Target/PowerPC/
DREADME_ALTIVEC.txt200 if (vec_any_ge(a,b))