Searched refs:vec_andc (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c567 /* vec_andc */
568 res_vsc = vec_andc(vsc, vsc);
574 res_vsc = vec_andc(vbc, vsc);
580 res_vsc = vec_andc(vsc, vbc);
586 res_vuc = vec_andc(vuc, vuc);
592 res_vuc = vec_andc(vbc, vuc);
598 res_vuc = vec_andc(vuc, vbc);
602 res_vbc = vec_andc(vbc, vbc);
608 res_vs = vec_andc(vs, vs);
614 res_vs = vec_andc(vb
[all...]
/external/valgrind/main/none/tests/ppc32/
H A DtestVMX.stdout.exp40 Function vec_andc [type char] ===> OK
41 Function vec_andc [type unsigned char] ===> OK
42 Function vec_andc [type short] ===> OK
43 Function vec_andc [type unsigned short] ===> OK
44 Function vec_andc [type integer] ===> OK
45 Function vec_andc [type unsigned int] ===> OK
H A DtestVMX.c919 /* Function vec_andc */
922 Caux1.v = vec_andc( Ccons1, Ccons2 );
929 printf("Function vec_andc [type char] ===> Error\n");
931 printf("Function vec_andc [type char] ===> OK\n");
934 UCaux1.v = vec_andc( UCcons1, UCcons2 );
941 printf("Function vec_andc [type unsigned char] ===> Error\n");
943 printf("Function vec_andc [type unsigned char] ===> OK\n");
946 Saux1.v = vec_andc( Scons1, Scons2 );
953 printf("Function vec_andc [type short] ===> Error\n");
955 printf("Function vec_andc [typ
[all...]
/external/clang/lib/Headers/
H A Daltivec.h930 /* vec_andc */
932 #define __builtin_altivec_vandc vec_andc
935 vec_andc(vector signed char __a, vector signed char __b) function
941 vec_andc(vector bool char __a, vector signed char __b) function
947 vec_andc(vector signed char __a, vector bool char __b) function
953 vec_andc(vector unsigned char __a, vector unsigned char __b) function
959 vec_andc(vector bool char __a, vector unsigned char __b) function
965 vec_andc(vector unsigned char __a, vector bool char __b) function
971 vec_andc(vector bool char __a, vector bool char __b) function
977 vec_andc(vecto function
983 vec_andc(vector bool short __a, vector short __b) function
989 vec_andc(vector short __a, vector bool short __b) function
995 vec_andc(vector unsigned short __a, vector unsigned short __b) function
1001 vec_andc(vector bool short __a, vector unsigned short __b) function
1007 vec_andc(vector unsigned short __a, vector bool short __b) function
1013 vec_andc(vector bool short __a, vector bool short __b) function
1019 vec_andc(vector int __a, vector int __b) function
1025 vec_andc(vector bool int __a, vector int __b) function
1031 vec_andc(vector int __a, vector bool int __b) function
1037 vec_andc(vector unsigned int __a, vector unsigned int __b) function
1043 vec_andc(vector bool int __a, vector unsigned int __b) function
1049 vec_andc(vector unsigned int __a, vector bool int __b) function
1055 vec_andc(vector bool int __a, vector bool int __b) function
1061 vec_andc(vector float __a, vector float __b) function
1068 vec_andc(vector bool int __a, vector float __b) function
1075 vec_andc(vector float __a, vector bool int __b) function
[all...]

Completed in 504 milliseconds