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

  /external/libunwind/tests/
ppc64-test-altivec.c 130 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/
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))); }
PacketMath.h 247 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)); }
  /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/jemalloc/test/include/test/
SFMT-alti.h 87 y = vec_and(y, mask);
  /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 630 /* 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(vector short __a, vector short __b 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...]
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/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...]
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
altivec.h 630 /* 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(vector short __a, vector short __b 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...]
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/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...]
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
altivec.h 630 /* 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(vector short __a, vector short __b 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...]
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/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...]
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/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...]
  /prebuilts/sdk/renderscript/clang-include/
altivec.h 630 /* 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(vector short __a, vector short __b 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...]
  /external/clang/test/CodeGen/
builtins-ppc-altivec.c 398 /* 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(vbs, vs)
    [all...]
  /system/keymaster/
ocb.c 235 t = vec_and(t, mask);
    [all...]

Completed in 1555 milliseconds