Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A 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 …]
/llvm-project-15.0.7/clang/lib/Headers/
H A Dvecintrin.h8515 vec_mladd(__vector signed char __a, __vector signed char __b, in vec_mladd() function
8521 vec_mladd(__vector unsigned char __a, __vector signed char __b, in vec_mladd() function
8527 vec_mladd(__vector signed char __a, __vector unsigned char __b, in vec_mladd() function
8533 vec_mladd(__vector unsigned char __a, __vector unsigned char __b, in vec_mladd() function
8539 vec_mladd(__vector signed short __a, __vector signed short __b, in vec_mladd() function
8545 vec_mladd(__vector unsigned short __a, __vector signed short __b, in vec_mladd() function
8551 vec_mladd(__vector signed short __a, __vector unsigned short __b, in vec_mladd() function
8563 vec_mladd(__vector signed int __a, __vector signed int __b, in vec_mladd() function
8569 vec_mladd(__vector unsigned int __a, __vector signed int __b, in vec_mladd() function
8575 vec_mladd(__vector signed int __a, __vector unsigned int __b, in vec_mladd() function
[all …]
H A Daltivec.h4736 vec_mladd(vector signed short, vector signed short, vector signed short);
4738 vec_mladd(vector signed short, vector unsigned short, vector unsigned short);
4740 vec_mladd(vector unsigned short, vector signed short, vector signed short);
4746 return vec_mladd(__a, __b, __c); in vec_madd()
4752 return vec_mladd(__a, __b, __c); in vec_madd()
4758 return vec_mladd(__a, __b, __c); in vec_madd()
4764 return vec_mladd(__a, __b, __c); in vec_madd()
5982 #define __builtin_altivec_vmladduhm vec_mladd
5984 static __inline__ vector short __ATTRS_o_ai vec_mladd(vector short __a, in vec_mladd() function
5990 static __inline__ vector short __ATTRS_o_ai vec_mladd( in vec_mladd() function
[all …]
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-altivec.c2277 res_vus = vec_mladd(vus, vus, vus); in test6()
2283 res_vs = vec_mladd(vus, vs, vs); in test6()
2289 res_vs = vec_mladd(vs, vus, vus); in test6()
2295 res_vs = vec_mladd(vs, vs, vs); in test6()