Home
last modified time | relevance | path

Searched refs:vec_splat_s16 (Results 1 – 10 of 10) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/ppc/
Dbitdepth_conversion_vsx.h35 const int16x8_t one = vec_splat_s16(1); in store_tran_low()
Dinv_txfm_vsx.c86 int16x8_t add8 = vec_splat_s16(8); \
297 int16x8_t add = vec_sl(vec_splat_s16(8), vec_splat_u16(1)); in vpx_idct8x8_64_add_vsx()
537 int16x8_t add = vec_sl(vec_splat_s16(8), vec_splat_u16(2)); in vpx_idct16x16_256_add_vsx()
1000 int16x8_t add = vec_sl(vec_splat_s16(8), vec_splat_u16(2)); in vpx_idct32x32_1024_add_vsx()
Dvpx_convolve_vsx.c165 vec_packsu(vec_pack(avg, vec_splat_s32(0)), vec_splat_s16(0)), 3); in convolve_line()
/external/clang/test/CodeGen/
Dbuiltins-systemz-zvector-error.c419 vss = vec_splat_s16(idx); // expected-error {{no matching function}} in test_core()
Dbuiltins-systemz-zvector.c496 vss = vec_splat_s16(-32768); in test_core()
498 vss = vec_splat_s16(32767); in test_core()
Dbuiltins-ppc-altivec.c4062 res_vs = vec_splat_s16(0x09); // TODO: add check in test6()
/external/valgrind/none/tests/ppc32/
DtestVMX.stdout.exp305 Function vec_splat_s16 [type short] ===> OK
DtestVMX.c4782 Saux1.v = vec_splat_s16( 15 ); in part3()
/external/clang/lib/Headers/
Daltivec.h7910 #define __builtin_altivec_vspltish vec_splat_s16
7913 static __inline__ vector short __ATTRS_o_ai vec_splat_s16(signed char __a) { in vec_splat_s16() function
Dvecintrin.h1250 vec_splat_s16(signed short __scalar) in vec_splat_s16() function