Searched refs:vec_msum (Results 1 – 8 of 8) sorted by relevance
/external/libjpeg-turbo/simd/ |
D | jccolext-altivec.c | 231 cb0 = (__vector int)vec_msum((__vector unsigned short)bg0, pw_f050_f000, in jsimd_rgb_ycc_convert_altivec() 233 cb1 = (__vector int)vec_msum((__vector unsigned short)bg1, pw_f050_f000, in jsimd_rgb_ycc_convert_altivec() 235 cb2 = (__vector int)vec_msum((__vector unsigned short)bg2, pw_f050_f000, in jsimd_rgb_ycc_convert_altivec() 237 cb3 = (__vector int)vec_msum((__vector unsigned short)bg3, pw_f050_f000, in jsimd_rgb_ycc_convert_altivec() 251 cr0 = (__vector int)vec_msum((__vector unsigned short)rg0, pw_f050_f000, in jsimd_rgb_ycc_convert_altivec() 253 cr1 = (__vector int)vec_msum((__vector unsigned short)rg1, pw_f050_f000, in jsimd_rgb_ycc_convert_altivec() 255 cr2 = (__vector int)vec_msum((__vector unsigned short)rg2, pw_f050_f000, in jsimd_rgb_ycc_convert_altivec() 257 cr3 = (__vector int)vec_msum((__vector unsigned short)rg3, pw_f050_f000, in jsimd_rgb_ycc_convert_altivec()
|
/external/fec/ |
D | sumsq_av.c | 28 sums = (vector unsigned int)vec_msum(x,x,(vector signed int)(0)); in sumsq_av() 39 s1 = (vector unsigned int)vec_msum(x,x,(vector signed int)(0)); in sumsq_av() 50 s1 = (vector unsigned int)vec_msum(x,x,(vector signed int)(0)); in sumsq_av()
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | variance_vsx.c | 33 const int32x4_t ds = vec_msum(d1, d1, vec_msum(d0, d0, vec_splat_s32(0))); in vpx_get4x4sse_cs_vsx() 48 s = vec_msum(v, v, s); in vpx_get_mb_ss_vsx()
|
D | vpx_convolve_vsx.c | 166 const int32x4_t sum = vec_msum(s, f, vec_splat_s32(0)); in convolve_line()
|
/external/valgrind/none/tests/ppc32/ |
D | testVMX.stdout.exp | 181 Function vec_msum [type char] ===> OK 182 Function vec_msum [type unsigned char] ===> OK 183 Function vec_msum [type short] ===> OK 184 Function vec_msum [type unsigned short] ===> OK
|
D | testVMX.c | 2938 Iaux1.v = vec_msum( Ccons1, UCcons2, Icons1 ); in part2() 2957 UIaux1.v = vec_msum( UCcons1, UCcons2, UIcons1 ); in part2() 2976 Iaux1.v = vec_msum( Scons1, Scons2, Icons1 ); in part2() 2994 UIaux1.v = vec_msum( UScons1, UScons2, UIcons1 ); in part2()
|
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 2132 res_vi = vec_msum(vsc, vuc, vi); in test6() 2136 res_vui = vec_msum(vuc, vuc, vui); in test6() 2140 res_vi = vec_msum(vs, vs, vi); in test6() 2144 res_vui = vec_msum(vus, vus, vui); in test6()
|
/external/clang/lib/Headers/ |
D | altivec.h | 4193 static __inline__ vector int __ATTRS_o_ai vec_msum(vector signed char __a, in vec_msum() function 4200 vec_msum(vector unsigned char __a, vector unsigned char __b, in vec_msum() function 4205 static __inline__ vector int __ATTRS_o_ai vec_msum(vector short __a, in vec_msum() function 4212 vec_msum(vector unsigned short __a, vector unsigned short __b, in vec_msum() function
|