Searched defs:vec_mulo (Results 1 – 4 of 4) 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
|
/external/llvm-project/clang/lib/Headers/ |
D | vecintrin.h | 8673 vec_mulo(__vector signed char __a, __vector signed char __b) { in vec_mulo() function 8678 vec_mulo(__vector unsigned char __a, __vector unsigned char __b) { in vec_mulo() function 8683 vec_mulo(__vector signed short __a, __vector signed short __b) { in vec_mulo() function 8688 vec_mulo(__vector unsigned short __a, __vector unsigned short __b) { in vec_mulo() function 8693 vec_mulo(__vector signed int __a, __vector signed int __b) { in vec_mulo() function 8698 vec_mulo(__vector unsigned int __a, __vector unsigned int __b) { in vec_mulo() function
|
D | altivec.h | 6022 static __inline__ vector short __ATTRS_o_ai vec_mulo(vector signed char __a, in vec_mulo() function 6032 vec_mulo(vector unsigned char __a, vector unsigned char __b) { in vec_mulo() function 6040 static __inline__ vector int __ATTRS_o_ai vec_mulo(vector short __a, in vec_mulo() function 6050 vec_mulo(vector unsigned short __a, vector unsigned short __b) { in vec_mulo() function 6060 vec_mulo(vector signed int __a, vector signed int __b) { in vec_mulo() function 6069 vec_mulo(vector unsigned int __a, vector unsigned int __b) { in vec_mulo() function 6080 vec_mulo(vector signed long long __a, vector signed long long __b) { in vec_mulo() function 6089 vec_mulo(vector unsigned long long __a, vector unsigned long long __b) { in vec_mulo() function
|