Home
last modified time | relevance | path

Searched refs:vec_packsu (Results 1 – 11 of 11) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/ppc/
Dintrapred_vsx.c247 vec_vsx_st(vec_sel(vec_packsu(val, tmp), d, (uint8x16_t)mask4), 0, dst); in vpx_tm_predictor_4x4_vsx()
253 vec_vsx_st(vec_sel(vec_packsu(val, tmp), d, (uint8x16_t)mask4), 0, dst); in vpx_tm_predictor_4x4_vsx()
259 vec_vsx_st(vec_sel(vec_packsu(val, tmp), d, (uint8x16_t)mask4), 0, dst); in vpx_tm_predictor_4x4_vsx()
265 vec_vsx_st(vec_sel(vec_packsu(val, tmp), d, (uint8x16_t)mask4), 0, dst); in vpx_tm_predictor_4x4_vsx()
277 vec_vsx_st(vec_packsu(val, tmp), 0, dst); in vpx_tm_predictor_8x8_vsx()
282 vec_vsx_st(vec_packsu(val, tmp), 0, dst); in vpx_tm_predictor_8x8_vsx()
287 vec_vsx_st(vec_packsu(val, tmp), 0, dst); in vpx_tm_predictor_8x8_vsx()
292 vec_vsx_st(vec_packsu(val, tmp), 0, dst); in vpx_tm_predictor_8x8_vsx()
297 vec_vsx_st(vec_packsu(val, tmp), 0, dst); in vpx_tm_predictor_8x8_vsx()
302 vec_vsx_st(vec_packsu(val, tmp), 0, dst); in vpx_tm_predictor_8x8_vsx()
[all …]
Dvpx_convolve_vsx.c171 vec_packsu(vec_pack(avg, vec_splat_s32(0)), vec_splat_s16(0)), 3); in convolve_line()
/external/libjpeg-turbo/simd/
Djdcolext-altivec.c162 rgbx0 = vec_packsu(rg0, bx0); in jsimd_ycc_rgb_convert_altivec()
163 rgbx1 = vec_packsu(rg1, bx1); in jsimd_ycc_rgb_convert_altivec()
164 rgbx2 = vec_packsu(rg2, bx2); in jsimd_ycc_rgb_convert_altivec()
165 rgbx3 = vec_packsu(rg3, bx3); in jsimd_ycc_rgb_convert_altivec()
Djdmrgext-altivec.c187 rgbx0 = vec_packsu(rg0, bx0); in jsimd_h2v1_merged_upsample_altivec()
188 rgbx1 = vec_packsu(rg1, bx1); in jsimd_h2v1_merged_upsample_altivec()
189 rgbx2 = vec_packsu(rg2, bx2); in jsimd_h2v1_merged_upsample_altivec()
190 rgbx3 = vec_packsu(rg3, bx3); in jsimd_h2v1_merged_upsample_altivec()
/external/valgrind/none/tests/ppc32/
DtestVMX.stdout.exp237 Function vec_packsu [type char] ===> OK
238 Function vec_packsu [type unsigned char] ===> OK
239 Function vec_packsu [type short] ===> OK
240 Function vec_packsu [type unsigned short] ===> OK
DtestVMX.c3707 UCaux1.v = vec_packsu( Scons1, Scons2 ); in part3()
3735 UCaux1.v = vec_packsu( UScons1, UScons2 ); in part3()
3759 USaux1.v = vec_packsu( Icons1, Icons2 ); in part3()
3787 USaux1.v = vec_packsu( UIcons1, UIcons2 ); in part3()
/external/clang/test/CodeGen/
Dbuiltins-ppc-p8vector.c1026 res_vui = vec_packsu(vsll, vsll); in test1()
1031 res_vui = vec_packsu(vull, vull); in test1()
Dbuiltins-systemz-zvector.c643 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()
Dbuiltins-ppc-altivec.c2728 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/clang/lib/Headers/
Dvecintrin.h1655 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
Daltivec.h5843 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