Home
last modified time | relevance | path

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

/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.c2079 res_vus = vec_mladd(vus, vus, vus); in test6()
2085 res_vs = vec_mladd(vus, vs, vs); in test6()
2091 res_vs = vec_mladd(vs, vus, vus); in test6()
2097 res_vs = vec_mladd(vs, vs, vs); in test6()
/external/valgrind/none/tests/ppc32/
DtestVMX.stdout.exp158 Function vec_mladd [type short] ===> OK
159 Function vec_mladd [type unsigned short] ===> OK
DtestVMX.c2870 Saux1.v = vec_mladd( Scons1, Scons2, Scons3 ); in part2()
2888 USaux1.v = vec_mladd( UScons1, UScons2, UScons3 ); in part2()
/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.h2832 vec_mladd(vector signed short, vector signed short, vector signed short);
2834 vec_mladd(vector signed short, vector unsigned short, vector unsigned short);
2836 vec_mladd(vector unsigned short, vector signed short, vector signed short);
2838 vec_mladd(vector unsigned short, vector unsigned short, vector unsigned short);
2843 return vec_mladd(__a, __b, __c); in vec_madd()
2849 return vec_mladd(__a, __b, __c); in vec_madd()
2855 return vec_mladd(__a, __b, __c); in vec_madd()
2861 return vec_mladd(__a, __b, __c); in vec_madd()
4014 #define __builtin_altivec_vmladduhm vec_mladd
4016 static vector short __ATTRS_o_ai vec_mladd(vector short __a, vector short __b, in vec_mladd() function
[all …]