Home
last modified time | relevance | path

Searched refs:vec_and (Results 1 – 12 of 12) sorted by relevance

/external/clang/test/CodeGen/
Dbuiltins-ppc-vsx.c80 res_vd = vec_and(vbll, vd); in test1()
86 res_vd = vec_and(vd, vbll); in test1()
92 res_vd = vec_and(vd, vd); in test1()
534 res_vsll = vec_and(vsll, vsll); in test1()
538 res_vsll = vec_and(vbll, vsll); in test1()
542 res_vsll = vec_and(vsll, vbll); in test1()
546 res_vull = vec_and(vull, vull); in test1()
550 res_vull = vec_and(vbll, vull); in test1()
554 res_vull = vec_and(vull, vbll); in test1()
558 res_vbll = vec_and(vbll, vbll); in test1()
Dbuiltins-ppc-altivec.c418 res_vsc = vec_and(vsc, vsc); in test1()
422 res_vsc = vec_and(vbc, vsc); in test1()
426 res_vsc = vec_and(vsc, vbc); in test1()
430 res_vuc = vec_and(vuc, vuc); in test1()
434 res_vuc = vec_and(vbc, vuc); in test1()
438 res_vuc = vec_and(vuc, vbc); in test1()
442 res_vbc = vec_and(vbc, vbc); in test1()
446 res_vs = vec_and(vs, vs); in test1()
450 res_vs = vec_and(vbs, vs); in test1()
454 res_vs = vec_and(vs, vbs); in test1()
[all …]
/external/libunwind/tests/
Dppc64-test-altivec.c130 vec_nor (v1, vec_add (v2, vec_sub (v3, vec_and (v4, vec_or (v5, v6))))); in vec_stack()
146 vec_and (v4, vec_or (v5, vec_xor (v6, v8)))))); in vec_stack()
/external/valgrind/none/tests/ppc32/
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
DtestVMX.c829 Caux1.v = vec_and( Ccons1, Ccons2 ); in main()
841 UCaux1.v = vec_and( UCcons1, UCcons2 ); in main()
853 Saux1.v = vec_and( Scons1, Scons2 ); in main()
865 USaux1.v = vec_and( UScons1, UScons2 ); in main()
877 Iaux1.v = vec_and( Icons1, Icons2 ); in main()
889 UIaux1.v = vec_and( UIcons1, UIcons2 ); in main()
902 Faux1.v = vec_and( Fcons1, Fcons2 ); in main()
/external/eigen/Eigen/src/Core/arch/AltiVec/
DPacketMath.h397 …RONG_INLINE Packet4f pand<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_and(a, b); }
398 …RONG_INLINE Packet4i pand<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_and(a, b); }
406 …acket4f pandnot<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_and(a, vec_nor(b, b))…
407 …acket4i pandnot<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_and(a, vec_nor(b, b))…
917 …RONG_INLINE Packet2d pand<Packet2d>(const Packet2d& a, const Packet2d& b) { return vec_and(a, b); }
923 …acket2d pandnot<Packet2d>(const Packet2d& a, const Packet2d& b) { return vec_and(a, vec_nor(b, b))…
/external/jemalloc/test/include/test/
DSFMT-alti.h87 y = vec_and(y, mask); in vec_recursion()
/external/eigen/Eigen/src/Core/arch/ZVector/
DComplex.h174 … pand <Packet1cd>(const Packet1cd& a, const Packet1cd& b) { return Packet1cd(vec_and(a.v,b.v)); }
180 …ot<Packet1cd>(const Packet1cd& a, const Packet1cd& b) { return Packet1cd(vec_and(a.v, vec_nor(b.v,…
DPacketMath.h586 …RONG_INLINE Packet4i pand<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_and(a, b); }
587 …RONG_INLINE Packet2d pand<Packet2d>(const Packet2d& a, const Packet2d& b) { return vec_and(a, b); }
617 …acket2d pandnot<Packet2d>(const Packet2d& a, const Packet2d& b) { return vec_and(a, vec_nor(b, b))…
/external/clang/lib/Headers/
Daltivec.h718 #define __builtin_altivec_vand vec_and
721 vec_and(vector signed char __a, vector signed char __b) { in vec_and() function
726 vec_and(vector bool char __a, vector signed char __b) { in vec_and() function
731 vec_and(vector signed char __a, vector bool char __b) { in vec_and() function
736 vec_and(vector unsigned char __a, vector unsigned char __b) { in vec_and() function
741 vec_and(vector bool char __a, vector unsigned char __b) { in vec_and() function
746 vec_and(vector unsigned char __a, vector bool char __b) { in vec_and() function
750 static __inline__ vector bool char __ATTRS_o_ai vec_and(vector bool char __a, in vec_and() function
755 static __inline__ vector short __ATTRS_o_ai vec_and(vector short __a, in vec_and() function
760 static __inline__ vector short __ATTRS_o_ai vec_and(vector bool short __a, in vec_and() function
[all …]
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_tri.c546 vec_and(dcdx_zero_mask, in do_triangle_ccw()
565 vec_and(dcdx_neg_mask, dcdx)); in do_triangle_ccw()
/external/libvpx/libvpx/vpx_dsp/ppc/
Dintrapred_vsx.c609 vec_adds(vec_and(a, c), vec_sr(vec_xor(a, c), vec_splat_u8(1))); in avg3()