/external/libvpx/libvpx/vp9/encoder/ppc/ |
D | vp9_quantize_vsx.c | 87 eob = vec_max(vec_or(scan0, zero_coeff0), vec_or(scan1, zero_coeff1)); in vp9_quantize_fp_vsx() 131 eob = vec_max(eob, vec_or(scan0, zero_coeff0)); in vp9_quantize_fp_vsx() 132 eob2 = vec_max(vec_or(scan1, zero_coeff1), vec_or(scan2, zero_coeff2)); in vp9_quantize_fp_vsx() 232 eob = vec_max(vec_or(scan0, zero_coeff0), vec_or(scan1, zero_coeff1)); in vp9_quantize_fp_32x32_vsx() 280 eob = vec_max(eob, vec_or(scan0, zero_coeff0)); in vp9_quantize_fp_32x32_vsx() 281 eob2 = vec_max(vec_or(scan1, zero_coeff1), vec_or(scan2, zero_coeff2)); in vp9_quantize_fp_32x32_vsx()
|
/external/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 793 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()
|
D | builtins-ppc-altivec.c | 2444 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/powerpc/ |
D | jidctfst-altivec.c | 148 tmp1 = vec_or(col1, col2); in jsimd_idct_ifast_altivec() 149 tmp2 = vec_or(col3, col4); in jsimd_idct_ifast_altivec() 150 tmp1 = vec_or(tmp1, tmp2); in jsimd_idct_ifast_altivec() 151 tmp3 = vec_or(col5, col6); in jsimd_idct_ifast_altivec() 152 tmp3 = vec_or(tmp3, col7); in jsimd_idct_ifast_altivec() 153 tmp1 = vec_or(tmp1, tmp3); in jsimd_idct_ifast_altivec()
|
D | jidctint-altivec.c | 257 tmp1 = vec_or(col1, col2); in jsimd_idct_islow_altivec() 258 tmp2 = vec_or(col3, col4); in jsimd_idct_islow_altivec() 259 tmp1 = vec_or(tmp1, tmp2); in jsimd_idct_islow_altivec() 260 tmp3 = vec_or(col5, col6); in jsimd_idct_islow_altivec() 261 tmp3 = vec_or(tmp3, col7); in jsimd_idct_islow_altivec() 262 tmp1 = vec_or(tmp1, tmp3); in jsimd_idct_islow_altivec()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_rast_tri.c | 606 __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()
|
D | lp_setup_tri.c | 546 c_inc_mask = vec_or(dcdx_neg_mask, in do_triangle_ccw()
|
/external/libunwind/tests/ |
D | ppc64-test-altivec.c | 130 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/clang/lib/Headers/ |
D | altivec.h | 4910 #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/ |
D | PacketMath.h | 400 …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/ |
D | PacketMath.h | 596 …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); }
|
D | Complex.h | 176 …d por <Packet1cd>(const Packet1cd& a, const Packet1cd& b) { return Packet1cd(vec_or(a.v,b.v)); }
|