Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/ppc/
Dvariance_vsx.c33 const int32x4_t ds = vec_msum(d1, d1, vec_msum(d0, d0, vec_splat_s32(0))); in vpx_get4x4sse_cs_vsx()
34 const int32x4_t d = vec_splat(vec_sums(ds, vec_splat_s32(0)), 3); in vpx_get4x4sse_cs_vsx()
44 int32x4_t s = vec_splat_s32(0); in vpx_get_mb_ss_vsx()
51 s = vec_splat(vec_sums(s, vec_splat_s32(0)), 3); in vpx_get_mb_ss_vsx()
Dsad_vsx.c41 int32x4_t v_sad = vec_splat_s32(0); \
61 int32x4_t v_sad = vec_splat_s32(0); \
82 int32x4_t v_sad = vec_splat_s32(0); \
179 int32x4_t v_sad = vec_splat_s32(0); \
205 int32x4_t v_sad = vec_splat_s32(0); \
235 int32x4_t v_sad = vec_splat_s32(0); \
Dintrapred_vsx.c500 const uint32x4_t sum = (uint32x4_t)vec_sums(sum4s, vec_splat_s32(8)); in avg16()
525 const int32x4_t v16 = vec_sl(vec_splat_s32(1), vec_splat_u32(4)); in avg32()
555 const int32x4_t sum4s8 = xxpermdi(sum4s, vec_splat_s32(0), 1); in dc_avg8()
556 const uint32x4_t sum = (uint32x4_t)vec_sums(sum4s8, vec_splat_s32(8)); in dc_avg8()
566 const int32x4_t v16 = vec_sl(vec_splat_s32(1), vec_splat_u32(4)); in dc_avg16()
591 const int32x4_t v32 = vec_sl(vec_splat_s32(1), vec_splat_u32(5)); in dc_avg32()
Dvpx_convolve_vsx.c160 const int32x4_t sum = vec_msum(s, f, vec_splat_s32(0)); in convolve_line()
162 vec_sl(vec_splat_s32(1), vec_splat_u32(FILTER_BITS - 1)); in convolve_line()
165 vec_packsu(vec_pack(avg, vec_splat_s32(0)), vec_splat_s16(0)), 3); in convolve_line()
Dinv_txfm_vsx.c80 const int32x4_t shift = vec_sl(vec_splat_s32(1), vec_splat_u32(13)); \
/external/clang/test/CodeGen/
Dbuiltins-systemz-zvector-error.c423 vsi = vec_splat_s32(idx); // expected-error {{no matching function}} in test_core()
Dbuiltins-systemz-zvector.c504 vsi = vec_splat_s32(-32768); in test_core()
506 vsi = vec_splat_s32(32767); in test_core()
Dbuiltins-ppc-altivec.c4066 res_vi = vec_splat_s32(0x09); // TODO: add check in test6()
/external/eigen/Eigen/src/Core/arch/AltiVec/
DPacketMath.h45 Packet4f p4f_##NAME = reinterpret_cast<Packet4f>(vec_splat_s32(X))
48 Packet4i p4i_##NAME = vec_splat_s32(X)
/external/valgrind/none/tests/ppc32/
DtestVMX.stdout.exp308 Function vec_splat_s32 [type integer] ===> OK
DtestVMX.c4795 Iaux1.v = vec_splat_s32( 15 ); in part3()
/external/eigen/Eigen/src/Core/arch/ZVector/
DPacketMath.h65 Packet4i p4i_##NAME = reinterpret_cast<Packet4i>(vec_splat_s32(X))
/external/clang/lib/Headers/
Daltivec.h7926 #define __builtin_altivec_vspltisw vec_splat_s32
7929 static __inline__ vector int __ATTRS_o_ai vec_splat_s32(signed char __a) { in vec_splat_s32() function
Dvecintrin.h1256 vec_splat_s32(signed short __scalar) in vec_splat_s32() function