Home
last modified time | relevance | path

Searched refs:vec_sum4s (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/ppc/
Dintrapred_vsx.c499 (int32x4_t)vec_sum4s(vec_vsx_ld(0, values), vec_splat_u32(0)); in avg16()
527 (int32x4_t)vec_sum4s(v0, vec_sum4s(v1, vec_splat_u32(0))); in avg32()
554 (int32x4_t)vec_sum4s(l0, vec_sum4s(a0, vec_splat_u32(0))); in dc_avg8()
568 (int32x4_t)vec_sum4s(l0, vec_sum4s(a0, vec_splat_u32(0))); in dc_avg16()
592 const uint32x4_t a_sum = vec_sum4s(a0, vec_sum4s(a1, vec_splat_u32(0))); in dc_avg32()
593 const int32x4_t sum4s = (int32x4_t)vec_sum4s(l0, vec_sum4s(l1, a_sum)); in dc_avg32()
Dsad_vsx.c28 v_sad = vec_sum4s(v_absh, v_sad); \
29 v_sad = vec_sum4s(v_absl, v_sad);
/external/valgrind/none/tests/ppc32/
DtestVMX.stdout.exp387 Function vec_sum4s [type char] ===> OK
388 Function vec_sum4s [type unsigned char] ===> OK
389 Function vec_sum4s [type short] ===> OK
DtestVMX.c6086 Iaux1.v = vec_sum4s( Ccons2, Icons2 ); in part4()
6103 UIaux1.v = vec_sum4s( UCcons2, UIcons2 ); in part4()
6120 Iaux1.v = vec_sum4s( Scons2, Icons2 ); in part4()
/external/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c5393 res_vi = vec_sum4s(vsc, vi); in test6()
5397 res_vui = vec_sum4s(vuc, vui); in test6()
5401 res_vi = vec_sum4s(vs, vi); in test6()
/external/clang/lib/Headers/
Daltivec.h9857 static __inline__ vector int __ATTRS_o_ai vec_sum4s(vector signed char __a, in vec_sum4s() function
9863 vec_sum4s(vector unsigned char __a, vector unsigned int __b) { in vec_sum4s() function
9867 static __inline__ vector int __ATTRS_o_ai vec_sum4s(vector signed short __a, in vec_sum4s() function