Searched defs:vec_mule (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/gcc/gcc/config/rs6000/ |
H A D | altivec.h | 217 #define vec_mule __builtin_vec_mule macro
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
H A D | altivec.h | 2762 vec_mule (vector unsigned char a1, vector unsigned char a2) in vec_mule() function 2768 vec_mule (vector signed char a1, vector signed char a2) in vec_mule() function 2774 vec_mule (vector unsigned short a1, vector unsigned short a2) in vec_mule() function 2780 vec_mule (vector signed short a1, vector signed short a2) in vec_mule() function
|
/openbsd-src/gnu/llvm/clang/lib/Headers/ |
H A D | vecintrin.h | 8735 vec_mule(__vector signed char __a, __vector signed char __b) { in vec_mule() function 8740 vec_mule(__vector unsigned char __a, __vector unsigned char __b) { in vec_mule() function 8745 vec_mule(__vector signed short __a, __vector signed short __b) { in vec_mule() function 8750 vec_mule(__vector unsigned short __a, __vector unsigned short __b) { in vec_mule() function 8755 vec_mule(__vector signed int __a, __vector signed int __b) { in vec_mule() function 8760 vec_mule(__vector unsigned int __a, __vector unsigned int __b) { in vec_mule() function
|
H A D | altivec.h | 6251 static __inline__ vector short __ATTRS_o_ai vec_mule(vector signed char __a, in vec_mule() function 6261 vec_mule(vector unsigned char __a, vector unsigned char __b) { in vec_mule() function 6269 static __inline__ vector int __ATTRS_o_ai vec_mule(vector short __a, in vec_mule() function 6279 vec_mule(vector unsigned short __a, vector unsigned short __b) { in vec_mule() function 6289 vec_mule(vector signed int __a, vector signed int __b) { in vec_mule() function 6298 vec_mule(vector unsigned int __a, vector unsigned int __b) { in vec_mule() function 6309 vec_mule(vector signed long long __a, vector signed long long __b) { in vec_mule() function 6318 vec_mule(vector unsigned long long __a, vector unsigned long long __b) { in vec_mule() function
|