/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | variance_vsx.c | 29 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()
|
D | sad_vsx.c | 186 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); \
|
D | vpx_convolve_vsx.c | 168 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()
|
D | intrapred_vsx.c | 506 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()
|
D | inv_txfm_vsx.c | 142 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/ |
D | builtins-systemz-zvector-error.c | 412 vsi = vec_splat_s32(idx); // expected-error {{no matching function}} in test_core()
|
D | builtins-systemz-zvector.c | 826 vsi = vec_splat_s32(-32768); in test_core() 828 vsi = vec_splat_s32(32767); in test_core()
|
/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/llvm-project/clang/lib/Headers/ppc_wrappers/ |
D | emmintrin.h | 1492 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/ |
D | PacketMath.h | 45 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/ |
D | PacketMath.h | 65 Packet4i p4i_##NAME = reinterpret_cast<Packet4i>(vec_splat_s32(X))
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 4324 res_vi = vec_splat_s32(0x09); // TODO: add check in test6()
|
/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
|
/external/llvm-project/clang/lib/Headers/ |
D | altivec.h | 9820 #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
|
D | vecintrin.h | 1724 vec_splat_s32(signed short __scalar) in vec_splat_s32() function
|