Home
last modified time | relevance | path

Searched defs:vec_mule (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h8747 /*-- vec_mule ---------------------------------------------------------------*/ in vec_mule() function
8742 vec_mule(__vector signed char __a, __vector signed char __b) { vec_mule() function
8752 vec_mule(__vector signed short __a, __vector signed short __b) { vec_mule() function
8757 vec_mule(__vector unsigned short __a, __vector unsigned short __b) { vec_mule() function
8762 vec_mule(__vector signed int __a, __vector signed int __b) { vec_mule() function
8767 vec_mule(__vector unsigned int __a, __vector unsigned int __b) { vec_mule() function
H A Daltivec.h6263 static __inline__ vector short __ATTRS_o_ai vec_mule(vector signed char __a, in vec_mule() function
6273 vec_mule(vector unsigned char __a, vector unsigned char __b) { in vec_mule() function
6281 static __inline__ vector int __ATTRS_o_ai vec_mule(vector short __a, in vec_mule() function
6291 vec_mule(vector unsigned short __a, vector unsigned short __b) { in vec_mule() function
6301 vec_mule(vector signed int __a, vector signed int __b) { in vec_mule() function
6310 vec_mule(vector unsigned int __a, vector unsigned int __b) { in vec_mule() function
6321 vec_mule(vector signed long long __a, vector signed long long __b) { in vec_mule() function
6330 vec_mule(vector unsigned long long __a, vector unsigned long long __b) { in vec_mule() function