/external/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 464 res_i = vec_all_ne(vsll, vsll); in test1() 469 res_i = vec_all_ne(vsll, vbll); in test1() 474 res_i = vec_all_ne(vull, vull); in test1() 479 res_i = vec_all_ne(vull, vbll); in test1() 484 res_i = vec_all_ne(vbll, vsll); in test1() 489 res_i = vec_all_ne(vbll, vull); in test1() 494 res_i = vec_all_ne(vbll, vbll); in test1() 502 res_i = vec_all_ne(vda, vda); in test1()
|
D | builtins-systemz-zvector.c | 865 idx = vec_all_ne(vsc, vsc); in test_compare() 867 idx = vec_all_ne(vsc, vbc); in test_compare() 869 idx = vec_all_ne(vbc, vsc); in test_compare() 871 idx = vec_all_ne(vuc, vuc); in test_compare() 873 idx = vec_all_ne(vuc, vbc); in test_compare() 875 idx = vec_all_ne(vbc, vuc); in test_compare() 877 idx = vec_all_ne(vbc, vbc); in test_compare() 879 idx = vec_all_ne(vss, vss); in test_compare() 881 idx = vec_all_ne(vss, vbs); in test_compare() 883 idx = vec_all_ne(vbs, vss); in test_compare() [all …]
|
D | builtins-ppc-altivec.c | 8119 res_i = vec_all_ne(vsc, vsc); in test6() 8123 res_i = vec_all_ne(vsc, vbc); in test6() 8127 res_i = vec_all_ne(vuc, vuc); in test6() 8131 res_i = vec_all_ne(vuc, vbc); in test6() 8135 res_i = vec_all_ne(vbc, vsc); in test6() 8139 res_i = vec_all_ne(vbc, vuc); in test6() 8143 res_i = vec_all_ne(vbc, vbc); in test6() 8147 res_i = vec_all_ne(vs, vs); in test6() 8151 res_i = vec_all_ne(vs, vbs); in test6() 8155 res_i = vec_all_ne(vus, vus); in test6() [all …]
|
/external/valgrind/none/tests/ppc32/ |
D | testVMX.stdout.exp | 454 Function vec_all_ne [type char] ===> OK 455 Function vec_all_ne [type unsigned char] ===> OK 456 Function vec_all_ne [type short] ===> OK 457 Function vec_all_ne [type unsigned short] ===> OK 458 Function vec_all_ne [type int] ===> OK 459 Function vec_all_ne [type unsigned int] ===> OK
|
D | testVMX.c | 7584 b = vec_all_ne (Caux1.v, Caux2.v); in part5() 7597 b = vec_all_ne (Caux1.v, Caux2.v); in part5() 7610 b = vec_all_ne (Caux1.v, Caux2.v); in part5() 7631 b = vec_all_ne (UCaux1.v, UCaux2.v); in part5() 7644 b = vec_all_ne (UCaux1.v, UCaux2.v); in part5() 7657 b = vec_all_ne (UCaux1.v, UCaux2.v); in part5() 7677 b = vec_all_ne (Saux1.v, Saux2.v); in part5() 7690 b = vec_all_ne (Saux1.v, Saux2.v); in part5() 7703 b = vec_all_ne (Saux1.v, Saux2.v); in part5() 7723 b = vec_all_ne (USaux1.v, USaux2.v); in part5() [all …]
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 2286 vec_all_ne(vector signed char __a, vector signed char __b) { in vec_all_ne() function 2293 vec_all_ne(vector signed char __a, vector bool char __b) { in vec_all_ne() function 2300 vec_all_ne(vector bool char __a, vector signed char __b) { in vec_all_ne() function 2307 vec_all_ne(vector unsigned char __a, vector unsigned char __b) { in vec_all_ne() function 2315 vec_all_ne(vector unsigned char __a, vector bool char __b) { in vec_all_ne() function 2323 vec_all_ne(vector bool char __a, vector unsigned char __b) { in vec_all_ne() function 2331 vec_all_ne(vector bool char __a, vector bool char __b) { in vec_all_ne() function 2339 vec_all_ne(vector signed short __a, vector signed short __b) { in vec_all_ne() function 2346 vec_all_ne(vector signed short __a, vector bool short __b) { in vec_all_ne() function 2353 vec_all_ne(vector bool short __a, vector signed short __b) { in vec_all_ne() function [all …]
|
D | altivec.h | 12929 static __inline__ int __ATTRS_o_ai vec_all_ne(vector signed char __a, in vec_all_ne() function 12935 static __inline__ int __ATTRS_o_ai vec_all_ne(vector signed char __a, in vec_all_ne() function 12941 static __inline__ int __ATTRS_o_ai vec_all_ne(vector unsigned char __a, in vec_all_ne() function 12947 static __inline__ int __ATTRS_o_ai vec_all_ne(vector unsigned char __a, in vec_all_ne() function 12953 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool char __a, in vec_all_ne() function 12959 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool char __a, in vec_all_ne() function 12965 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool char __a, in vec_all_ne() function 12971 static __inline__ int __ATTRS_o_ai vec_all_ne(vector short __a, in vec_all_ne() function 12976 static __inline__ int __ATTRS_o_ai vec_all_ne(vector short __a, in vec_all_ne() function 12981 static __inline__ int __ATTRS_o_ai vec_all_ne(vector unsigned short __a, in vec_all_ne() function [all …]
|