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

/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c7971 /* vec_any_eq */
7972 res_i = vec_any_eq(vsc, vsc);
7976 res_i = vec_any_eq(vsc, vbc);
7980 res_i = vec_any_eq(vuc, vuc);
7984 res_i = vec_any_eq(vuc, vbc);
7988 res_i = vec_any_eq(vbc, vsc);
7992 res_i = vec_any_eq(vbc, vuc);
7996 res_i = vec_any_eq(vbc, vbc);
8000 res_i = vec_any_eq(vs, vs);
8004 res_i = vec_any_eq(v
[all...]
/external/valgrind/main/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 Daltivec.h11405 /* vec_any_eq */
11408 vec_any_eq(vector signed char __a, vector signed char __b) function
11415 vec_any_eq(vector signed char __a, vector bool char __b) function
11422 vec_any_eq(vector unsigned char __a, vector unsigned char __b) function
11429 vec_any_eq(vector unsigned char __a, vector bool char __b) function
11436 vec_any_eq(vector bool char __a, vector signed char __b) function
11443 vec_any_eq(vector bool char __a, vector unsigned char __b) function
11450 vec_any_eq(vector bool char __a, vector bool char __b) function
11457 vec_any_eq(vector short __a, vector short __b) function
11463 vec_any_eq(vecto function
11469 vec_any_eq(vector unsigned short __a, vector unsigned short __b) function
11477 vec_any_eq(vector unsigned short __a, vector bool short __b) function
11485 vec_any_eq(vector bool short __a, vector short __b) function
11493 vec_any_eq(vector bool short __a, vector unsigned short __b) function
11501 vec_any_eq(vector bool short __a, vector bool short __b) function
11509 vec_any_eq(vector pixel __a, vector pixel __b) function
11517 vec_any_eq(vector int __a, vector int __b) function
11523 vec_any_eq(vector int __a, vector bool int __b) function
11529 vec_any_eq(vector unsigned int __a, vector unsigned int __b) function
11536 vec_any_eq(vector unsigned int __a, vector bool int __b) function
11543 vec_any_eq(vector bool int __a, vector int __b) function
11550 vec_any_eq(vector bool int __a, vector unsigned int __b) function
11557 vec_any_eq(vector bool int __a, vector bool int __b) function
11564 vec_any_eq(vector float __a, vector float __b) function
[all...]
/external/clang/lib/Lex/
H A DLexer.cpp2322 !vec_any_eq(*(vector unsigned char*)CurPtr, Slashes))

Completed in 140 milliseconds