Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h8767 vec_mulo(__vector signed char __a, __vector signed char __b) { in vec_mulo() function
8772 vec_mulo(__vector unsigned char __a, __vector unsigned char __b) { in vec_mulo() function
8777 vec_mulo(__vector signed short __a, __vector signed short __b) { in vec_mulo() function
8782 vec_mulo(__vector unsigned short __a, __vector unsigned short __b) { in vec_mulo() function
8787 vec_mulo(__vector signed int __a, __vector signed int __b) { in vec_mulo() function
8792 vec_mulo(__vector unsigned int __a, __vector unsigned int __b) { in vec_mulo() function
H A Daltivec.h6357 static __inline__ vector short __ATTRS_o_ai vec_mulo(vector signed char __a, in vec_mulo() function
6367 vec_mulo(vector unsigned char __a, vector unsigned char __b) { in vec_mulo() function
6375 static __inline__ vector int __ATTRS_o_ai vec_mulo(vector short __a, in vec_mulo() function
6385 vec_mulo(vector unsigned short __a, vector unsigned short __b) { in vec_mulo() function
6395 vec_mulo(vector signed int __a, vector signed int __b) { in vec_mulo() function
6404 vec_mulo(vector unsigned int __a, vector unsigned int __b) { in vec_mulo() function
6415 vec_mulo(vector signed long long __a, vector signed long long __b) { in vec_mulo() function
6424 vec_mulo(vector unsigned long long __a, vector unsigned long long __b) { in vec_mulo() function