Searched refs:vec_and (Results 1 - 10 of 10) sorted by relevance

/external/libunwind/tests/
H A Dppc64-test-altivec.c130 vec_nor (v1, vec_add (v2, vec_sub (v3, vec_and (v4, vec_or (v5, v6)))));
146 vec_and (v4, vec_or (v5, vec_xor (v6, v8))))));
/external/eigen/Eigen/src/Core/arch/AltiVec/
H A DPacketMath.h247 template<> EIGEN_STRONG_INLINE Packet4f pand<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_and(a, b); }
248 template<> EIGEN_STRONG_INLINE Packet4i pand<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_and(a, b); }
256 template<> EIGEN_STRONG_INLINE Packet4f pandnot<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_and(a, vec_nor(b, b)); }
257 template<> EIGEN_STRONG_INLINE Packet4i pandnot<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_and(a, vec_nor(b, b)); }
H A DComplex.h92 template<> EIGEN_STRONG_INLINE Packet2cf pand <Packet2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(vec_and(a.v,b.v)); }
95 template<> EIGEN_STRONG_INLINE Packet2cf pandnot<Packet2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(vec_and(a.v, vec_nor(b.v,b.v))); }
/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c398 /* vec_and */
399 res_vsc = vec_and(vsc, vsc);
403 res_vsc = vec_and(vbc, vsc);
407 res_vsc = vec_and(vsc, vbc);
411 res_vuc = vec_and(vuc, vuc);
415 res_vuc = vec_and(vbc, vuc);
419 res_vuc = vec_and(vuc, vbc);
423 res_vbc = vec_and(vbc, vbc);
427 res_vs = vec_and(vs, vs);
431 res_vs = vec_and(vb
[all...]
/external/valgrind/main/none/tests/ppc32/
H A DtestVMX.stdout.exp32 Function vec_and [type char] ===> OK
33 Function vec_and [type unsigned char] ===> OK
34 Function vec_and [type short] ===> OK
35 Function vec_and [type unsigned short] ===> OK
36 Function vec_and [type integer] ===> OK
37 Function vec_and [type unsigned int] ===> OK
H A DtestVMX.c826 /* Function vec_and */
829 Caux1.v = vec_and( Ccons1, Ccons2 );
836 printf("Function vec_and [type char] ===> Error\n");
838 printf("Function vec_and [type char] ===> OK\n");
841 UCaux1.v = vec_and( UCcons1, UCcons2 );
848 printf("Function vec_and [type unsigned char] ===> Error\n");
850 printf("Function vec_and [type unsigned char] ===> OK\n");
853 Saux1.v = vec_and( Scons1, Scons2 );
860 printf("Function vec_and [type short] ===> Error\n");
862 printf("Function vec_and [typ
[all...]
/external/jemalloc/test/include/test/
H A DSFMT-alti.h87 y = vec_and(y, mask);
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_blit_A.c843 vector unsigned char valphaPermute = vec_and(vec_lvsl(0, (int *)NULL), vec_splat_u8(0xC));
898 vR = vec_and((vector unsigned short)voverflow, vf800);
917 vgpixel = vec_and(vgpixel, vfc);
920 vrpixel = vec_and(vrpixel, vf800);
921 vbpixel = vec_and(vpixel, v3f);
1022 vsel = (vector unsigned char)vec_and((vector unsigned int)vs, vrgbmask);
1087 valphaPermute = vec_and(vec_lvsl(0, (int *)NULL), vec_splat_u8(0xC));
1131 vdstalpha = vec_and(vd, valphamask);
1136 vd = vec_and(vd, vpixelmask);
1178 valphaPermute = vec_and(vec_lvs
[all...]
H A DSDL_blit_N.c222 vgpixel = vec_and(vgpixel, vfc);
225 vrpixel = vec_and(vrpixel, vf800);
226 vbpixel = vec_and(vpixel, v3f);
360 vR = vec_and((vector unsigned short)vsrc, vf800);
505 vR = vec_and(vec_sl((vector unsigned short)vsrc,v1), vf800);
631 vsel = (vector unsigned char)vec_and(vs, vrgbmask);
/external/clang/lib/Headers/
H A Daltivec.h630 /* vec_and */
632 #define __builtin_altivec_vand vec_and
635 vec_and(vector signed char __a, vector signed char __b) function
641 vec_and(vector bool char __a, vector signed char __b) function
647 vec_and(vector signed char __a, vector bool char __b) function
653 vec_and(vector unsigned char __a, vector unsigned char __b) function
659 vec_and(vector bool char __a, vector unsigned char __b) function
665 vec_and(vector unsigned char __a, vector bool char __b) function
671 vec_and(vector bool char __a, vector bool char __b) function
677 vec_and(vecto function
683 vec_and(vector bool short __a, vector short __b) function
689 vec_and(vector short __a, vector bool short __b) function
695 vec_and(vector unsigned short __a, vector unsigned short __b) function
701 vec_and(vector bool short __a, vector unsigned short __b) function
707 vec_and(vector unsigned short __a, vector bool short __b) function
713 vec_and(vector bool short __a, vector bool short __b) function
719 vec_and(vector int __a, vector int __b) function
725 vec_and(vector bool int __a, vector int __b) function
731 vec_and(vector int __a, vector bool int __b) function
737 vec_and(vector unsigned int __a, vector unsigned int __b) function
743 vec_and(vector bool int __a, vector unsigned int __b) function
749 vec_and(vector unsigned int __a, vector bool int __b) function
755 vec_and(vector bool int __a, vector bool int __b) function
761 vec_and(vector float __a, vector float __b) function
768 vec_and(vector bool int __a, vector float __b) function
775 vec_and(vector float __a, vector bool int __b) function
[all...]

Completed in 1011 milliseconds