Searched defs:vec_mule (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dvecintrin.h7068 vec_mule(vector signed char __a, vector signed char __b) { function
7073 vec_mule(vector unsigned char __a, vector unsigned char __b) { function
7078 vec_mule(vector signed short __a, vector signed short __b) { function
7083 vec_mule(vector unsigned short __a, vector unsigned short __b) { function
7088 vec_mule(vector signed int __a, vector signed int __b) { function
7093 vec_mule(vector unsigned int __a, vector unsigned int __b) { function
H A Daltivec.h4301 static vector short __ATTRS_o_ai vec_mule(vector signed char __a, function
4310 static vector unsigned short __ATTRS_o_ai vec_mule(vector unsigned char __a, function
4319 static vector int __ATTRS_o_ai vec_mule(vector short __a, vector short __b) { function
4327 static vector unsigned int __ATTRS_o_ai vec_mule(vector unsigned short __a, function
4337 static vector signed long long __ATTRS_o_ai vec_mule(vector signed int __a, function
4347 vec_mule(vector unsigned int __a, vector unsigned int __b) { function
/freebsd-11.0-release/contrib/gcc/config/rs6000/
H A Daltivec.h217 #define vec_mule __builtin_vec_mule macro

Completed in 223 milliseconds