/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | intrapred_vsx.c | 252 vec_vsx_st(vec_sel(vec_packsu(val, tmp), d, (uint8x16_t)mask4), 0, dst); 258 vec_vsx_st(vec_sel(vec_packsu(val, tmp), d, (uint8x16_t)mask4), 0, dst); 264 vec_vsx_st(vec_sel(vec_packsu(val, tmp), d, (uint8x16_t)mask4), 0, dst); 270 vec_vsx_st(vec_sel(vec_packsu(val, tmp), d, (uint8x16_t)mask4), 0, dst); 282 vec_vsx_st(vec_packsu(val, tmp), 0, dst); 287 vec_vsx_st(vec_packsu(val, tmp), 0, dst); 292 vec_vsx_st(vec_packsu(val, tmp), 0, dst); 297 vec_vsx_st(vec_packsu(val, tmp), 0, dst); 302 vec_vsx_st(vec_packsu(val, tmp), 0, dst); 307 vec_vsx_st(vec_packsu(val, tmp), 0, dst); [all …]
|
D | inv_txfm_vsx.c | 175 output_v = vec_packsu(tmp16_0, tmp16_1); \ 375 output0 = vec_packsu(d_u0, d_u1); in vpx_round_store8x8_vsx() 376 output1 = vec_packsu(d_u2, d_u3); in vpx_round_store8x8_vsx() 377 output2 = vec_packsu(d_u4, d_u5); in vpx_round_store8x8_vsx() 378 output3 = vec_packsu(d_u6, d_u7); in vpx_round_store8x8_vsx() 579 vec_vsx_st(vec_packsu(d_uh, d_ul), offset, dest); 1069 vec_vsx_st(vec_packsu(d_uh, d_ul), (step)*stride, dest); \ 1075 vec_vsx_st(vec_packsu(d_uh, d_ul), (step)*stride + 16, dest);
|
D | vpx_convolve_vsx.c | 173 vec_packsu(vec_pack(avg, vec_splat_s32(0)), vec_splat_s16(0)), 3); in convolve_line()
|
/external/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 1026 res_vui = vec_packsu(vsll, vsll); in test1() 1031 res_vui = vec_packsu(vull, vull); in test1()
|
D | builtins-systemz-zvector.c | 643 vuc = vec_packsu(vss, vss); in test_core() 645 vuc = vec_packsu(vus, vus); in test_core() 647 vus = vec_packsu(vsi, vsi); in test_core() 649 vus = vec_packsu(vui, vui); in test_core() 651 vui = vec_packsu(vsl, vsl); in test_core() 653 vui = vec_packsu(vul, vul); in test_core()
|
D | builtins-ppc-altivec.c | 2728 res_vuc = vec_packsu(vs, vs); in test6() 2732 res_vuc = vec_packsu(vus, vus); in test6() 2736 res_vus = vec_packsu(vi, vi); in test6() 2740 res_vus = vec_packsu(vui, vui); in test6()
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 1086 res_vui = vec_packsu(vsll, vsll); in test1() 1091 res_vui = vec_packsu(vull, vull); in test1()
|
D | builtins-ppc-altivec.c | 2901 res_vuc = vec_packsu(vs, vs); in test6() 2905 res_vuc = vec_packsu(vus, vus); in test6() 2909 res_vus = vec_packsu(vi, vi); in test6() 2913 res_vus = vec_packsu(vui, vui); in test6()
|
/external/llvm-project/clang/test/CodeGen/SystemZ/ |
D | builtins-systemz-zvector.c | 1024 vuc = vec_packsu(vss, vss); in test_core() 1027 vuc = vec_packsu(vus, vus); in test_core() 1030 vus = vec_packsu(vsi, vsi); in test_core() 1033 vus = vec_packsu(vui, vui); in test_core() 1036 vui = vec_packsu(vsl, vsl); in test_core() 1039 vui = vec_packsu(vul, vul); in test_core()
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 1655 vec_packsu(vector signed short __a, vector signed short __b) { in vec_packsu() function 1663 vec_packsu(vector unsigned short __a, vector unsigned short __b) { in vec_packsu() function 1668 vec_packsu(vector signed int __a, vector signed int __b) { in vec_packsu() function 1676 vec_packsu(vector unsigned int __a, vector unsigned int __b) { in vec_packsu() function 1681 vec_packsu(vector signed long long __a, vector signed long long __b) { in vec_packsu() function 1691 vec_packsu(vector unsigned long long __a, vector unsigned long long __b) { in vec_packsu() function
|
D | altivec.h | 5843 vec_packsu(vector short __a, vector short __b) { in vec_packsu() function 5852 vec_packsu(vector unsigned short __a, vector unsigned short __b) { in vec_packsu() function 5861 vec_packsu(vector int __a, vector int __b) { in vec_packsu() function 5870 vec_packsu(vector unsigned int __a, vector unsigned int __b) { in vec_packsu() function 5880 vec_packsu(vector long long __a, vector long long __b) { in vec_packsu() function 5889 vec_packsu(vector unsigned long long __a, vector unsigned long long __b) { in vec_packsu() function
|
/external/llvm-project/clang/lib/Headers/ |
D | vecintrin.h | 2145 vec_packsu(__vector signed short __a, __vector signed short __b) { in vec_packsu() function 2153 vec_packsu(__vector unsigned short __a, __vector unsigned short __b) { in vec_packsu() function 2158 vec_packsu(__vector signed int __a, __vector signed int __b) { in vec_packsu() function 2166 vec_packsu(__vector unsigned int __a, __vector unsigned int __b) { in vec_packsu() function 2171 vec_packsu(__vector signed long long __a, __vector signed long long __b) { in vec_packsu() function 2181 vec_packsu(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_packsu() function
|
D | altivec.h | 7446 vec_packsu(vector short __a, vector short __b) { in vec_packsu() function 7455 vec_packsu(vector unsigned short __a, vector unsigned short __b) { in vec_packsu() function 7464 vec_packsu(vector int __a, vector int __b) { in vec_packsu() function 7473 vec_packsu(vector unsigned int __a, vector unsigned int __b) { in vec_packsu() function 7483 vec_packsu(vector long long __a, vector long long __b) { in vec_packsu() function 7492 vec_packsu(vector unsigned long long __a, vector unsigned long long __b) { in vec_packsu() function
|
/external/llvm-project/clang/lib/Headers/ppc_wrappers/ |
D | emmintrin.h | 1245 return (__m128i) vec_packsu ((__v8hi) __A, (__v8hi)__B); in _mm_packus_epi16()
|