Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h8779 /*-- vec_mulo ---------------------------------------------------------------*/ in vec_mulo() function
8774 vec_mulo(__vector signed char __a, __vector signed char __b) { vec_mulo() function
8784 vec_mulo(__vector signed short __a, __vector signed short __b) { vec_mulo() function
8789 vec_mulo(__vector unsigned short __a, __vector unsigned short __b) { vec_mulo() function
8794 vec_mulo(__vector signed int __a, __vector signed int __b) { vec_mulo() function
8799 vec_mulo(__vector unsigned int __a, __vector unsigned int __b) { vec_mulo() function
H A Daltivec.h6409 static __inline__ vector short __ATTRS_o_ai vec_mulo(vector signed char __a, in vec_mulo() function
6419 vec_mulo(vector unsigned char __a, vector unsigned char __b) { in vec_mulo() function
6427 static __inline__ vector int __ATTRS_o_ai vec_mulo(vector short __a, in vec_mulo() function
6437 vec_mulo(vector unsigned short __a, vector unsigned short __b) { in vec_mulo() function
6447 vec_mulo(vector signed int __a, vector signed int __b) { in vec_mulo() function
6456 vec_mulo(vector unsigned int __a, vector unsigned int __b) { in vec_mulo() function
6467 vec_mulo(vector signed long long __a, vector signed long long __b) { in vec_mulo() function
6476 vec_mulo(vector unsigned long long __a, vector unsigned long long __b) { in vec_mulo() function