Searched defs:vec_mulo (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Headers/ |
D | vecintrin.h | 7100 vec_mulo(vector signed char __a, vector signed char __b) { in vec_mulo() function 7105 vec_mulo(vector unsigned char __a, vector unsigned char __b) { in vec_mulo() function 7110 vec_mulo(vector signed short __a, vector signed short __b) { in vec_mulo() function 7115 vec_mulo(vector unsigned short __a, vector unsigned short __b) { in vec_mulo() function 7120 vec_mulo(vector signed int __a, vector signed int __b) { in vec_mulo() function 7125 vec_mulo(vector unsigned int __a, vector unsigned int __b) { in vec_mulo() function
|
D | altivec.h | 4489 static __inline__ vector short __ATTRS_o_ai vec_mulo(vector signed char __a, in vec_mulo() function 4499 vec_mulo(vector unsigned char __a, vector unsigned char __b) { in vec_mulo() function 4507 static __inline__ vector int __ATTRS_o_ai vec_mulo(vector short __a, in vec_mulo() function 4517 vec_mulo(vector unsigned short __a, vector unsigned short __b) { in vec_mulo() function 4527 vec_mulo(vector signed int __a, vector signed int __b) { in vec_mulo() function 4536 vec_mulo(vector unsigned int __a, vector unsigned int __b) { in vec_mulo() function
|