/external/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 558 res_i = vec_any_ne(vsll, vsll); in test1() 563 res_i = vec_any_ne(vsll, vbll); in test1() 568 res_i = vec_any_ne(vull, vull); in test1() 573 res_i = vec_any_ne(vull, vbll); in test1() 578 res_i = vec_any_ne(vbll, vsll); in test1() 583 res_i = vec_any_ne(vbll, vull); in test1() 588 res_i = vec_any_ne(vbll, vbll); in test1() 593 res_i = vec_any_ne(vda, vda); in test1()
|
D | builtins-systemz-zvector.c | 1233 idx = vec_any_ne(vsc, vsc); in test_compare() 1235 idx = vec_any_ne(vsc, vbc); in test_compare() 1237 idx = vec_any_ne(vbc, vsc); in test_compare() 1239 idx = vec_any_ne(vuc, vuc); in test_compare() 1241 idx = vec_any_ne(vuc, vbc); in test_compare() 1243 idx = vec_any_ne(vbc, vuc); in test_compare() 1245 idx = vec_any_ne(vbc, vbc); in test_compare() 1247 idx = vec_any_ne(vss, vss); in test_compare() 1249 idx = vec_any_ne(vss, vbs); in test_compare() 1251 idx = vec_any_ne(vbs, vss); in test_compare() [all …]
|
D | builtins-ppc-altivec.c | 8691 res_i = vec_any_ne(vsc, vsc); in test6() 8695 res_i = vec_any_ne(vsc, vbc); in test6() 8699 res_i = vec_any_ne(vuc, vuc); in test6() 8703 res_i = vec_any_ne(vuc, vbc); in test6() 8707 res_i = vec_any_ne(vbc, vsc); in test6() 8711 res_i = vec_any_ne(vbc, vuc); in test6() 8715 res_i = vec_any_ne(vbc, vbc); in test6() 8719 res_i = vec_any_ne(vs, vs); in test6() 8723 res_i = vec_any_ne(vs, vbs); in test6() 8727 res_i = vec_any_ne(vus, vus); in test6() [all …]
|
/external/valgrind/none/tests/ppc32/ |
D | testVMX.stdout.exp | 502 Function vec_any_ne [type char] ===> OK 503 Function vec_any_ne [type unsigned char] ===> OK 504 Function vec_any_ne [type short] ===> OK 505 Function vec_any_ne [type unsigned short] ===> OK 506 Function vec_any_ne [type int] ===> OK 507 Function vec_any_ne [type unsigned int] ===> OK
|
D | testVMX.c | 9746 b= vec_any_ne (Caux1.v, Caux2.v); in part5() 9759 b= vec_any_ne (Caux1.v, Caux2.v); in part5() 9772 b= vec_any_ne (Caux1.v, Caux2.v); in part5() 9792 b= vec_any_ne (UCaux1.v, UCaux2.v); in part5() 9805 b= vec_any_ne (UCaux1.v, UCaux2.v); in part5() 9818 b= vec_any_ne (UCaux1.v, UCaux2.v); in part5() 9838 b= vec_any_ne (Saux1.v, Saux2.v); in part5() 9851 b= vec_any_ne (Saux1.v, Saux2.v); in part5() 9864 b= vec_any_ne (Saux1.v, Saux2.v); in part5() 9884 b= vec_any_ne (USaux1.v, USaux2.v); in part5() [all …]
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 3618 vec_any_ne(vector signed char __a, vector signed char __b) { in vec_any_ne() function 3625 vec_any_ne(vector signed char __a, vector bool char __b) { in vec_any_ne() function 3632 vec_any_ne(vector bool char __a, vector signed char __b) { in vec_any_ne() function 3639 vec_any_ne(vector unsigned char __a, vector unsigned char __b) { in vec_any_ne() function 3647 vec_any_ne(vector unsigned char __a, vector bool char __b) { in vec_any_ne() function 3655 vec_any_ne(vector bool char __a, vector unsigned char __b) { in vec_any_ne() function 3663 vec_any_ne(vector bool char __a, vector bool char __b) { in vec_any_ne() function 3671 vec_any_ne(vector signed short __a, vector signed short __b) { in vec_any_ne() function 3678 vec_any_ne(vector signed short __a, vector bool short __b) { in vec_any_ne() function 3685 vec_any_ne(vector bool short __a, vector signed short __b) { in vec_any_ne() function [all …]
|
D | altivec.h | 14085 static __inline__ int __ATTRS_o_ai vec_any_ne(vector signed char __a, in vec_any_ne() function 14091 static __inline__ int __ATTRS_o_ai vec_any_ne(vector signed char __a, in vec_any_ne() function 14097 static __inline__ int __ATTRS_o_ai vec_any_ne(vector unsigned char __a, in vec_any_ne() function 14103 static __inline__ int __ATTRS_o_ai vec_any_ne(vector unsigned char __a, in vec_any_ne() function 14109 static __inline__ int __ATTRS_o_ai vec_any_ne(vector bool char __a, in vec_any_ne() function 14115 static __inline__ int __ATTRS_o_ai vec_any_ne(vector bool char __a, in vec_any_ne() function 14121 static __inline__ int __ATTRS_o_ai vec_any_ne(vector bool char __a, in vec_any_ne() function 14127 static __inline__ int __ATTRS_o_ai vec_any_ne(vector short __a, in vec_any_ne() function 14132 static __inline__ int __ATTRS_o_ai vec_any_ne(vector short __a, in vec_any_ne() function 14137 static __inline__ int __ATTRS_o_ai vec_any_ne(vector unsigned short __a, in vec_any_ne() function [all …]
|