Searched refs:vec_or (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)))));
146 vec_and (v4, vec_or (v5, vec_xor (v6, v8))))));
/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c2326 /* vec_or */
2327 res_vsc = vec_or(vsc, vsc);
2331 res_vsc = vec_or(vbc, vsc);
2335 res_vsc = vec_or(vsc, vbc);
2339 res_vuc = vec_or(vuc, vuc);
2343 res_vuc = vec_or(vbc, vuc);
2347 res_vuc = vec_or(vuc, vbc);
2351 res_vbc = vec_or(vbc, vbc);
2355 res_vs = vec_or(vs, vs);
2359 res_vs = vec_or(vb
[all...]
/external/valgrind/main/none/tests/ppc32/
H A DtestVMX.stdout.exp214 Function vec_or [type char] ===> OK
215 Function vec_or [type unsigened char] ===> OK
216 Function vec_or [type short] ===> OK
217 Function vec_or [type unsigned short] ===> OK
218 Function vec_or [type integer] ===> OK
219 Function vec_or [type unsigened int] ===> OK
H A DtestVMX.c3292 /* Function vec_or */
3295 Caux1.v = vec_or( Ccons1, Ccons2 );
3302 printf("Function vec_or [type char] ===> Error\n");
3304 printf("Function vec_or [type char] ===> OK\n");
3307 UCaux1.v = vec_or( UCcons1, UCcons2 );
3317 printf("Function vec_or [type unsigened char] ===> Error\n");
3319 printf("Function vec_or [type unsigened char] ===> OK\n");
3322 Saux1.v = vec_or( Scons1, Scons2 );
3329 printf("Function vec_or [type short] ===> Error\n");
3331 printf("Function vec_or [typ
[all...]
/external/eigen/Eigen/src/Core/arch/AltiVec/
H A DPacketMath.h250 template<> EIGEN_STRONG_INLINE Packet4f por<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_or(a, b); }
251 template<> EIGEN_STRONG_INLINE Packet4i por<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_or(a, b); }
H A DComplex.h93 template<> EIGEN_STRONG_INLINE Packet2cf por <Packet2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(vec_or(a.v,b.v)); }
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_blit_A.c922 vdst1 = vec_or((vector unsigned char)vrpixel, (vector unsigned char)vgpixel);
923 vdst1 = vec_or(vdst1, (vector unsigned char)vbpixel);
1035 vd = vec_or(vd, valphamask);
1137 vd = vec_or(vd, vdstalpha);
1236 vd = vec_or(vd, vdstalpha);
1328 vd = vec_or(vd, valphamask);
1413 vd = vec_or(vd, valphamask);
H A DSDL_blit_N.c227 vdst = vec_or((vector unsigned char)vrpixel, (vector unsigned char)vgpixel);
229 vdst = vec_or(vdst, (vector unsigned char)vbpixel);
/external/clang/lib/Headers/
H A Daltivec.h3818 /* vec_or */
3820 #define __builtin_altivec_vor vec_or
3823 vec_or(vector signed char __a, vector signed char __b) function
3829 vec_or(vector bool char __a, vector signed char __b) function
3835 vec_or(vector signed char __a, vector bool char __b) function
3841 vec_or(vector unsigned char __a, vector unsigned char __b) function
3847 vec_or(vector bool char __a, vector unsigned char __b) function
3853 vec_or(vector unsigned char __a, vector bool char __b) function
3859 vec_or(vector bool char __a, vector bool char __b) function
3865 vec_or(vecto function
3871 vec_or(vector bool short __a, vector short __b) function
3877 vec_or(vector short __a, vector bool short __b) function
3883 vec_or(vector unsigned short __a, vector unsigned short __b) function
3889 vec_or(vector bool short __a, vector unsigned short __b) function
3895 vec_or(vector unsigned short __a, vector bool short __b) function
3901 vec_or(vector bool short __a, vector bool short __b) function
3907 vec_or(vector int __a, vector int __b) function
3913 vec_or(vector bool int __a, vector int __b) function
3919 vec_or(vector int __a, vector bool int __b) function
3925 vec_or(vector unsigned int __a, vector unsigned int __b) function
3931 vec_or(vector bool int __a, vector unsigned int __b) function
3937 vec_or(vector unsigned int __a, vector bool int __b) function
3943 vec_or(vector bool int __a, vector bool int __b) function
3949 vec_or(vector float __a, vector float __b) function
3956 vec_or(vector bool int __a, vector float __b) function
3963 vec_or(vector float __a, vector bool int __b) function
[all...]

Completed in 396 milliseconds