Searched defs:vec_mulo (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Daltivec.h218 #define vec_mulo __builtin_vec_mulo macro
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dvecintrin.h8767 vec_mulo(__vector signed char __a, __vector signed char __b) { function
8772 vec_mulo(__vector unsigned char __a, __vector unsigned char __b) { function
8777 vec_mulo(__vector signed short __a, __vector signed short __b) { function
8782 vec_mulo(__vector unsigned short __a, __vector unsigned short __b) { function
8787 vec_mulo(__vector signed int __a, __vector signed int __b) { function
8792 vec_mulo(__vector unsigned int __a, __vector unsigned int __b) { function
H A Daltivec.h6397 static __inline__ vector short __ATTRS_o_ai vec_mulo(vector signed char __a, function
6407 vec_mulo(vector unsigned char __a, vector unsigned char __b) { function
6415 static __inline__ vector int __ATTRS_o_ai vec_mulo(vector short __a, function
6425 vec_mulo(vector unsigned short __a, vector unsigned short __b) { function
6435 vec_mulo(vector signed int __a, vector signed int __b) { function
6444 vec_mulo(vector unsigned int __a, vector unsigned int __b) { function
6455 vec_mulo(vector signed long long __a, vector signed long long __b) { function
6464 vec_mulo(vector unsigned long long __a, vector unsigned long long __b) { function
/openbsd-current/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Daltivec.h2811 vec_mulo (vector unsigned char a1, vector unsigned char a2) function
2817 vec_mulo (vector signed char a1, vector signed char a2) function
2823 vec_mulo (vector unsigned short a1, vector unsigned short a2) function
2829 vec_mulo (vector signed short a1, vector signed short a2) function
7227 #define vec_mulo(a1, a2) \ macro

Completed in 542 milliseconds