Searched refs:vec_splat_s32 (Results 1 – 13 of 13) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | variance_vsx.c | 33 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()
|
D | sad_vsx.c | 38 int32x4_t v_sad = vec_splat_s32(0); \ 58 int32x4_t v_sad = vec_splat_s32(0); \ 79 int32x4_t v_sad = vec_splat_s32(0); \
|
D | intrapred_vsx.c | 500 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()
|
D | vpx_convolve_vsx.c | 166 const int32x4_t sum = vec_msum(s, f, vec_splat_s32(0)); in convolve_line() 168 vec_sl(vec_splat_s32(1), vec_splat_u32(FILTER_BITS - 1)); in convolve_line() 171 vec_packsu(vec_pack(avg, vec_splat_s32(0)), vec_splat_s16(0)), 3); in convolve_line()
|
/external/clang/test/CodeGen/ |
D | builtins-systemz-zvector-error.c | 423 vsi = vec_splat_s32(idx); // expected-error {{no matching function}} in test_core()
|
D | builtins-systemz-zvector.c | 504 vsi = vec_splat_s32(-32768); in test_core() 506 vsi = vec_splat_s32(32767); in test_core()
|
D | builtins-ppc-altivec.c | 4066 res_vi = vec_splat_s32(0x09); // TODO: add check in test6()
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | PacketMath.h | 45 Packet4f p4f_##NAME = reinterpret_cast<Packet4f>(vec_splat_s32(X)) 48 Packet4i p4i_##NAME = vec_splat_s32(X)
|
/external/valgrind/none/tests/ppc32/ |
D | testVMX.stdout.exp | 308 Function vec_splat_s32 [type integer] ===> OK
|
D | testVMX.c | 4795 Iaux1.v = vec_splat_s32( 15 ); in part3()
|
/external/eigen/Eigen/src/Core/arch/ZVector/ |
D | PacketMath.h | 65 Packet4i p4i_##NAME = reinterpret_cast<Packet4i>(vec_splat_s32(X))
|
/external/clang/lib/Headers/ |
D | altivec.h | 7926 #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
|
D | vecintrin.h | 1256 vec_splat_s32(signed short __scalar) in vec_splat_s32() function
|