Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c568 res_vsc = vec_andc(vsc, vsc); in test1()
574 res_vsc = vec_andc(vbc, vsc); in test1()
580 res_vsc = vec_andc(vsc, vbc); in test1()
586 res_vuc = vec_andc(vuc, vuc); in test1()
592 res_vuc = vec_andc(vbc, vuc); in test1()
598 res_vuc = vec_andc(vuc, vbc); in test1()
602 res_vbc = vec_andc(vbc, vbc); in test1()
608 res_vs = vec_andc(vs, vs); in test1()
614 res_vs = vec_andc(vbs, vs); in test1()
620 res_vs = vec_andc(vs, vbs); in test1()
[all …]
/external/valgrind/none/tests/ppc32/
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
DtestVMX.c922 Caux1.v = vec_andc( Ccons1, Ccons2 ); in main()
934 UCaux1.v = vec_andc( UCcons1, UCcons2 ); in main()
946 Saux1.v = vec_andc( Scons1, Scons2 ); in main()
958 USaux1.v = vec_andc( UScons1, UScons2 ); in main()
970 Iaux1.v = vec_andc( Icons1, Icons2 ); in main()
982 UIaux1.v = vec_andc( UIcons1, UIcons2 ); in main()
995 Faux1.v = vec_andc( Fcons1, Fcons2 ); in main()
/external/clang/lib/Headers/
Daltivec.h932 #define __builtin_altivec_vandc vec_andc
935 vec_andc(vector signed char __a, vector signed char __b) in vec_andc() function
941 vec_andc(vector bool char __a, vector signed char __b) in vec_andc() function
947 vec_andc(vector signed char __a, vector bool char __b) in vec_andc() function
953 vec_andc(vector unsigned char __a, vector unsigned char __b) in vec_andc() function
959 vec_andc(vector bool char __a, vector unsigned char __b) in vec_andc() function
965 vec_andc(vector unsigned char __a, vector bool char __b) in vec_andc() function
971 vec_andc(vector bool char __a, vector bool char __b) in vec_andc() function
977 vec_andc(vector short __a, vector short __b) in vec_andc() function
983 vec_andc(vector bool short __a, vector short __b) in vec_andc() function
[all …]