Searched refs:vec_div (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h352 #define vec_div __builtin_vec_div macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h3712 /* vec_div */
3718 vec_div(vector signed char __a, vector signed char __b) { function
3723 vec_div(vector unsigned char __a, vector unsigned char __b) { function
3728 vec_div(vector signed short __a, vector signed short __b) { function
3733 vec_div(vector unsigned short __a, vector unsigned short __b) { function
3738 vec_div(vector signed int __a, vector signed int __b) { function
3743 vec_div(vector unsigned int __a, vector unsigned int __b) { function
3749 vec_div(vector signed long long __a, vector signed long long __b) { function
3754 vec_div(vector unsigned long long __a, vector unsigned long long __b) { function
3758 static __inline__ vector float __ATTRS_o_ai vec_div(vecto function
3763 static __inline__ vector double __ATTRS_o_ai vec_div(vector double __a, function
3807 vec_div(vector unsigned __int128 __a, vector unsigned __int128 __b) { function
3812 vec_div(vector signed __int128 __a, vector signed __int128 __b) { function
[all...]

Completed in 227 milliseconds