Searched refs:vec_splat_u16 (Results 1 – 13 of 13) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | intrapred_vsx.c | 509 return vec_splat(vec_pack(vec_pack(avg, vec_splat_u32(0)), vec_splat_u16(0)), in avg16() 537 return vec_splat(vec_pack(vec_pack(avg, vec_splat_u32(0)), vec_splat_u16(0)), in avg32() 567 return vec_splat(vec_pack(vec_pack(avg, vec_splat_u32(0)), vec_splat_u16(0)), 581 return vec_splat(vec_pack(vec_pack(avg, vec_splat_u32(0)), vec_splat_u16(0)), in dc_avg16() 609 return vec_splat(vec_pack(vec_pack(avg, vec_splat_u32(0)), vec_splat_u16(0)), in dc_avg32()
|
D | hadamard_vsx.c | 77 const uint16x8_t ones = vec_splat_u16(1); in vpx_hadamard_16x16_vsx()
|
D | inv_txfm_vsx.c | 149 uint16x8_t shift4 = vec_splat_u16(4); 363 int16x8_t add = vec_sl(vec_splat_s16(8), vec_splat_u16(1)); in vpx_round_store8x8_vsx() 364 uint16x8_t shift5 = vec_splat_u16(5); in vpx_round_store8x8_vsx() 636 uint16x8_t shift6 = vec_splat_u16(6); in vpx_round_store16x16_vsx() 637 int16x8_t add = vec_sl(vec_splat_s16(8), vec_splat_u16(2)); in vpx_round_store16x16_vsx() 1094 int16x8_t add = vec_sl(vec_splat_s16(8), vec_splat_u16(2)); in vpx_idct32x32_1024_add_vsx() 1095 uint16x8_t shift6 = vec_splat_u16(6); in vpx_idct32x32_1024_add_vsx() 1182 uint16x8_t two = vec_splat_u16(2); in vpx_iwht4x4_16_add_vsx()
|
/external/llvm-project/clang/test/CodeGen/SystemZ/ |
D | builtins-systemz-zvector-error.c | 410 vus = vec_splat_u16(idx); // expected-error {{no matching function}} in test_core()
|
D | builtins-systemz-zvector.c | 822 vus = vec_splat_u16(1); in test_core() 824 vus = vec_splat_u16(65534); in test_core()
|
/external/clang/test/CodeGen/ |
D | builtins-systemz-zvector-error.c | 421 vus = vec_splat_u16(idx); // expected-error {{no matching function}} in test_core()
|
D | builtins-systemz-zvector.c | 500 vus = vec_splat_u16(1); in test_core() 502 vus = vec_splat_u16(65534); in test_core()
|
D | builtins-ppc-altivec.c | 4073 res_vus = vec_splat_u16(0x09); // TODO: add check in test6()
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 4331 res_vus = vec_splat_u16(0x09); // TODO: add check in test6()
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 1276 vec_splat_u16(unsigned short __scalar) in vec_splat_u16() function
|
D | altivec.h | 7952 vec_splat_u16(signed char __a) { in vec_splat_u16() function
|
/external/llvm-project/clang/lib/Headers/ |
D | vecintrin.h | 1744 vec_splat_u16(unsigned short __scalar) in vec_splat_u16() function
|
D | altivec.h | 9846 vec_splat_u16(signed char __a) { in vec_splat_u16() function
|