Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/ppc/
Dvariance_vsx.c29 const int32x4_t ds = vec_msum(d1, d1, vec_msum(d0, d0, vec_splat_s32(0))); in vpx_get4x4sse_cs_vsx()
30 const int32x4_t d = vec_splat(vec_sums(ds, vec_splat_s32(0)), 3); in vpx_get4x4sse_cs_vsx()
40 int32x4_t s = vec_splat_s32(0); in vpx_get_mb_ss_vsx()
47 s = vec_splat(vec_sums(s, vec_splat_s32(0)), 3); in vpx_get_mb_ss_vsx()
142 int32x4_t s = vec_splat_s32(0); in variance()
143 int32x4_t ss = vec_splat_s32(0); in variance()
207 s = vec_splat(vec_sums(s, vec_splat_s32(0)), 3); in variance()
211 ss = vec_splat(vec_sums(ss, vec_splat_s32(0)), 3); in variance()
Dsad_vsx.c186 int32x4_t v_sad = vec_splat_s32(0); \
212 int32x4_t v_sad = vec_splat_s32(0); \
242 int32x4_t v_sad = vec_splat_s32(0); \
Dvpx_convolve_vsx.c168 const int32x4_t sum = vec_msum(s, f, vec_splat_s32(0)); in convolve_line()
170 vec_sl(vec_splat_s32(1), vec_splat_u32(FILTER_BITS - 1)); in convolve_line()
173 vec_packsu(vec_pack(avg, vec_splat_s32(0)), vec_splat_s16(0)), 3); in convolve_line()
Dintrapred_vsx.c506 const uint32x4_t sum = (uint32x4_t)vec_sums(sum4s, vec_splat_s32(8)); in avg16()
531 const int32x4_t v16 = vec_sl(vec_splat_s32(1), vec_splat_u32(4)); in avg32()
563 const int32x4_t sum4s8 = xxpermdi(sum4s, vec_splat_s32(0), 1);
564 const uint32x4_t sum = (uint32x4_t)vec_sums(sum4s8, vec_splat_s32(8));
575 const int32x4_t v16 = vec_sl(vec_splat_s32(1), vec_splat_u32(4)); in dc_avg16()
603 const int32x4_t v32 = vec_sl(vec_splat_s32(1), vec_splat_u32(5)); in dc_avg32()
Dinv_txfm_vsx.c142 const int32x4_t shift = vec_sl(vec_splat_s32(1), vec_splat_u32(13)); \
1226 int32x4_t zerov = vec_splat_s32(0); in vp9_iadst4_vsx()
1282 int32x4_t zerov = vec_splat_s32(0); in vp9_iadst8_vsx()
1466 int32x4_t zerov = vec_splat_s32(0); in iadst16x8_vsx()
1773 int32x4_t zerov = vec_splat_s32(0); in vpx_iadst16_vsx()
/external/llvm-project/clang/test/CodeGen/SystemZ/
Dbuiltins-systemz-zvector-error.c412 vsi = vec_splat_s32(idx); // expected-error {{no matching function}} in test_core()
Dbuiltins-systemz-zvector.c826 vsi = vec_splat_s32(-32768); in test_core()
828 vsi = vec_splat_s32(32767); in test_core()
/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/llvm-project/clang/lib/Headers/ppc_wrappers/
Demmintrin.h1492 lshift = (__v4su) vec_splat_s32(__B); in _mm_slli_epi32()
1512 lshift = (__v2du) vec_splat_s32(__B); in _mm_slli_epi64()
1552 rshift = (__v4su) vec_splat_s32(__B); in _mm_srai_epi32()
1662 rshift = (__v4su) vec_splat_s32(__B); in _mm_srli_epi32()
1687 rshift = (__v2du) vec_splat_s32(__B); in _mm_srli_epi64()
/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/eigen/Eigen/src/Core/arch/ZVector/
DPacketMath.h65 Packet4i p4i_##NAME = reinterpret_cast<Packet4i>(vec_splat_s32(X))
/external/llvm-project/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c4324 res_vi = vec_splat_s32(0x09); // TODO: add check in test6()
/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
/external/llvm-project/clang/lib/Headers/
Daltivec.h9820 #define __builtin_altivec_vspltisw vec_splat_s32
9823 static __inline__ vector int __ATTRS_o_ai vec_splat_s32(signed char __a) { in vec_splat_s32() function
Dvecintrin.h1724 vec_splat_s32(signed short __scalar) in vec_splat_s32() function