Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/ppc/
Dinv_txfm_vsx.c166 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 …]
Dbitdepth_conversion_vsx.h25 return vec_packs(u, v); in load_tran_low()
/external/libjpeg-turbo/simd/powerpc/
Djidctfst-altivec.c208 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()
Djidctint-altivec.c310 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/
Du_pwr8.h296 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/
Dbuiltins-ppc-p8vector.c1015 res_vsi = vec_packs(vsll, vsll); in test1()
1020 res_vui = vec_packs(vull, vull); in test1()
Dbuiltins-systemz-zvector.c617 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()
Dbuiltins-ppc-altivec.c2695 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/
Dvecintrin.h1589 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
Daltivec.h5714 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