Home
last modified time | relevance | path

Searched refs:vec_or (Results 1 – 13 of 13) sorted by relevance

/external/clang/test/CodeGen/
Dbuiltins-ppc-vsx.c793 res_vsll = vec_or(vsll, vsll); in test1()
797 res_vsll = vec_or(vbll, vsll); in test1()
801 res_vsll = vec_or(vsll, vbll); in test1()
805 res_vull = vec_or(vull, vull); in test1()
809 res_vull = vec_or(vbll, vull); in test1()
813 res_vull = vec_or(vull, vbll); in test1()
817 res_vbll = vec_or(vbll, vbll); in test1()
821 res_vd = vec_or(vd, vd); in test1()
827 res_vd = vec_or(vbll, vd); in test1()
835 res_vd = vec_or(vd, vbll); in test1()
Dbuiltins-ppc-altivec.c2444 res_vsc = vec_or(vsc, vsc); in test6()
2448 res_vsc = vec_or(vbc, vsc); in test6()
2452 res_vsc = vec_or(vsc, vbc); in test6()
2456 res_vuc = vec_or(vuc, vuc); in test6()
2460 res_vuc = vec_or(vbc, vuc); in test6()
2464 res_vuc = vec_or(vuc, vbc); in test6()
2468 res_vbc = vec_or(vbc, vbc); in test6()
2472 res_vs = vec_or(vs, vs); in test6()
2476 res_vs = vec_or(vbs, vs); in test6()
2480 res_vs = vec_or(vs, vbs); in test6()
[all …]
/external/libjpeg-turbo/simd/
Djidctfst-altivec.c150 tmp1 = vec_or(col1, col2); in jsimd_idct_ifast_altivec()
151 tmp2 = vec_or(col3, col4); in jsimd_idct_ifast_altivec()
152 tmp1 = vec_or(tmp1, tmp2); in jsimd_idct_ifast_altivec()
153 tmp3 = vec_or(col5, col6); in jsimd_idct_ifast_altivec()
154 tmp3 = vec_or(tmp3, col7); in jsimd_idct_ifast_altivec()
155 tmp1 = vec_or(tmp1, tmp3); in jsimd_idct_ifast_altivec()
Djidctint-altivec.c259 tmp1 = vec_or(col1, col2); in jsimd_idct_islow_altivec()
260 tmp2 = vec_or(col3, col4); in jsimd_idct_islow_altivec()
261 tmp1 = vec_or(tmp1, tmp2); in jsimd_idct_islow_altivec()
262 tmp3 = vec_or(col5, col6); in jsimd_idct_islow_altivec()
263 tmp3 = vec_or(tmp3, col7); in jsimd_idct_islow_altivec()
264 tmp1 = vec_or(tmp1, tmp3); in jsimd_idct_islow_altivec()
/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/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_tri.c606 __m128i c_0 = vec_or(vec_or(c0_0, c1_0), c2_0); in lp_rast_triangle_32_3_16()
612 __m128i c_1 = vec_or(vec_or(c0_1, c1_1), c2_1); in lp_rast_triangle_32_3_16()
619 __m128i c_2 = vec_or(vec_or(c0_2, c1_2), c2_2); in lp_rast_triangle_32_3_16()
625 __m128i c_3 = vec_or(vec_or(c0_3, c1_3), c2_3); in lp_rast_triangle_32_3_16()
Dlp_setup_tri.c545 c_inc_mask = vec_or(dcdx_neg_mask, in do_triangle_ccw()
/external/valgrind/none/tests/ppc32/
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
DtestVMX.c3295 Caux1.v = vec_or( Ccons1, Ccons2 ); in part2()
3307 UCaux1.v = vec_or( UCcons1, UCcons2 ); in part2()
3322 Saux1.v = vec_or( Scons1, Scons2 ); in part2()
3334 USaux1.v = vec_or( UScons1, UScons2 ); in part2()
3349 Iaux1.v = vec_or( Icons1, Icons2 ); in part2()
3361 UIaux1.v = vec_or( UIcons1, UIcons2 ); in part2()
3374 Faux1.v = vec_or( Fcons1, Fcons2 ); in part2()
/external/clang/lib/Headers/
Daltivec.h4910 #define __builtin_altivec_vor vec_or
4913 vec_or(vector signed char __a, vector signed char __b) { in vec_or() function
4918 vec_or(vector bool char __a, vector signed char __b) { in vec_or() function
4922 static __inline__ vector signed char __ATTRS_o_ai vec_or(vector signed char __a, in vec_or() function
4928 vec_or(vector unsigned char __a, vector unsigned char __b) { in vec_or() function
4933 vec_or(vector bool char __a, vector unsigned char __b) { in vec_or() function
4938 vec_or(vector unsigned char __a, vector bool char __b) { in vec_or() function
4942 static __inline__ vector bool char __ATTRS_o_ai vec_or(vector bool char __a, in vec_or() function
4947 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a, in vec_or() function
4952 static __inline__ vector short __ATTRS_o_ai vec_or(vector bool short __a, in vec_or() function
[all …]
/external/eigen/Eigen/src/Core/arch/AltiVec/
DPacketMath.h400 …STRONG_INLINE Packet4f por<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_or(a, b); }
401 …STRONG_INLINE Packet4i por<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_or(a, b); }
919 …STRONG_INLINE Packet2d por<Packet2d>(const Packet2d& a, const Packet2d& b) { return vec_or(a, b); }
/external/eigen/Eigen/src/Core/arch/ZVector/
DPacketMath.h596 …STRONG_INLINE Packet4i por<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_or(a, b); }
597 …STRONG_INLINE Packet2d por<Packet2d>(const Packet2d& a, const Packet2d& b) { return vec_or(a, b); }
DComplex.h176 …d por <Packet1cd>(const Packet1cd& a, const Packet1cd& b) { return Packet1cd(vec_or(a.v,b.v)); }