Searched defs:vec_mule (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Headers/ |
D | vecintrin.h | 7068 vec_mule(vector signed char __a, vector signed char __b) { in vec_mule() function 7073 vec_mule(vector unsigned char __a, vector unsigned char __b) { in vec_mule() function 7078 vec_mule(vector signed short __a, vector signed short __b) { in vec_mule() function 7083 vec_mule(vector unsigned short __a, vector unsigned short __b) { in vec_mule() function 7088 vec_mule(vector signed int __a, vector signed int __b) { in vec_mule() function 7093 vec_mule(vector unsigned int __a, vector unsigned int __b) { in vec_mule() function
|
D | altivec.h | 4271 static vector short __ATTRS_o_ai vec_mule(vector signed char __a, in vec_mule() function 4280 static vector unsigned short __ATTRS_o_ai vec_mule(vector unsigned char __a, in vec_mule() function 4289 static vector int __ATTRS_o_ai vec_mule(vector short __a, vector short __b) { in vec_mule() function 4297 static vector unsigned int __ATTRS_o_ai vec_mule(vector unsigned short __a, in vec_mule() function 4307 static vector signed long long __ATTRS_o_ai vec_mule(vector signed int __a, in vec_mule() function 4317 vec_mule(vector unsigned int __a, vector unsigned int __b) { in vec_mule() function
|