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

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daltivec.h218 #define vec_mulo __builtin_vec_mulo macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h8600 vec_mulo(vector signed char __a, vector signed char __b) { function
8605 vec_mulo(vector unsigned char __a, vector unsigned char __b) { function
8610 vec_mulo(vector signed short __a, vector signed short __b) { function
8615 vec_mulo(vector unsigned short __a, vector unsigned short __b) { function
8620 vec_mulo(vector signed int __a, vector signed int __b) { function
8625 vec_mulo(vector unsigned int __a, vector unsigned int __b) { function
H A Daltivec.h5742 static __inline__ vector short __ATTRS_o_ai vec_mulo(vector signed char __a, function
5752 vec_mulo(vector unsigned char __a, vector unsigned char __b) { function
5760 static __inline__ vector int __ATTRS_o_ai vec_mulo(vector short __a, function
5770 vec_mulo(vector unsigned short __a, vector unsigned short __b) { function
5780 vec_mulo(vector signed int __a, vector signed int __b) { function
5789 vec_mulo(vector unsigned int __a, vector unsigned int __b) { function

Completed in 237 milliseconds