Searched refs:vec_moadd (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-systemz-zvector.c | 2282 vss = vec_moadd(vsc, vsc, vss); in test_integer() 2284 vus = vec_moadd(vuc, vuc, vus); in test_integer() 2286 vsi = vec_moadd(vss, vss, vsi); in test_integer() 2288 vui = vec_moadd(vus, vus, vui); in test_integer() 2290 vsl = vec_moadd(vsi, vsi, vsl); in test_integer() 2292 vul = vec_moadd(vui, vui, vul); in test_integer()
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 6998 vec_moadd(vector signed char __a, vector signed char __b, in vec_moadd() function 7004 vec_moadd(vector unsigned char __a, vector unsigned char __b, in vec_moadd() function 7010 vec_moadd(vector signed short __a, vector signed short __b, in vec_moadd() function 7016 vec_moadd(vector unsigned short __a, vector unsigned short __b, in vec_moadd() function 7022 vec_moadd(vector signed int __a, vector signed int __b, in vec_moadd() function 7028 vec_moadd(vector unsigned int __a, vector unsigned int __b, in vec_moadd() function
|