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

/external/clang/lib/Headers/
H A Dvecintrin.h1433 /*-- vec_mergel -------------------------------------------------------------*/
1436 vec_mergel(vector signed char __a, vector signed char __b) { function
1443 vec_mergel(vector bool char __a, vector bool char __b) { function
1450 vec_mergel(vector unsigned char __a, vector unsigned char __b) { function
1457 vec_mergel(vector signed short __a, vector signed short __b) { function
1463 vec_mergel(vector bool short __a, vector bool short __b) { function
1469 vec_mergel(vector unsigned short __a, vector unsigned short __b) { function
1475 vec_mergel(vector signed int __a, vector signed int __b) { function
1480 vec_mergel(vector bool int __a, vector bool int __b) { function
1485 vec_mergel(vecto function
1490 vec_mergel(vector signed long long __a, vector signed long long __b) { function
1495 vec_mergel(vector bool long long __a, vector bool long long __b) { function
1500 vec_mergel(vector unsigned long long __a, vector unsigned long long __b) { function
1505 vec_mergel(vector double __a, vector double __b) { function
[all...]
H A Daltivec.h3548 /* vec_mergel */
3551 vec_mergel(vector signed char __a, vector signed char __b) { function
3559 vec_mergel(vector unsigned char __a, vector unsigned char __b) { function
3567 vec_mergel(vector bool char __a, vector bool char __b) { function
3574 static __inline__ vector short __ATTRS_o_ai vec_mergel(vector short __a, function
3583 vec_mergel(vector unsigned short __a, vector unsigned short __b) { function
3591 vec_mergel(vector bool short __a, vector bool short __b) { function
3598 static __inline__ vector pixel __ATTRS_o_ai vec_mergel(vector pixel __a, function
3606 static __inline__ vector int __ATTRS_o_ai vec_mergel(vector int __a, function
3615 vec_mergel(vecto function
3622 static __inline__ vector bool int __ATTRS_o_ai vec_mergel(vector bool int __a, function
3630 static __inline__ vector float __ATTRS_o_ai vec_mergel(vector float __a, function
3640 vec_mergel(vector signed long long __a, vector signed long long __b) { function
3647 vec_mergel(vector signed long long __a, vector bool long long __b) { function
3654 vec_mergel(vector bool long long __a, vector signed long long __b) { function
3661 vec_mergel(vector unsigned long long __a, vector unsigned long long __b) { function
3668 vec_mergel(vector unsigned long long __a, vector bool long long __b) { function
3675 vec_mergel(vector bool long long __a, vector unsigned long long __b) { function
3682 vec_mergel(vector bool long long __a, vector bool long long __b) { function
3688 static __inline__ vector double __ATTRS_o_ai vec_mergel(vector double __a, function
3696 vec_mergel(vector double __a, vector bool long long __b) { function
3703 vec_mergel(vector bool long long __a, vector double __b) { function
[all...]

Completed in 356 milliseconds