Searched refs:vec_any_eq (Results 1 - 10 of 10) sorted by relevance

/external/clang/test/CodeGen/
H A Dbuiltins-ppc-p8vector.c516 /* vec_any_eq */
517 res_i = vec_any_eq(vsll, vsll);
520 // CHECK-PPC: error: call to 'vec_any_eq' is ambiguous
522 res_i = vec_any_eq(vsll, vbll);
525 // CHECK-PPC: error: call to 'vec_any_eq' is ambiguous
527 res_i = vec_any_eq(vull, vull);
530 // CHECK-PPC: error: call to 'vec_any_eq' is ambiguous
532 res_i = vec_any_eq(vull, vbll);
535 // CHECK-PPC: error: call to 'vec_any_eq' is ambiguous
537 res_i = vec_any_eq(vbl
[all...]
H A Dbuiltins-systemz-zvector.c1174 idx = vec_any_eq(vsc, vsc);
1176 idx = vec_any_eq(vsc, vbc);
1178 idx = vec_any_eq(vbc, vsc);
1180 idx = vec_any_eq(vuc, vuc);
1182 idx = vec_any_eq(vuc, vbc);
1184 idx = vec_any_eq(vbc, vuc);
1186 idx = vec_any_eq(vbc, vbc);
1188 idx = vec_any_eq(vss, vss);
1190 idx = vec_any_eq(vss, vbs);
1192 idx = vec_any_eq(vb
[all...]
H A Dbuiltins-ppc-altivec.c8217 /* vec_any_eq */
8218 res_i = vec_any_eq(vsc, vsc);
8222 res_i = vec_any_eq(vsc, vbc);
8226 res_i = vec_any_eq(vuc, vuc);
8230 res_i = vec_any_eq(vuc, vbc);
8234 res_i = vec_any_eq(vbc, vsc);
8238 res_i = vec_any_eq(vbc, vuc);
8242 res_i = vec_any_eq(vbc, vbc);
8246 res_i = vec_any_eq(vs, vs);
8250 res_i = vec_any_eq(v
[all...]
/external/valgrind/none/tests/ppc32/
H A DtestVMX.stdout.exp462 Function vec_any_eq [type char] ===> OK
463 Function vec_any_eq [type unsigned char] ===> OK
464 Function vec_any_eq [type short] ===> OK
465 Function vec_any_eq [type unsigned short] ===> OK
466 Function vec_any_eq [type int] ===> OK
467 Function vec_any_eq [type unsigned int] ===> OK
H A DtestVMX.c8219 /* Function vec_any_eq */
8224 b= vec_any_eq (Caux1.v, Caux2.v);
8232 b= vec_any_eq (Caux1.v, Caux2.v);
8239 printf("Function vec_any_eq [type char] ===> Error\n");
8241 printf("Function vec_any_eq [type char] ===> OK\n");
8247 b= vec_any_eq (UCaux1.v, UCaux2.v);
8255 b= vec_any_eq (UCaux1.v, UCaux2.v);
8262 printf("Function vec_any_eq [type unsigned char] ===> Error\n");
8264 printf("Function vec_any_eq [type unsigned char] ===> OK\n");
8270 b= vec_any_eq (Saux
[all...]
/external/clang/lib/Headers/
H A Dvecintrin.h3394 /*-- vec_any_eq -------------------------------------------------------------*/
3397 vec_any_eq(vector signed char __a, vector signed char __b) { function
3404 vec_any_eq(vector signed char __a, vector bool char __b) { function
3411 vec_any_eq(vector bool char __a, vector signed char __b) { function
3418 vec_any_eq(vector unsigned char __a, vector unsigned char __b) { function
3426 vec_any_eq(vector unsigned char __a, vector bool char __b) { function
3434 vec_any_eq(vector bool char __a, vector unsigned char __b) { function
3442 vec_any_eq(vector bool char __a, vector bool char __b) { function
3450 vec_any_eq(vector signed short __a, vector signed short __b) { function
3457 vec_any_eq(vecto function
3464 vec_any_eq(vector bool short __a, vector signed short __b) { function
3471 vec_any_eq(vector unsigned short __a, vector unsigned short __b) { function
3479 vec_any_eq(vector unsigned short __a, vector bool short __b) { function
3487 vec_any_eq(vector bool short __a, vector unsigned short __b) { function
3495 vec_any_eq(vector bool short __a, vector bool short __b) { function
3503 vec_any_eq(vector signed int __a, vector signed int __b) { function
3510 vec_any_eq(vector signed int __a, vector bool int __b) { function
3517 vec_any_eq(vector bool int __a, vector signed int __b) { function
3524 vec_any_eq(vector unsigned int __a, vector unsigned int __b) { function
3532 vec_any_eq(vector unsigned int __a, vector bool int __b) { function
3540 vec_any_eq(vector bool int __a, vector unsigned int __b) { function
3548 vec_any_eq(vector bool int __a, vector bool int __b) { function
3556 vec_any_eq(vector signed long long __a, vector signed long long __b) { function
3563 vec_any_eq(vector signed long long __a, vector bool long long __b) { function
3570 vec_any_eq(vector bool long long __a, vector signed long long __b) { function
3577 vec_any_eq(vector unsigned long long __a, vector unsigned long long __b) { function
3585 vec_any_eq(vector unsigned long long __a, vector bool long long __b) { function
3593 vec_any_eq(vector bool long long __a, vector unsigned long long __b) { function
3601 vec_any_eq(vector bool long long __a, vector bool long long __b) { function
3609 vec_any_eq(vector double __a, vector double __b) { function
[all...]
H A Daltivec.h12689 /* vec_any_eq */
12691 static int __ATTRS_o_ai vec_any_eq(vector signed char __a, function
12697 static int __ATTRS_o_ai vec_any_eq(vector signed char __a, function
12703 static int __ATTRS_o_ai vec_any_eq(vector unsigned char __a, function
12709 static int __ATTRS_o_ai vec_any_eq(vector unsigned char __a, function
12715 static int __ATTRS_o_ai vec_any_eq(vector bool char __a, function
12721 static int __ATTRS_o_ai vec_any_eq(vector bool char __a, function
12727 static int __ATTRS_o_ai vec_any_eq(vector bool char __a, vector bool char __b) { function
12732 static int __ATTRS_o_ai vec_any_eq(vector short __a, vector short __b) { function
12736 static int __ATTRS_o_ai vec_any_eq(vecto function
12740 static int __ATTRS_o_ai vec_any_eq(vector unsigned short __a, function
12746 static int __ATTRS_o_ai vec_any_eq(vector unsigned short __a, function
12752 static int __ATTRS_o_ai vec_any_eq(vector bool short __a, vector short __b) { function
12757 static int __ATTRS_o_ai vec_any_eq(vector bool short __a, function
12763 static int __ATTRS_o_ai vec_any_eq(vector bool short __a, function
12769 static int __ATTRS_o_ai vec_any_eq(vector pixel __a, vector pixel __b) { function
12774 static int __ATTRS_o_ai vec_any_eq(vector int __a, vector int __b) { function
12778 static int __ATTRS_o_ai vec_any_eq(vector int __a, vector bool int __b) { function
12782 static int __ATTRS_o_ai vec_any_eq(vector unsigned int __a, function
12788 static int __ATTRS_o_ai vec_any_eq(vector unsigned int __a, function
12794 static int __ATTRS_o_ai vec_any_eq(vector bool int __a, vector int __b) { function
12799 static int __ATTRS_o_ai vec_any_eq(vector bool int __a, function
12805 static int __ATTRS_o_ai vec_any_eq(vector bool int __a, vector bool int __b) { function
12811 static int __ATTRS_o_ai vec_any_eq(vector signed long long __a, function
12816 static int __ATTRS_o_ai vec_any_eq(vector unsigned long long __a, function
12822 static int __ATTRS_o_ai vec_any_eq(vector signed long long __a, function
12828 static int __ATTRS_o_ai vec_any_eq(vector unsigned long long __a, function
12834 static int __ATTRS_o_ai vec_any_eq(vector bool long long __a, function
12840 static int __ATTRS_o_ai vec_any_eq(vector bool long long __a, function
12846 static int __ATTRS_o_ai vec_any_eq(vector bool long long __a, function
12853 static int __ATTRS_o_ai vec_any_eq(vector float __a, vector float __b) { function
12862 static int __ATTRS_o_ai vec_any_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.h3394 /*-- vec_any_eq -------------------------------------------------------------*/
3397 vec_any_eq(vector signed char __a, vector signed char __b) { function
3404 vec_any_eq(vector signed char __a, vector bool char __b) { function
3411 vec_any_eq(vector bool char __a, vector signed char __b) { function
3418 vec_any_eq(vector unsigned char __a, vector unsigned char __b) { function
3426 vec_any_eq(vector unsigned char __a, vector bool char __b) { function
3434 vec_any_eq(vector bool char __a, vector unsigned char __b) { function
3442 vec_any_eq(vector bool char __a, vector bool char __b) { function
3450 vec_any_eq(vector signed short __a, vector signed short __b) { function
3457 vec_any_eq(vecto function
3464 vec_any_eq(vector bool short __a, vector signed short __b) { function
3471 vec_any_eq(vector unsigned short __a, vector unsigned short __b) { function
3479 vec_any_eq(vector unsigned short __a, vector bool short __b) { function
3487 vec_any_eq(vector bool short __a, vector unsigned short __b) { function
3495 vec_any_eq(vector bool short __a, vector bool short __b) { function
3503 vec_any_eq(vector signed int __a, vector signed int __b) { function
3510 vec_any_eq(vector signed int __a, vector bool int __b) { function
3517 vec_any_eq(vector bool int __a, vector signed int __b) { function
3524 vec_any_eq(vector unsigned int __a, vector unsigned int __b) { function
3532 vec_any_eq(vector unsigned int __a, vector bool int __b) { function
3540 vec_any_eq(vector bool int __a, vector unsigned int __b) { function
3548 vec_any_eq(vector bool int __a, vector bool int __b) { function
3556 vec_any_eq(vector signed long long __a, vector signed long long __b) { function
3563 vec_any_eq(vector signed long long __a, vector bool long long __b) { function
3570 vec_any_eq(vector bool long long __a, vector signed long long __b) { function
3577 vec_any_eq(vector unsigned long long __a, vector unsigned long long __b) { function
3585 vec_any_eq(vector unsigned long long __a, vector bool long long __b) { function
3593 vec_any_eq(vector bool long long __a, vector unsigned long long __b) { function
3601 vec_any_eq(vector bool long long __a, vector bool long long __b) { function
3609 vec_any_eq(vector double __a, vector double __b) { function
[all...]
H A Daltivec.h13180 /* vec_any_eq */
13182 static __inline__ int __ATTRS_o_ai vec_any_eq(vector signed char __a, function
13188 static __inline__ int __ATTRS_o_ai vec_any_eq(vector signed char __a, function
13194 static __inline__ int __ATTRS_o_ai vec_any_eq(vector unsigned char __a, function
13200 static __inline__ int __ATTRS_o_ai vec_any_eq(vector unsigned char __a, function
13206 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool char __a, function
13212 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool char __a, function
13218 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool char __a, function
13224 static __inline__ int __ATTRS_o_ai vec_any_eq(vector short __a, function
13229 static __inline__ int __ATTRS_o_ai vec_any_eq(vecto function
13234 static __inline__ int __ATTRS_o_ai vec_any_eq(vector unsigned short __a, function
13240 static __inline__ int __ATTRS_o_ai vec_any_eq(vector unsigned short __a, function
13246 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool short __a, function
13252 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool short __a, function
13258 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool short __a, function
13264 static __inline__ int __ATTRS_o_ai vec_any_eq(vector pixel __a, function
13270 static __inline__ int __ATTRS_o_ai vec_any_eq(vector int __a, vector int __b) { function
13274 static __inline__ int __ATTRS_o_ai vec_any_eq(vector int __a, function
13279 static __inline__ int __ATTRS_o_ai vec_any_eq(vector unsigned int __a, function
13285 static __inline__ int __ATTRS_o_ai vec_any_eq(vector unsigned int __a, function
13291 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool int __a, function
13297 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool int __a, function
13303 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool int __a, function
13310 static __inline__ int __ATTRS_o_ai vec_any_eq(vector signed long long __a, function
13315 static __inline__ int __ATTRS_o_ai vec_any_eq(vector unsigned long long __a, function
13321 static __inline__ int __ATTRS_o_ai vec_any_eq(vector signed long long __a, function
13327 static __inline__ int __ATTRS_o_ai vec_any_eq(vector unsigned long long __a, function
13333 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool long long __a, function
13339 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool long long __a, function
13345 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool long long __a, function
13352 static __inline__ int __ATTRS_o_ai vec_any_eq(vector float __a, function
13362 static __inline__ int __ATTRS_o_ai vec_any_eq(vector double __a, function
[all...]
/external/clang/lib/Lex/
H A DLexer.cpp2323 !vec_any_eq(*(const vector unsigned char*)CurPtr, Slashes))

Completed in 265 milliseconds