Searched defs:vec_mergel (Results 1 - 4 of 4) 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.h3439 /* vec_mergel */
3441 static vector signed char __ATTRS_o_ai vec_mergel(vector signed char __a, function
3449 static vector unsigned char __ATTRS_o_ai vec_mergel(vector unsigned char __a, function
3457 static vector bool char __ATTRS_o_ai vec_mergel(vector bool char __a, function
3465 static vector short __ATTRS_o_ai vec_mergel(vector short __a, function
3474 vec_mergel(vector unsigned short __a, vector unsigned short __b) { function
3481 static vector bool short __ATTRS_o_ai vec_mergel(vector bool short __a, function
3489 static vector pixel __ATTRS_o_ai vec_mergel(vector pixel __a, function
3497 static vector int __ATTRS_o_ai vec_mergel(vector int __a, vector int __b) { function
3504 static vector unsigned int __ATTRS_o_ai vec_mergel(vecto function
3512 static vector bool int __ATTRS_o_ai vec_mergel(vector bool int __a, function
3520 static vector float __ATTRS_o_ai vec_mergel(vector float __a, function
3530 vec_mergel(vector signed long long __a, vector signed long long __b) { function
3538 vec_mergel(vector signed long long __a, vector bool long long __b) { function
3546 vec_mergel(vector bool long long __a, vector signed long long __b) { function
3554 vec_mergel(vector unsigned long long __a, vector unsigned long long __b) { function
3562 vec_mergel(vector unsigned long long __a, vector bool long long __b) { function
3570 vec_mergel(vector bool long long __a, vector unsigned long long __b) { function
3578 vec_mergel(vector bool long long __a, vector bool long long __b) { function
3586 vec_mergel(vector double __a, vector double __b) { function
3594 vec_mergel(vector double __a, vector bool long long __b) { function
3602 vec_mergel(vector bool long long __a, vector double __b) { function
[all...]
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
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.h3556 /* vec_mergel */
3559 vec_mergel(vector signed char __a, vector signed char __b) { function
3567 vec_mergel(vector unsigned char __a, vector unsigned char __b) { function
3575 vec_mergel(vector bool char __a, vector bool char __b) { function
3582 static __inline__ vector short __ATTRS_o_ai vec_mergel(vector short __a, function
3591 vec_mergel(vector unsigned short __a, vector unsigned short __b) { function
3599 vec_mergel(vector bool short __a, vector bool short __b) { function
3606 static __inline__ vector pixel __ATTRS_o_ai vec_mergel(vector pixel __a, function
3614 static __inline__ vector int __ATTRS_o_ai vec_mergel(vector int __a, function
3623 vec_mergel(vecto function
3630 static __inline__ vector bool int __ATTRS_o_ai vec_mergel(vector bool int __a, function
3638 static __inline__ vector float __ATTRS_o_ai vec_mergel(vector float __a, function
3648 vec_mergel(vector signed long long __a, vector signed long long __b) { function
3655 vec_mergel(vector signed long long __a, vector bool long long __b) { function
3662 vec_mergel(vector bool long long __a, vector signed long long __b) { function
3669 vec_mergel(vector unsigned long long __a, vector unsigned long long __b) { function
3676 vec_mergel(vector unsigned long long __a, vector bool long long __b) { function
3683 vec_mergel(vector bool long long __a, vector unsigned long long __b) { function
3690 vec_mergel(vector bool long long __a, vector bool long long __b) { function
3696 static __inline__ vector double __ATTRS_o_ai vec_mergel(vector double __a, function
3704 vec_mergel(vector double __a, vector bool long long __b) { function
3711 vec_mergel(vector bool long long __a, vector double __b) { function
[all...]

Completed in 1251 milliseconds