Home
last modified time | relevance | path

Searched refs:vec_madds (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/ppc/
Dvp9_quantize_vsx.c23 return vec_sra(vec_madds(a, b, vec_zeros_s16), vec_ones_u16); in vec_mulhi()
204 qcoeff0 = vec_madds(vec_vaddshs(abs_coeff0, round), quant, vec_zeros_s16); in vp9_quantize_fp_32x32_vsx()
223 vec_madds(vec_vaddshs(vec_abs(coeff1), round), quant, vec_zeros_s16); in vp9_quantize_fp_32x32_vsx()
248 qcoeff0 = vec_madds(vec_vaddshs(abs_coeff0, round), quant, vec_zeros_s16); in vp9_quantize_fp_32x32_vsx()
249 qcoeff1 = vec_madds(vec_vaddshs(abs_coeff1, round), quant, vec_zeros_s16); in vp9_quantize_fp_32x32_vsx()
250 qcoeff2 = vec_madds(vec_vaddshs(abs_coeff2, round), quant, vec_zeros_s16); in vp9_quantize_fp_32x32_vsx()
/external/libvpx/libvpx/vpx_dsp/ppc/
Dquantize_vsx.c35 return vec_sra(vec_madds(a, b, vec_zeros_s16), vec_ones_u16); in vec_mulhi()
61 qcoeff = vec_madds(qcoeff, quant_shift, vec_zeros_s16); in quantize_coeff_32()
/external/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c1600 res_vs = vec_madds(vs, vs, vs); in test6()
/external/llvm-project/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c1773 res_vs = vec_madds(vs, vs, vs); in test6()
/external/clang/lib/Headers/
Daltivec.h2997 vec_madds(vector signed short __a, vector signed short __b, in vec_madds() function
/external/llvm-project/clang/lib/Headers/
Daltivec.h4420 vec_madds(vector signed short __a, vector signed short __b, in vec_madds() function