Searched refs:vec_all_eq (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/CodeGen/
H A Dbuiltins-ppc-p8vector.c422 /* vec_all_eq */
423 res_i = vec_all_eq(vsll, vsll);
426 // CHECK-PPC: error: call to 'vec_all_eq' is ambiguous
428 res_i = vec_all_eq(vsll, vbll);
431 // CHECK-PPC: error: call to 'vec_all_eq' is ambiguous
433 res_i = vec_all_eq(vull, vull);
436 // CHECK-PPC: error: call to 'vec_all_eq' is ambiguous
438 res_i = vec_all_eq(vull, vbll);
441 // CHECK-PPC: error: call to 'vec_all_eq' is ambiguous
443 res_i = vec_all_eq(vbl
[all...]
H A Dbuiltins-systemz-zvector.c806 idx = vec_all_eq(vsc, vsc);
808 idx = vec_all_eq(vsc, vbc);
810 idx = vec_all_eq(vbc, vsc);
812 idx = vec_all_eq(vuc, vuc);
814 idx = vec_all_eq(vuc, vbc);
816 idx = vec_all_eq(vbc, vuc);
818 idx = vec_all_eq(vbc, vbc);
820 idx = vec_all_eq(vss, vss);
822 idx = vec_all_eq(vss, vbs);
824 idx = vec_all_eq(vb
[all...]
H A Dbuiltins-ppc-altivec.c7640 /* vec_all_eq */
7641 res_i = vec_all_eq(vsc, vsc);
7645 res_i = vec_all_eq(vsc, vbc);
7649 res_i = vec_all_eq(vuc, vuc);
7653 res_i = vec_all_eq(vuc, vbc);
7657 res_i = vec_all_eq(vbc, vsc);
7661 res_i = vec_all_eq(vbc, vuc);
7665 res_i = vec_all_eq(vbc, vbc);
7669 res_i = vec_all_eq(vs, vs);
7673 res_i = vec_all_eq(v
[all...]
/external/valgrind/none/tests/ppc32/
H A DtestVMX.stdout.exp414 Function vec_all_eq [type unsigned char] ===> OK
415 Function vec_all_eq [type char] ===> OK
416 Function vec_all_eq [type unsigned short] ===> OK
417 Function vec_all_eq [type short] ===> OK
418 Function vec_all_eq [type unsigned int] ===> OK
419 Function vec_all_eq [type int] ===> OK
H A DtestVMX.c6522 /* Function vec_all_eq */
6527 I1 = vec_all_eq( UCaux1.v, UCaux2.v );
6537 I1 = vec_all_eq( UCaux1.v, UCaux2.v );
6546 printf("Function vec_all_eq [type unsigned char] ===> Error\n");
6548 printf("Function vec_all_eq [type unsigned char] ===> OK\n");
6553 I1 = vec_all_eq( Caux1.v, Caux2.v );
6563 I1 = vec_all_eq( Caux1.v, Caux2.v );
6572 printf("Function vec_all_eq [type char] ===> Error\n");
6574 printf("Function vec_all_eq [type char] ===> OK\n");
6579 I1 = vec_all_eq( USaux
[all...]
/external/clang/lib/Headers/
H A Dvecintrin.h2062 /*-- vec_all_eq -------------------------------------------------------------*/
2065 vec_all_eq(vector signed char __a, vector signed char __b) { function
2072 vec_all_eq(vector signed char __a, vector bool char __b) { function
2079 vec_all_eq(vector bool char __a, vector signed char __b) { function
2086 vec_all_eq(vector unsigned char __a, vector unsigned char __b) { function
2094 vec_all_eq(vector unsigned char __a, vector bool char __b) { function
2102 vec_all_eq(vector bool char __a, vector unsigned char __b) { function
2110 vec_all_eq(vector bool char __a, vector bool char __b) { function
2118 vec_all_eq(vector signed short __a, vector signed short __b) { function
2125 vec_all_eq(vecto function
2132 vec_all_eq(vector bool short __a, vector signed short __b) { function
2139 vec_all_eq(vector unsigned short __a, vector unsigned short __b) { function
2147 vec_all_eq(vector unsigned short __a, vector bool short __b) { function
2155 vec_all_eq(vector bool short __a, vector unsigned short __b) { function
2163 vec_all_eq(vector bool short __a, vector bool short __b) { function
2171 vec_all_eq(vector signed int __a, vector signed int __b) { function
2178 vec_all_eq(vector signed int __a, vector bool int __b) { function
2185 vec_all_eq(vector bool int __a, vector signed int __b) { function
2192 vec_all_eq(vector unsigned int __a, vector unsigned int __b) { function
2200 vec_all_eq(vector unsigned int __a, vector bool int __b) { function
2208 vec_all_eq(vector bool int __a, vector unsigned int __b) { function
2216 vec_all_eq(vector bool int __a, vector bool int __b) { function
2224 vec_all_eq(vector signed long long __a, vector signed long long __b) { function
2231 vec_all_eq(vector signed long long __a, vector bool long long __b) { function
2238 vec_all_eq(vector bool long long __a, vector signed long long __b) { function
2245 vec_all_eq(vector unsigned long long __a, vector unsigned long long __b) { function
2253 vec_all_eq(vector unsigned long long __a, vector bool long long __b) { function
2261 vec_all_eq(vector bool long long __a, vector unsigned long long __b) { function
2269 vec_all_eq(vector bool long long __a, vector bool long long __b) { function
2277 vec_all_eq(vector double __a, vector double __b) { function
[all...]
H A Daltivec.h11604 /* vec_all_eq */
11606 static int __ATTRS_o_ai vec_all_eq(vector signed char __a, function
11612 static int __ATTRS_o_ai vec_all_eq(vector signed char __a, function
11618 static int __ATTRS_o_ai vec_all_eq(vector unsigned char __a, function
11624 static int __ATTRS_o_ai vec_all_eq(vector unsigned char __a, function
11630 static int __ATTRS_o_ai vec_all_eq(vector bool char __a, function
11636 static int __ATTRS_o_ai vec_all_eq(vector bool char __a, function
11642 static int __ATTRS_o_ai vec_all_eq(vector bool char __a, vector bool char __b) { function
11647 static int __ATTRS_o_ai vec_all_eq(vector short __a, vector short __b) { function
11651 static int __ATTRS_o_ai vec_all_eq(vecto function
11655 static int __ATTRS_o_ai vec_all_eq(vector unsigned short __a, function
11661 static int __ATTRS_o_ai vec_all_eq(vector unsigned short __a, function
11667 static int __ATTRS_o_ai vec_all_eq(vector bool short __a, vector short __b) { function
11672 static int __ATTRS_o_ai vec_all_eq(vector bool short __a, function
11678 static int __ATTRS_o_ai vec_all_eq(vector bool short __a, function
11684 static int __ATTRS_o_ai vec_all_eq(vector pixel __a, vector pixel __b) { function
11689 static int __ATTRS_o_ai vec_all_eq(vector int __a, vector int __b) { function
11693 static int __ATTRS_o_ai vec_all_eq(vector int __a, vector bool int __b) { function
11697 static int __ATTRS_o_ai vec_all_eq(vector unsigned int __a, function
11703 static int __ATTRS_o_ai vec_all_eq(vector unsigned int __a, function
11709 static int __ATTRS_o_ai vec_all_eq(vector bool int __a, vector int __b) { function
11714 static int __ATTRS_o_ai vec_all_eq(vector bool int __a, function
11720 static int __ATTRS_o_ai vec_all_eq(vector bool int __a, vector bool int __b) { function
11726 static int __ATTRS_o_ai vec_all_eq(vector signed long long __a, function
11731 static int __ATTRS_o_ai vec_all_eq(vector long long __a, function
11736 static int __ATTRS_o_ai vec_all_eq(vector unsigned long long __a, function
11742 static int __ATTRS_o_ai vec_all_eq(vector unsigned long long __a, function
11748 static int __ATTRS_o_ai vec_all_eq(vector bool long long __a, function
11754 static int __ATTRS_o_ai vec_all_eq(vector bool long long __a, function
11760 static int __ATTRS_o_ai vec_all_eq(vector bool long long __a, function
11767 static int __ATTRS_o_ai vec_all_eq(vector float __a, vector float __b) { function
11776 static int __ATTRS_o_ai vec_all_eq(vector double __a, vector double __b) { function
[all...]
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
H A Dvecintrin.h2062 /*-- vec_all_eq -------------------------------------------------------------*/
2065 vec_all_eq(vector signed char __a, vector signed char __b) { function
2072 vec_all_eq(vector signed char __a, vector bool char __b) { function
2079 vec_all_eq(vector bool char __a, vector signed char __b) { function
2086 vec_all_eq(vector unsigned char __a, vector unsigned char __b) { function
2094 vec_all_eq(vector unsigned char __a, vector bool char __b) { function
2102 vec_all_eq(vector bool char __a, vector unsigned char __b) { function
2110 vec_all_eq(vector bool char __a, vector bool char __b) { function
2118 vec_all_eq(vector signed short __a, vector signed short __b) { function
2125 vec_all_eq(vecto function
2132 vec_all_eq(vector bool short __a, vector signed short __b) { function
2139 vec_all_eq(vector unsigned short __a, vector unsigned short __b) { function
2147 vec_all_eq(vector unsigned short __a, vector bool short __b) { function
2155 vec_all_eq(vector bool short __a, vector unsigned short __b) { function
2163 vec_all_eq(vector bool short __a, vector bool short __b) { function
2171 vec_all_eq(vector signed int __a, vector signed int __b) { function
2178 vec_all_eq(vector signed int __a, vector bool int __b) { function
2185 vec_all_eq(vector bool int __a, vector signed int __b) { function
2192 vec_all_eq(vector unsigned int __a, vector unsigned int __b) { function
2200 vec_all_eq(vector unsigned int __a, vector bool int __b) { function
2208 vec_all_eq(vector bool int __a, vector unsigned int __b) { function
2216 vec_all_eq(vector bool int __a, vector bool int __b) { function
2224 vec_all_eq(vector signed long long __a, vector signed long long __b) { function
2231 vec_all_eq(vector signed long long __a, vector bool long long __b) { function
2238 vec_all_eq(vector bool long long __a, vector signed long long __b) { function
2245 vec_all_eq(vector unsigned long long __a, vector unsigned long long __b) { function
2253 vec_all_eq(vector unsigned long long __a, vector bool long long __b) { function
2261 vec_all_eq(vector bool long long __a, vector unsigned long long __b) { function
2269 vec_all_eq(vector bool long long __a, vector bool long long __b) { function
2277 vec_all_eq(vector double __a, vector double __b) { function
[all...]
H A Daltivec.h12039 /* vec_all_eq */
12041 static __inline__ int __ATTRS_o_ai vec_all_eq(vector signed char __a, function
12047 static __inline__ int __ATTRS_o_ai vec_all_eq(vector signed char __a, function
12053 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned char __a, function
12059 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned char __a, function
12065 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool char __a, function
12071 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool char __a, function
12077 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool char __a, function
12083 static __inline__ int __ATTRS_o_ai vec_all_eq(vector short __a, function
12088 static __inline__ int __ATTRS_o_ai vec_all_eq(vecto function
12093 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned short __a, function
12099 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned short __a, function
12105 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool short __a, function
12111 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool short __a, function
12117 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool short __a, function
12123 static __inline__ int __ATTRS_o_ai vec_all_eq(vector pixel __a, function
12129 static __inline__ int __ATTRS_o_ai vec_all_eq(vector int __a, vector int __b) { function
12133 static __inline__ int __ATTRS_o_ai vec_all_eq(vector int __a, function
12138 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned int __a, function
12144 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned int __a, function
12150 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool int __a, function
12156 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool int __a, function
12162 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool int __a, function
12169 static __inline__ int __ATTRS_o_ai vec_all_eq(vector signed long long __a, function
12174 static __inline__ int __ATTRS_o_ai vec_all_eq(vector long long __a, function
12179 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned long long __a, function
12185 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned long long __a, function
12191 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool long long __a, function
12197 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool long long __a, function
12203 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool long long __a, function
12210 static __inline__ int __ATTRS_o_ai vec_all_eq(vector float __a, function
12220 static __inline__ int __ATTRS_o_ai vec_all_eq(vector double __a, function
[all...]

Completed in 255 milliseconds