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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h1857 vec_mergel(vector signed char __a, vector signed char __b) { function
1864 vec_mergel(vector bool char __a, vector bool char __b) { function
1871 vec_mergel(vector unsigned char __a, vector unsigned char __b) { function
1878 vec_mergel(vector signed short __a, vector signed short __b) { function
1884 vec_mergel(vector bool short __a, vector bool short __b) { function
1890 vec_mergel(vector unsigned short __a, vector unsigned short __b) { function
1896 vec_mergel(vector signed int __a, vector signed int __b) { function
1901 vec_mergel(vector bool int __a, vector bool int __b) { function
1906 vec_mergel(vecto function
1911 vec_mergel(vector signed long long __a, vector signed long long __b) { function
1916 vec_mergel(vector bool long long __a, vector bool long long __b) { function
1921 vec_mergel(vector unsigned long long __a, vector unsigned long long __b) { function
1927 vec_mergel(vector float __a, vector float __b) { function
1933 vec_mergel(vector double __a, vector double __b) { function
[all...]
H A Daltivec.h4748 vec_mergel(vector signed char __a, vector signed char __b) { function
4756 vec_mergel(vector unsigned char __a, vector unsigned char __b) { function
4764 vec_mergel(vector bool char __a, vector bool char __b) { function
4771 static __inline__ vector short __ATTRS_o_ai vec_mergel(vector short __a, function
4780 vec_mergel(vector unsigned short __a, vector unsigned short __b) { function
4788 vec_mergel(vector bool short __a, vector bool short __b) { function
4795 static __inline__ vector pixel __ATTRS_o_ai vec_mergel(vector pixel __a, function
4803 static __inline__ vector int __ATTRS_o_ai vec_mergel(vector int __a, function
4812 vec_mergel(vecto function
4819 static __inline__ vector bool int __ATTRS_o_ai vec_mergel(vector bool int __a, function
4827 static __inline__ vector float __ATTRS_o_ai vec_mergel(vector float __a, function
4837 vec_mergel(vector signed long long __a, vector signed long long __b) { function
4844 vec_mergel(vector signed long long __a, vector bool long long __b) { function
4851 vec_mergel(vector bool long long __a, vector signed long long __b) { function
4858 vec_mergel(vector unsigned long long __a, vector unsigned long long __b) { function
4865 vec_mergel(vector unsigned long long __a, vector bool long long __b) { function
4872 vec_mergel(vector bool long long __a, vector unsigned long long __b) { function
4879 vec_mergel(vector bool long long __a, vector bool long long __b) { function
4885 static __inline__ vector double __ATTRS_o_ai vec_mergel(vector double __a, function
4893 vec_mergel(vector double __a, vector bool long long __b) { function
4900 vec_mergel(vector bool long long __a, vector double __b) { function
[all...]
/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Daltivec.h212 #define vec_mergel __builtin_vec_mergel macro

Completed in 204 milliseconds