HomeSort by relevance Sort by last modified time
    Searched refs:vec_and (Results 1 - 9 of 9) sorted by null

  /external/eigen/Eigen/src/Core/arch/AltiVec/
PacketMath.h 244 template<> EIGEN_STRONG_INLINE Packet4f pand<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_and(a, b); }
245 template<> EIGEN_STRONG_INLINE Packet4i pand<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_and(a, b); }
253 template<> EIGEN_STRONG_INLINE Packet4f pandnot<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_and(a, vec_nor(b, b)); }
254 template<> EIGEN_STRONG_INLINE Packet4i pandnot<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_and(a, vec_nor(b, b)); }
Complex.h 92 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/
builtins-ppc-altivec.c 151 /* vec_and */
152 res_vsc = vec_and(vsc, vsc); // CHECK: and <16 x i8>
153 res_vsc = vec_and(vbc, vsc); // CHECK: and <16 x i8>
154 res_vsc = vec_and(vsc, vbc); // CHECK: and <16 x i8>
155 res_vuc = vec_and(vuc, vuc); // CHECK: and <16 x i8>
156 res_vuc = vec_and(vbc, vuc); // CHECK: and <16 x i8>
157 res_vuc = vec_and(vuc, vbc); // CHECK: and <16 x i8>
158 res_vbc = vec_and(vbc, vbc); // CHECK: and <16 x i8>
159 res_vs = vec_and(vs, vs); // CHECK: and <8 x i16>
160 res_vs = vec_and(vbs, vs); // CHECK: and <8 x i16
    [all...]
  /external/valgrind/main/none/tests/ppc32/
testVMX.stdout.exp 32 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
testVMX.c 826 /* 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 [type short] ===> OK\n")
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit_A.c 843 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);
    [all...]
SDL_blit_N.c 222 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);
    [all...]
  /external/clang/lib/Headers/
altivec.h 627 /* vec_and */
629 #define __builtin_altivec_vand vec_and
632 vec_and(vector signed char __a, vector signed char __b) function
638 vec_and(vector bool char __a, vector signed char __b) function
644 vec_and(vector signed char __a, vector bool char __b) function
650 vec_and(vector unsigned char __a, vector unsigned char __b) function
656 vec_and(vector bool char __a, vector unsigned char __b) function
662 vec_and(vector unsigned char __a, vector bool char __b) function
668 vec_and(vector bool char __a, vector bool char __b) function
674 vec_and(vector short __a, vector short __b function
680 vec_and(vector bool short __a, vector short __b) function
686 vec_and(vector short __a, vector bool short __b) function
692 vec_and(vector unsigned short __a, vector unsigned short __b) function
698 vec_and(vector bool short __a, vector unsigned short __b) function
704 vec_and(vector unsigned short __a, vector bool short __b) function
710 vec_and(vector bool short __a, vector bool short __b) function
716 vec_and(vector int __a, vector int __b) function
722 vec_and(vector bool int __a, vector int __b) function
728 vec_and(vector int __a, vector bool int __b) function
734 vec_and(vector unsigned int __a, vector unsigned int __b) function
740 vec_and(vector bool int __a, vector unsigned int __b) function
746 vec_and(vector unsigned int __a, vector bool int __b) function
752 vec_and(vector bool int __a, vector bool int __b) function
758 vec_and(vector float __a, vector float __b) function
765 vec_and(vector bool int __a, vector float __b) function
772 vec_and(vector float __a, vector bool int __b) function
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
altivec.h 627 /* vec_and */
629 #define __builtin_altivec_vand vec_and
632 vec_and(vector signed char __a, vector signed char __b) function
638 vec_and(vector bool char __a, vector signed char __b) function
644 vec_and(vector signed char __a, vector bool char __b) function
650 vec_and(vector unsigned char __a, vector unsigned char __b) function
656 vec_and(vector bool char __a, vector unsigned char __b) function
662 vec_and(vector unsigned char __a, vector bool char __b) function
668 vec_and(vector bool char __a, vector bool char __b) function
674 vec_and(vector short __a, vector short __b function
680 vec_and(vector bool short __a, vector short __b) function
686 vec_and(vector short __a, vector bool short __b) function
692 vec_and(vector unsigned short __a, vector unsigned short __b) function
698 vec_and(vector bool short __a, vector unsigned short __b) function
704 vec_and(vector unsigned short __a, vector bool short __b) function
710 vec_and(vector bool short __a, vector bool short __b) function
716 vec_and(vector int __a, vector int __b) function
722 vec_and(vector bool int __a, vector int __b) function
728 vec_and(vector int __a, vector bool int __b) function
734 vec_and(vector unsigned int __a, vector unsigned int __b) function
740 vec_and(vector bool int __a, vector unsigned int __b) function
746 vec_and(vector unsigned int __a, vector bool int __b) function
752 vec_and(vector bool int __a, vector bool int __b) function
758 vec_and(vector float __a, vector float __b) function
765 vec_and(vector bool int __a, vector float __b) function
772 vec_and(vector float __a, vector bool int __b) function
    [all...]

Completed in 53 milliseconds