Searched refs:vec_nor (Results 1 - 9 of 9) 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)))));
143 vec_nor (v1,
/external/valgrind/main/none/tests/ppc32/
H A DtestVMX.stdout.exp206 Function vec_nor [type char] ===> OK
207 Function vec_nor [type unsigened char] ===> OK
208 Function vec_nor [type short] ===> OK
209 Function vec_nor [type unsigned short] ===> OK
210 Function vec_nor [type integer] ===> OK
211 Function vec_nor [type unsigened int] ===> OK
H A DtestVMX.c3191 /* Function vec_nor */
3194 Caux1.v = vec_nor( Ccons1, Ccons2 );
3201 printf("Function vec_nor [type char] ===> Error\n");
3203 printf("Function vec_nor [type char] ===> OK\n");
3206 UCaux1.v = vec_nor( UCcons1, UCcons2 );
3217 printf("Function vec_nor [type unsigened char] ===> Error\n");
3219 printf("Function vec_nor [type unsigened char] ===> OK\n");
3222 Saux1.v = vec_nor( Scons1, Scons2 );
3229 printf("Function vec_nor [type short] ===> Error\n");
3231 printf("Function vec_nor [typ
[all...]
/external/eigen/Eigen/src/Core/arch/AltiVec/
H A DPacketMath.h203 prod_ = vec_nor(prod, prod);
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.h95 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.c2205 /* vec_nor */
2206 res_vsc = vec_nor(vsc, vsc);
2212 res_vuc = vec_nor(vuc, vuc);
2218 res_vuc = vec_nor(vbc, vbc);
2224 res_vs = vec_nor(vs, vs);
2230 res_vus = vec_nor(vus, vus);
2236 res_vus = vec_nor(vbs, vbs);
2242 res_vi = vec_nor(vi, vi);
2248 res_vui = vec_nor(vui, vui);
2254 res_vui = vec_nor(vb
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_blit_A.c707 vector unsigned char valpha2 = vec_nor(valpha, valpha); \
1088 vpixelmask = vec_nor(valphamask, v0);
1181 vpixelmask = vec_nor(valphamask, v0);
/external/clang/lib/Headers/
H A Daltivec.h3690 /* vec_nor */
3692 #define __builtin_altivec_vnor vec_nor
3695 vec_nor(vector signed char __a, vector signed char __b) function
3701 vec_nor(vector unsigned char __a, vector unsigned char __b) function
3707 vec_nor(vector bool char __a, vector bool char __b) function
3713 vec_nor(vector short __a, vector short __b) function
3719 vec_nor(vector unsigned short __a, vector unsigned short __b) function
3725 vec_nor(vector bool short __a, vector bool short __b) function
3731 vec_nor(vector int __a, vector int __b) function
3737 vec_nor(vecto function
3743 vec_nor(vector bool int __a, vector bool int __b) function
3749 vec_nor(vector float __a, vector float __b) function
[all...]
/external/pixman/pixman/
H A Dpixman-vmx.c109 return vec_nor (src, src);

Completed in 1805 milliseconds