Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dbuiltins-ppc-vsx.c102 res_vd = vec_andc(vbll, vd); in test1()
116 res_vd = vec_andc(vd, vbll); in test1()
129 res_vd = vec_andc(vd, vd); in test1()
592 res_vsll = vec_andc(vsll, vsll); in test1()
598 res_vsll = vec_andc(vbll, vsll); in test1()
604 res_vsll = vec_andc(vsll, vbll); in test1()
610 res_vull = vec_andc(vull, vull); in test1()
616 res_vull = vec_andc(vbll, vull); in test1()
622 res_vull = vec_andc(vull, vbll); in test1()
628 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.c587 res_vsc = vec_andc(vsc, vsc); in test1()
593 res_vsc = vec_andc(vbc, vsc); in test1()
599 res_vsc = vec_andc(vsc, vbc); in test1()
605 res_vuc = vec_andc(vuc, vuc); in test1()
611 res_vuc = vec_andc(vbc, vuc); in test1()
617 res_vuc = vec_andc(vuc, vbc); in test1()
621 res_vbc = vec_andc(vbc, vbc); in test1()
627 res_vs = vec_andc(vs, vs); in test1()
633 res_vs = vec_andc(vbs, vs); in test1()
639 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.h1071 #define __builtin_altivec_vandc vec_andc
1074 vec_andc(vector signed char __a, vector signed char __b) { in vec_andc() function
1079 vec_andc(vector bool char __a, vector signed char __b) { in vec_andc() function
1084 vec_andc(vector signed char __a, vector bool char __b) { in vec_andc() function
1089 vec_andc(vector unsigned char __a, vector unsigned char __b) { in vec_andc() function
1094 vec_andc(vector bool char __a, vector unsigned char __b) { in vec_andc() function
1099 vec_andc(vector unsigned char __a, vector bool char __b) { in vec_andc() function
1103 static __inline__ vector bool char __ATTRS_o_ai vec_andc(vector bool char __a, in vec_andc() function
1108 static __inline__ vector short __ATTRS_o_ai vec_andc(vector short __a, in vec_andc() function
1113 static __inline__ vector short __ATTRS_o_ai vec_andc(vector bool short __a, in vec_andc() function
[all …]
/external/mesa3d/src/gallium/auxiliary/util/
Du_pwr8.h159 return vec_andc (b, a); in vec_andnot_si128()