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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h1774 vec_mergeh(vector signed char __a, vector signed char __b) { function
1781 vec_mergeh(vector bool char __a, vector bool char __b) { function
1788 vec_mergeh(vector unsigned char __a, vector unsigned char __b) { function
1795 vec_mergeh(vector signed short __a, vector signed short __b) { function
1801 vec_mergeh(vector bool short __a, vector bool short __b) { function
1807 vec_mergeh(vector unsigned short __a, vector unsigned short __b) { function
1813 vec_mergeh(vector signed int __a, vector signed int __b) { function
1818 vec_mergeh(vector bool int __a, vector bool int __b) { function
1823 vec_mergeh(vecto function
1828 vec_mergeh(vector signed long long __a, vector signed long long __b) { function
1833 vec_mergeh(vector bool long long __a, vector bool long long __b) { function
1838 vec_mergeh(vector unsigned long long __a, vector unsigned long long __b) { function
1844 vec_mergeh(vector float __a, vector float __b) { function
1850 vec_mergeh(vector double __a, vector double __b) { function
[all...]
H A Daltivec.h4478 vec_mergeh(vector signed char __a, vector signed char __b) { function
4486 vec_mergeh(vector unsigned char __a, vector unsigned char __b) { function
4494 vec_mergeh(vector bool char __a, vector bool char __b) { function
4501 static __inline__ vector short __ATTRS_o_ai vec_mergeh(vector short __a, function
4510 vec_mergeh(vector unsigned short __a, vector unsigned short __b) { function
4518 vec_mergeh(vector bool short __a, vector bool short __b) { function
4525 static __inline__ vector pixel __ATTRS_o_ai vec_mergeh(vector pixel __a, function
4533 static __inline__ vector int __ATTRS_o_ai vec_mergeh(vector int __a, function
4542 vec_mergeh(vecto function
4549 static __inline__ vector bool int __ATTRS_o_ai vec_mergeh(vector bool int __a, function
4557 static __inline__ vector float __ATTRS_o_ai vec_mergeh(vector float __a, function
4567 vec_mergeh(vector signed long long __a, vector signed long long __b) { function
4575 vec_mergeh(vector signed long long __a, vector bool long long __b) { function
4583 vec_mergeh(vector bool long long __a, vector signed long long __b) { function
4591 vec_mergeh(vector unsigned long long __a, vector unsigned long long __b) { function
4599 vec_mergeh(vector unsigned long long __a, vector bool long long __b) { function
4607 vec_mergeh(vector bool long long __a, vector unsigned long long __b) { function
4615 vec_mergeh(vector bool long long __a, vector bool long long __b) { function
4622 static __inline__ vector double __ATTRS_o_ai vec_mergeh(vector double __a, function
4630 vec_mergeh(vector double __a, vector bool long long __b) { function
4637 vec_mergeh(vector bool long long __a, vector double __b) { function
[all...]
/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Daltivec.h211 #define vec_mergeh __builtin_vec_mergeh macro

Completed in 214 milliseconds