Home
last modified time | relevance | path

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

/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/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/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/llvm-project/clang/test/CodeGen/SystemZ/
Dbuiltins-systemz-zvector.c3483 vsc = vec_mladd(vsc, vsc, vsc); in test_integer()
3485 vsc = vec_mladd(vuc, vsc, vsc); in test_integer()
3487 vsc = vec_mladd(vsc, vuc, vuc); in test_integer()
3489 vuc = vec_mladd(vuc, vuc, vuc); in test_integer()
3491 vss = vec_mladd(vss, vss, vss); in test_integer()
3493 vss = vec_mladd(vus, vss, vss); in test_integer()
3495 vss = vec_mladd(vss, vus, vus); in test_integer()
3497 vus = vec_mladd(vus, vus, vus); in test_integer()
3499 vsi = vec_mladd(vsi, vsi, vsi); in test_integer()
3501 vsi = vec_mladd(vui, vsi, vsi); in test_integer()
[all …]
/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 …]
/external/llvm-project/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c2271 res_vus = vec_mladd(vus, vus, vus); in test6()
2277 res_vs = vec_mladd(vus, vs, vs); in test6()
2283 res_vs = vec_mladd(vs, vus, vus); in test6()
2289 res_vs = vec_mladd(vs, vs, vs); in test6()
/external/llvm-project/clang/lib/Headers/
Dvecintrin.h8421 vec_mladd(__vector signed char __a, __vector signed char __b, in vec_mladd() function
8427 vec_mladd(__vector unsigned char __a, __vector signed char __b, in vec_mladd() function
8433 vec_mladd(__vector signed char __a, __vector unsigned char __b, in vec_mladd() function
8439 vec_mladd(__vector unsigned char __a, __vector unsigned char __b, in vec_mladd() function
8445 vec_mladd(__vector signed short __a, __vector signed short __b, in vec_mladd() function
8451 vec_mladd(__vector unsigned short __a, __vector signed short __b, in vec_mladd() function
8457 vec_mladd(__vector signed short __a, __vector unsigned short __b, in vec_mladd() function
8463 vec_mladd(__vector unsigned short __a, __vector unsigned short __b, in vec_mladd() function
8469 vec_mladd(__vector signed int __a, __vector signed int __b, in vec_mladd() function
8475 vec_mladd(__vector unsigned int __a, __vector signed int __b, in vec_mladd() function
[all …]
Daltivec.h4361 vec_mladd(vector signed short, vector signed short, vector signed short);
4363 vec_mladd(vector signed short, vector unsigned short, vector unsigned short);
4365 vec_mladd(vector unsigned short, vector signed short, vector signed short);
4367 vec_mladd(vector unsigned short, vector unsigned short, vector unsigned short);
4371 return vec_mladd(__a, __b, __c); in vec_madd()
4377 return vec_mladd(__a, __b, __c); in vec_madd()
4383 return vec_mladd(__a, __b, __c); in vec_madd()
4389 return vec_mladd(__a, __b, __c); in vec_madd()
5607 #define __builtin_altivec_vmladduhm vec_mladd
5609 static __inline__ vector short __ATTRS_o_ai vec_mladd(vector short __a, in vec_mladd() function
[all …]