Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dbuiltins-ppc-vsx.c36 res_vd = vec_and(vbll, vd); in test1()
42 res_vd = vec_and(vd, vbll); in test1()
48 res_vd = vec_and(vd, vd); in test1()
346 res_vsll = vec_and(vsll, vsll); in test1()
350 res_vsll = vec_and(vbll, vsll); in test1()
354 res_vsll = vec_and(vsll, vbll); in test1()
358 res_vull = vec_and(vull, vull); in test1()
362 res_vull = vec_and(vbll, vull); in test1()
366 res_vull = vec_and(vull, vbll); in test1()
370 res_vbll = vec_and(vbll, vbll); in test1()
Dbuiltins-ppc-altivec.c399 res_vsc = vec_and(vsc, vsc); in test1()
403 res_vsc = vec_and(vbc, vsc); in test1()
407 res_vsc = vec_and(vsc, vbc); in test1()
411 res_vuc = vec_and(vuc, vuc); in test1()
415 res_vuc = vec_and(vbc, vuc); in test1()
419 res_vuc = vec_and(vuc, vbc); in test1()
423 res_vbc = vec_and(vbc, vbc); in test1()
427 res_vs = vec_and(vs, vs); in test1()
431 res_vs = vec_and(vbs, vs); in test1()
435 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/eigen/Eigen/src/Core/arch/AltiVec/
DPacketMath.h247 …RONG_INLINE Packet4f pand<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_and(a, b); }
248 …RONG_INLINE Packet4i pand<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_and(a, b); }
256 …acket4f pandnot<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_and(a, vec_nor(b, b))…
257 …acket4i pandnot<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_and(a, vec_nor(b, b))…
DComplex.h92 … pand <Packet2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(vec_and(a.v,b.v)); }
95 …ot<Packet2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(vec_and(a.v, vec_nor(b.v,…
/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/jemalloc/test/include/test/
DSFMT-alti.h87 y = vec_and(y, mask); in vec_recursion()
/external/clang/lib/Headers/
Daltivec.h702 #define __builtin_altivec_vand vec_and
704 static vector signed char __ATTRS_o_ai vec_and(vector signed char __a, in vec_and() function
709 static vector signed char __ATTRS_o_ai vec_and(vector bool char __a, in vec_and() function
714 static vector signed char __ATTRS_o_ai vec_and(vector signed char __a, in vec_and() function
719 static vector unsigned char __ATTRS_o_ai vec_and(vector unsigned char __a, in vec_and() function
724 static vector unsigned char __ATTRS_o_ai vec_and(vector bool char __a, in vec_and() function
729 static vector unsigned char __ATTRS_o_ai vec_and(vector unsigned char __a, in vec_and() function
734 static vector bool char __ATTRS_o_ai vec_and(vector bool char __a, in vec_and() function
739 static vector short __ATTRS_o_ai vec_and(vector short __a, vector short __b) { in vec_and() function
743 static vector short __ATTRS_o_ai vec_and(vector bool short __a, in vec_and() function
[all …]