Home
last modified time | relevance | path

Searched refs:vec_sr (Results 1 – 14 of 14) sorted by relevance

/external/libjpeg-turbo/simd/
Djdsample-altivec.c97 outle = vec_sr(outle, (__vector unsigned short)pw_two); in jsimd_h2v1_fancy_upsample_altivec()
98 outlo = vec_sr(outlo, (__vector unsigned short)pw_two); in jsimd_h2v1_fancy_upsample_altivec()
110 outhe = vec_sr(outhe, (__vector unsigned short)pw_two); in jsimd_h2v1_fancy_upsample_altivec()
111 outho = vec_sr(outho, (__vector unsigned short)pw_two); in jsimd_h2v1_fancy_upsample_altivec()
245 outle = vec_sr(outle, pw_four); in jsimd_h2v2_fancy_upsample_altivec()
249 outlo = vec_sr(outlo, pw_four); in jsimd_h2v2_fancy_upsample_altivec()
259 outhe = vec_sr(outhe, pw_four); in jsimd_h2v2_fancy_upsample_altivec()
263 outho = vec_sr(outho, pw_four); in jsimd_h2v2_fancy_upsample_altivec()
275 outle = vec_sr(outle, pw_four); in jsimd_h2v2_fancy_upsample_altivec()
279 outlo = vec_sr(outlo, pw_four); in jsimd_h2v2_fancy_upsample_altivec()
[all …]
Djcsample-altivec.c65 outl = vec_sr(outl, pw_one); in jsimd_h2v1_downsample_altivec()
74 outh = vec_sr(outh, pw_one); in jsimd_h2v1_downsample_altivec()
133 outl = vec_sr(outl, pw_two); in jsimd_h2v2_downsample_altivec()
150 outh = vec_sr(outh, pw_two); in jsimd_h2v2_downsample_altivec()
/external/fec/
Dviterbi27_av.c137 metric = vec_sr(metric,(vector unsigned char)(3)); in update_viterbi27_blk_av()
148 metric = vec_sr(metric,(vector unsigned char)(3)); in update_viterbi27_blk_av()
Dviterbi29_av.c139 metric = vec_sr(metric,(vector unsigned char)(3)); in update_viterbi29_blk_av()
/external/libvpx/libvpx/vpx_dsp/ppc/
Dintrapred_vsx.c501 const uint32x4_t avg = (uint32x4_t)vec_sr(sum, vec_splat_u32(4)); in avg16()
529 const uint32x4_t avg = (uint32x4_t)vec_sr(sum, vec_splat_u32(5)); in avg32()
557 const uint32x4_t avg = (uint32x4_t)vec_sr(sum, vec_splat_u32(4)); in dc_avg8()
570 const uint32x4_t avg = (uint32x4_t)vec_sr(sum, vec_splat_u32(5)); in dc_avg16()
595 const uint32x4_t avg = (uint32x4_t)vec_sr(sum, vec_splat_u32(6)); in dc_avg32()
609 vec_adds(vec_and(a, c), vec_sr(vec_xor(a, c), vec_splat_u8(1))); in avg3()
Dvpx_convolve_vsx.c169 const int32x4_t avg = vec_sr(vec_sums(sum, bias), vec_splat_u32(FILTER_BITS)); in convolve_line()
/external/valgrind/none/tests/ppc32/
DtestVMX.stdout.exp320 Function vec_sr [type char] ===> OK
321 Function vec_sr [type unsigned char] ===> OK
322 Function vec_sr [type short] ===> OK
323 Function vec_sr [type unsigned short] ===> OK
324 Function vec_sr [type integer] ===> OK
325 Function vec_sr [type unsigned int] ===> OK
DtestVMX.c4846 Caux1.v = vec_sr( Ccons3, UCcons3 ); in part3()
4862 UCaux1.v = vec_sr( UCcons1, UCcons3 ); in part3()
4877 Saux1.v = vec_sr( Scons3, UScons3 ); in part3()
4893 USaux1.v = vec_sr( UScons1, UScons3 ); in part3()
4908 Iaux1.v = vec_sr( Icons3, UIcons3 ); in part3()
4924 UIaux1.v = vec_sr( UIcons1, UIcons3 ); in part3()
/external/jemalloc/test/include/test/
DSFMT-alti.h83 y = vec_sr(b, sr1); in vec_recursion()
/external/clang/test/CodeGen/
Dbuiltins-ppc-p8vector.c1059 res_vsll = vec_sr(vsll, vull); in test1()
1064 res_vull = vec_sr(vull, vull); in test1()
Dbuiltins-ppc-altivec.c4079 res_vsc = vec_sr(vsc, vuc); in test6()
4083 res_vuc = vec_sr(vuc, vuc); in test6()
4087 res_vs = vec_sr(vs, vus); in test6()
4091 res_vus = vec_sr(vus, vus); in test6()
4095 res_vi = vec_sr(vi, vui); in test6()
4099 res_vui = vec_sr(vui, vui); in test6()
/external/mesa3d/src/gallium/auxiliary/util/
Du_pwr8.h210 return (__m128i) vec_sr ((vector signed int) vsrc, vec_count.m128ui); in vec_srli_epi32()
/external/eigen/Eigen/src/Core/arch/AltiVec/
DMathFunctions.h106 emm0 = vec_sr(reinterpret_cast<Packet4i>(x),
/external/clang/lib/Headers/
Daltivec.h7967 vec_sr(vector signed char __a, vector unsigned char __b) { in vec_sr() function
7973 vec_sr(vector unsigned char __a, vector unsigned char __b) { in vec_sr() function
7978 vec_sr(vector signed short __a, vector unsigned short __b) { in vec_sr() function
7984 vec_sr(vector unsigned short __a, vector unsigned short __b) { in vec_sr() function
7989 vec_sr(vector signed int __a, vector unsigned int __b) { in vec_sr() function
7995 vec_sr(vector unsigned int __a, vector unsigned int __b) { in vec_sr() function
8001 vec_sr(vector signed long long __a, vector unsigned long long __b) { in vec_sr() function
8007 vec_sr(vector unsigned long long __a, vector unsigned long long __b) { in vec_sr() function