Home
last modified time | relevance | path

Searched refs:vec_all_eq (Results 1 – 10 of 10) sorted by relevance

/external/clang/test/CodeGen/
Dbuiltins-ppc-p8vector.c424 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()
Dbuiltins-systemz-zvector.c806 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 …]
Dbuiltins-ppc-altivec.c7660 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/
Dvecintrin.h2065 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 …]
Daltivec.h12033 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/
Djidctfst-altivec.c158 if (vec_all_eq(tmp1, pw_zero)) { in jsimd_idct_ifast_altivec()
Djidctint-altivec.c267 if (vec_all_eq(tmp1, pw_zero)) { in jsimd_idct_islow_altivec()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DREADME_ALTIVEC.txt143 if (vec_all_eq(*x,*y)) return 3245;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DREADME_ALTIVEC.txt143 if (vec_all_eq(*x,*y)) return 3245;
/external/llvm/lib/Target/PowerPC/
DREADME_ALTIVEC.txt143 if (vec_all_eq(*x,*y)) return 3245;