Home
last modified time | relevance | path

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

/external/libjpeg-turbo/simd/powerpc/
Djidctfst-altivec.c156 col0 = vec_mladd(col0, quant0, pw_zero); in jsimd_idct_ifast_altivec()
180 col1 = vec_mladd(col1, quant1, pw_zero); in jsimd_idct_ifast_altivec()
181 col2 = vec_mladd(col2, quant2, pw_zero); in jsimd_idct_ifast_altivec()
182 col3 = vec_mladd(col3, quant3, pw_zero); in jsimd_idct_ifast_altivec()
183 col4 = vec_mladd(col4, quant4, pw_zero); in jsimd_idct_ifast_altivec()
184 col5 = vec_mladd(col5, quant5, pw_zero); in jsimd_idct_ifast_altivec()
185 col6 = vec_mladd(col6, quant6, pw_zero); in jsimd_idct_ifast_altivec()
186 col7 = vec_mladd(col7, quant7, pw_zero); in jsimd_idct_ifast_altivec()
Djdsample-altivec.c186 this0l = vec_mladd(this0l, pw_three, pw_zero); in jsimd_h2v2_fancy_upsample_altivec()
187 this0h = vec_mladd(this0h, pw_three, pw_zero); in jsimd_h2v2_fancy_upsample_altivec()
230 this0l = vec_mladd(this0l, pw_three, pw_zero); in jsimd_h2v2_fancy_upsample_altivec()
231 this0h = vec_mladd(this0h, pw_three, pw_zero); in jsimd_h2v2_fancy_upsample_altivec()
252 tmpl = vec_mladd(thiscolsum_1l, pw_three, pw_zero); in jsimd_h2v2_fancy_upsample_altivec()
266 tmph = vec_mladd(thiscolsum_1h, pw_three, pw_zero); in jsimd_h2v2_fancy_upsample_altivec()
282 tmpl = vec_mladd(thiscolsum1l, pw_three, pw_zero); in jsimd_h2v2_fancy_upsample_altivec()
296 tmph = vec_mladd(thiscolsum1h, pw_three, pw_zero); in jsimd_h2v2_fancy_upsample_altivec()
Djidctint-altivec.c265 col0 = vec_mladd(col0, quant0, pw_zero); in jsimd_idct_islow_altivec()
291 col1 = vec_mladd(col1, quant1, pw_zero); in jsimd_idct_islow_altivec()
292 col2 = vec_mladd(col2, quant2, pw_zero); in jsimd_idct_islow_altivec()
293 col3 = vec_mladd(col3, quant3, pw_zero); in jsimd_idct_islow_altivec()
294 col4 = vec_mladd(col4, quant4, pw_zero); in jsimd_idct_islow_altivec()
295 col5 = vec_mladd(col5, quant5, pw_zero); in jsimd_idct_islow_altivec()
296 col6 = vec_mladd(col6, quant6, pw_zero); in jsimd_idct_islow_altivec()
297 col7 = vec_mladd(col7, quant7, pw_zero); in jsimd_idct_islow_altivec()
/external/libvpx/libvpx/vpx_dsp/ppc/
Dquantize_vsx.c138 dqcoeff0 = vec_mladd(qcoeff0, dequant, vec_zeros_s16); in vpx_quantize_b_vsx()
141 dqcoeff1 = vec_mladd(qcoeff1, dequant, vec_zeros_s16); in vpx_quantize_b_vsx()
174 dqcoeff0 = vec_mladd(qcoeff0, dequant, vec_zeros_s16); in vpx_quantize_b_vsx()
175 dqcoeff1 = vec_mladd(qcoeff1, dequant, vec_zeros_s16); in vpx_quantize_b_vsx()
176 dqcoeff2 = vec_mladd(qcoeff2, dequant, vec_zeros_s16); in vpx_quantize_b_vsx()
Ddeblock_vsx.c309 sum = vec_mladd(r1, vec_splats((int16_t)9), vec_zeros_s16); in vpx_mbpost_proc_down_vsx()
/external/libvpx/libvpx/vp9/encoder/ppc/
Dvp9_quantize_vsx.c68 dqcoeff0 = vec_mladd(qcoeff0, dequant, vec_zeros_s16); in vp9_quantize_fp_vsx()
84 dqcoeff1 = vec_mladd(qcoeff1, dequant, vec_zeros_s16); in vp9_quantize_fp_vsx()
114 dqcoeff0 = vec_mladd(qcoeff0, dequant, vec_zeros_s16); in vp9_quantize_fp_vsx()
121 dqcoeff1 = vec_mladd(qcoeff1, dequant, vec_zeros_s16); in vp9_quantize_fp_vsx()
128 dqcoeff2 = vec_mladd(qcoeff2, dequant, vec_zeros_s16); in vp9_quantize_fp_vsx()
/external/clang/test/CodeGen/
Dbuiltins-systemz-zvector.c2243 vsc = vec_mladd(vsc, vsc, vsc); in test_integer()
2244 vsc = vec_mladd(vuc, vsc, vsc); in test_integer()
2245 vsc = vec_mladd(vsc, vuc, vuc); in test_integer()
2246 vuc = vec_mladd(vuc, vuc, vuc); in test_integer()
2247 vss = vec_mladd(vss, vss, vss); in test_integer()
2248 vss = vec_mladd(vus, vss, vss); in test_integer()
2249 vss = vec_mladd(vss, vus, vus); in test_integer()
2250 vus = vec_mladd(vus, vus, vus); in test_integer()
2251 vsi = vec_mladd(vsi, vsi, vsi); in test_integer()
2252 vsi = vec_mladd(vui, vsi, vsi); in test_integer()
[all …]
Dbuiltins-ppc-altivec.c2098 res_vus = vec_mladd(vus, vus, vus); in test6()
2104 res_vs = vec_mladd(vus, vs, vs); in test6()
2110 res_vs = vec_mladd(vs, vus, vus); in test6()
2116 res_vs = vec_mladd(vs, vs, vs); in test6()
/external/clang/lib/Headers/
Dvecintrin.h6848 vec_mladd(vector signed char __a, vector signed char __b, in vec_mladd() function
6854 vec_mladd(vector unsigned char __a, vector signed char __b, in vec_mladd() function
6860 vec_mladd(vector signed char __a, vector unsigned char __b, in vec_mladd() function
6866 vec_mladd(vector unsigned char __a, vector unsigned char __b, in vec_mladd() function
6872 vec_mladd(vector signed short __a, vector signed short __b, in vec_mladd() function
6878 vec_mladd(vector unsigned short __a, vector signed short __b, in vec_mladd() function
6884 vec_mladd(vector signed short __a, vector unsigned short __b, in vec_mladd() function
6890 vec_mladd(vector unsigned short __a, vector unsigned short __b, in vec_mladd() function
6896 vec_mladd(vector signed int __a, vector signed int __b, in vec_mladd() function
6902 vec_mladd(vector unsigned int __a, vector signed int __b, in vec_mladd() function
[all …]
Daltivec.h2938 vec_mladd(vector signed short, vector signed short, vector signed short);
2940 vec_mladd(vector signed short, vector unsigned short, vector unsigned short);
2942 vec_mladd(vector unsigned short, vector signed short, vector signed short);
2944 vec_mladd(vector unsigned short, vector unsigned short, vector unsigned short);
2948 return vec_mladd(__a, __b, __c); in vec_madd()
2954 return vec_mladd(__a, __b, __c); in vec_madd()
2960 return vec_mladd(__a, __b, __c); in vec_madd()
2966 return vec_mladd(__a, __b, __c); in vec_madd()
4128 #define __builtin_altivec_vmladduhm vec_mladd
4130 static __inline__ vector short __ATTRS_o_ai vec_mladd(vector short __a, in vec_mladd() function
[all …]