Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dbuiltins-ppc-vsx.c58 res_vd = vec_andc(vbll, vd); in test1()
72 res_vd = vec_andc(vd, vbll); in test1()
85 res_vd = vec_andc(vd, vd); in test1()
404 res_vsll = vec_andc(vsll, vsll); in test1()
410 res_vsll = vec_andc(vbll, vsll); in test1()
416 res_vsll = vec_andc(vsll, vbll); in test1()
422 res_vull = vec_andc(vull, vull); in test1()
428 res_vull = vec_andc(vbll, vull); in test1()
434 res_vull = vec_andc(vull, vbll); in test1()
440 res_vbll = vec_andc(vbll, vbll); in test1()
Dbuiltins-systemz-zvector.c1544 vsc = vec_andc(vsc, vsc); in test_integer()
1545 vsc = vec_andc(vsc, vbc); in test_integer()
1546 vsc = vec_andc(vbc, vsc); in test_integer()
1547 vuc = vec_andc(vuc, vuc); in test_integer()
1548 vuc = vec_andc(vuc, vbc); in test_integer()
1549 vuc = vec_andc(vbc, vuc); in test_integer()
1550 vbc = vec_andc(vbc, vbc); in test_integer()
1551 vss = vec_andc(vss, vss); in test_integer()
1552 vss = vec_andc(vss, vbs); in test_integer()
1553 vss = vec_andc(vbs, vss); in test_integer()
[all …]
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/
Dvecintrin.h4729 vec_andc(vector bool char __a, vector bool char __b) { in vec_andc() function
4734 vec_andc(vector signed char __a, vector signed char __b) { in vec_andc() function
4739 vec_andc(vector bool char __a, vector signed char __b) { in vec_andc() function
4744 vec_andc(vector signed char __a, vector bool char __b) { in vec_andc() function
4749 vec_andc(vector unsigned char __a, vector unsigned char __b) { in vec_andc() function
4754 vec_andc(vector bool char __a, vector unsigned char __b) { in vec_andc() function
4759 vec_andc(vector unsigned char __a, vector bool char __b) { in vec_andc() function
4764 vec_andc(vector bool short __a, vector bool short __b) { in vec_andc() function
4769 vec_andc(vector signed short __a, vector signed short __b) { in vec_andc() function
4774 vec_andc(vector bool short __a, vector signed short __b) { in vec_andc() function
[all …]
Daltivec.h1042 #define __builtin_altivec_vandc vec_andc
1044 static vector signed char __ATTRS_o_ai vec_andc(vector signed char __a, in vec_andc() function
1049 static vector signed char __ATTRS_o_ai vec_andc(vector bool char __a, in vec_andc() function
1054 static vector signed char __ATTRS_o_ai vec_andc(vector signed char __a, in vec_andc() function
1059 static vector unsigned char __ATTRS_o_ai vec_andc(vector unsigned char __a, in vec_andc() function
1064 static vector unsigned char __ATTRS_o_ai vec_andc(vector bool char __a, in vec_andc() function
1069 static vector unsigned char __ATTRS_o_ai vec_andc(vector unsigned char __a, in vec_andc() function
1074 static vector bool char __ATTRS_o_ai vec_andc(vector bool char __a, in vec_andc() function
1079 static vector short __ATTRS_o_ai vec_andc(vector short __a, vector short __b) { in vec_andc() function
1083 static vector short __ATTRS_o_ai vec_andc(vector bool short __a, in vec_andc() function
[all …]