/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | inv_txfm_vsx.c | 166 step0 = vec_packs(temp1, temp2); \ 167 step1 = vec_packs(temp4, temp3); \ 270 outpt0 = vec_packs(temp10, temp11); \ 275 outpt1 = vec_packs(temp10, temp11); 286 outpt0 = vec_packs(temp10, temp11); \ 291 outpt1 = vec_packs(temp10, temp11); 422 outpt0 = vec_packs(temp30, temp20); \ 425 outpt1 = vec_packs(temp10, temp21); 497 in9 = vec_packs(temp10, temp11); \ 502 inE = vec_packs(temp10, temp11); \ [all …]
|
D | bitdepth_conversion_vsx.h | 25 return vec_packs(u, v); in load_tran_low()
|
/external/libjpeg-turbo/simd/powerpc/ |
D | jidctfst-altivec.c | 208 outb = vec_packs(col0, col0); in jsimd_idct_ifast_altivec() 214 outb = vec_packs(col1, col1); in jsimd_idct_ifast_altivec() 220 outb = vec_packs(col2, col2); in jsimd_idct_ifast_altivec() 226 outb = vec_packs(col3, col3); in jsimd_idct_ifast_altivec() 232 outb = vec_packs(col4, col4); in jsimd_idct_ifast_altivec() 238 outb = vec_packs(col5, col5); in jsimd_idct_ifast_altivec() 244 outb = vec_packs(col6, col6); in jsimd_idct_ifast_altivec() 250 outb = vec_packs(col7, col7); in jsimd_idct_ifast_altivec()
|
D | jidctint-altivec.c | 310 outb = vec_packs(col0, col0); in jsimd_idct_islow_altivec() 316 outb = vec_packs(col1, col1); in jsimd_idct_islow_altivec() 322 outb = vec_packs(col2, col2); in jsimd_idct_islow_altivec() 328 outb = vec_packs(col3, col3); in jsimd_idct_islow_altivec() 334 outb = vec_packs(col4, col4); in jsimd_idct_islow_altivec() 340 outb = vec_packs(col5, col5); in jsimd_idct_islow_altivec() 346 outb = vec_packs(col6, col6); in jsimd_idct_islow_altivec() 352 outb = vec_packs(col7, col7); in jsimd_idct_islow_altivec()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_pwr8.h | 296 return (__m128i) vec_packs ((vector signed short) a, in vec_packs_epi16() 299 return (__m128i) vec_packs ((vector signed short) b, in vec_packs_epi16() 308 return (__m128i) vec_packs ((vector signed int) a, (vector signed int) b); in vec_packs_epi32() 310 return (__m128i) vec_packs ((vector signed int) b, (vector signed int) a); in vec_packs_epi32()
|
/external/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 1015 res_vsi = vec_packs(vsll, vsll); in test1() 1020 res_vui = vec_packs(vull, vull); in test1()
|
D | builtins-systemz-zvector.c | 617 vsc = vec_packs(vss, vss); in test_core() 619 vuc = vec_packs(vus, vus); in test_core() 621 vss = vec_packs(vsi, vsi); in test_core() 623 vus = vec_packs(vui, vui); in test_core() 625 vsi = vec_packs(vsl, vsl); in test_core() 627 vui = vec_packs(vul, vul); in test_core()
|
D | builtins-ppc-altivec.c | 2695 res_vsc = vec_packs(vs, vs); in test6() 2699 res_vuc = vec_packs(vus, vus); in test6() 2703 res_vs = vec_packs(vi, vi); in test6() 2707 res_vus = vec_packs(vui, vui); in test6()
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 1589 vec_packs(vector signed short __a, vector signed short __b) { in vec_packs() function 1594 vec_packs(vector unsigned short __a, vector unsigned short __b) { in vec_packs() function 1599 vec_packs(vector signed int __a, vector signed int __b) { in vec_packs() function 1604 vec_packs(vector unsigned int __a, vector unsigned int __b) { in vec_packs() function 1609 vec_packs(vector signed long long __a, vector signed long long __b) { in vec_packs() function 1614 vec_packs(vector unsigned long long __a, vector unsigned long long __b) { in vec_packs() function
|
D | altivec.h | 5714 static __inline__ vector signed char __ATTRS_o_ai vec_packs(vector short __a, in vec_packs() function 5724 vec_packs(vector unsigned short __a, vector unsigned short __b) { in vec_packs() function 5732 static __inline__ vector signed short __ATTRS_o_ai vec_packs(vector int __a, in vec_packs() function 5742 vec_packs(vector unsigned int __a, vector unsigned int __b) { in vec_packs() function 5751 static __inline__ vector int __ATTRS_o_ai vec_packs(vector long long __a, in vec_packs() function 5761 vec_packs(vector unsigned long long __a, vector unsigned long long __b) { in vec_packs() function
|