/external/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 424 res_i = vec_all_eq(vsll, vsll); in test1() 429 res_i = vec_all_eq(vsll, vbll); in test1() 434 res_i = vec_all_eq(vull, vull); in test1() 439 res_i = vec_all_eq(vull, vbll); in test1() 444 res_i = vec_all_eq(vbll, vsll); in test1() 449 res_i = vec_all_eq(vbll, vull); in test1() 454 res_i = vec_all_eq(vbll, vbll); in test1() 459 res_i = vec_all_eq(vda, vda); in test1()
|
D | builtins-systemz-zvector.c | 806 idx = vec_all_eq(vsc, vsc); in test_compare() 808 idx = vec_all_eq(vsc, vbc); in test_compare() 810 idx = vec_all_eq(vbc, vsc); in test_compare() 812 idx = vec_all_eq(vuc, vuc); in test_compare() 814 idx = vec_all_eq(vuc, vbc); in test_compare() 816 idx = vec_all_eq(vbc, vuc); in test_compare() 818 idx = vec_all_eq(vbc, vbc); in test_compare() 820 idx = vec_all_eq(vss, vss); in test_compare() 822 idx = vec_all_eq(vss, vbs); in test_compare() 824 idx = vec_all_eq(vbs, vss); in test_compare() [all …]
|
D | builtins-ppc-altivec.c | 7660 res_i = vec_all_eq(vsc, vsc); in test6() 7664 res_i = vec_all_eq(vsc, vbc); in test6() 7668 res_i = vec_all_eq(vuc, vuc); in test6() 7672 res_i = vec_all_eq(vuc, vbc); in test6() 7676 res_i = vec_all_eq(vbc, vsc); in test6() 7680 res_i = vec_all_eq(vbc, vuc); in test6() 7684 res_i = vec_all_eq(vbc, vbc); in test6() 7688 res_i = vec_all_eq(vs, vs); in test6() 7692 res_i = vec_all_eq(vs, vbs); in test6() 7696 res_i = vec_all_eq(vus, vus); in test6() [all …]
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 2065 vec_all_eq(vector signed char __a, vector signed char __b) { in vec_all_eq() function 2072 vec_all_eq(vector signed char __a, vector bool char __b) { in vec_all_eq() function 2079 vec_all_eq(vector bool char __a, vector signed char __b) { in vec_all_eq() function 2086 vec_all_eq(vector unsigned char __a, vector unsigned char __b) { in vec_all_eq() function 2094 vec_all_eq(vector unsigned char __a, vector bool char __b) { in vec_all_eq() function 2102 vec_all_eq(vector bool char __a, vector unsigned char __b) { in vec_all_eq() function 2110 vec_all_eq(vector bool char __a, vector bool char __b) { in vec_all_eq() function 2118 vec_all_eq(vector signed short __a, vector signed short __b) { in vec_all_eq() function 2125 vec_all_eq(vector signed short __a, vector bool short __b) { in vec_all_eq() function 2132 vec_all_eq(vector bool short __a, vector signed short __b) { in vec_all_eq() function [all …]
|
D | altivec.h | 12033 static __inline__ int __ATTRS_o_ai vec_all_eq(vector signed char __a, in vec_all_eq() function 12039 static __inline__ int __ATTRS_o_ai vec_all_eq(vector signed char __a, in vec_all_eq() function 12045 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned char __a, in vec_all_eq() function 12051 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned char __a, in vec_all_eq() function 12057 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool char __a, in vec_all_eq() function 12063 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool char __a, in vec_all_eq() function 12069 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool char __a, in vec_all_eq() function 12075 static __inline__ int __ATTRS_o_ai vec_all_eq(vector short __a, in vec_all_eq() function 12080 static __inline__ int __ATTRS_o_ai vec_all_eq(vector short __a, in vec_all_eq() function 12085 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned short __a, in vec_all_eq() function [all …]
|
/external/libjpeg-turbo/simd/powerpc/ |
D | jidctfst-altivec.c | 158 if (vec_all_eq(tmp1, pw_zero)) { in jsimd_idct_ifast_altivec()
|
D | jidctint-altivec.c | 267 if (vec_all_eq(tmp1, pw_zero)) { in jsimd_idct_islow_altivec()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | README_ALTIVEC.txt | 143 if (vec_all_eq(*x,*y)) return 3245;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | README_ALTIVEC.txt | 143 if (vec_all_eq(*x,*y)) return 3245;
|
/external/llvm/lib/Target/PowerPC/ |
D | README_ALTIVEC.txt | 143 if (vec_all_eq(*x,*y)) return 3245;
|