Searched refs:vec_mule (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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 | 6211 static __inline__ vector short __ATTRS_o_ai vec_mule(vector signed char __a, in vec_mule() function 6221 vec_mule(vector unsigned char __a, vector unsigned char __b) { in vec_mule() function 6229 static __inline__ vector int __ATTRS_o_ai vec_mule(vector short __a, in vec_mule() function 6239 vec_mule(vector unsigned short __a, vector unsigned short __b) { in vec_mule() function 6249 vec_mule(vector signed int __a, vector signed int __b) { in vec_mule() function 6258 vec_mule(vector unsigned int __a, vector unsigned int __b) { in vec_mule() function 6269 vec_mule(vector signed long long __a, vector signed long long __b) { in vec_mule() function 6278 vec_mule(vector unsigned long long __a, vector unsigned long long __b) { in vec_mule() function
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/ |
| H A D | emmintrin.h | 1460 return (__m128i) vec_mule ((__v4su)__A, (__v4su)__B); in _mm_mul_epu32()
|