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

/external/clang/lib/Headers/
H A Dvecintrin.h1357 /*-- vec_mergeh -------------------------------------------------------------*/
1360 vec_mergeh(vector signed char __a, vector signed char __b) { function
1367 vec_mergeh(vector bool char __a, vector bool char __b) { function
1374 vec_mergeh(vector unsigned char __a, vector unsigned char __b) { function
1381 vec_mergeh(vector signed short __a, vector signed short __b) { function
1387 vec_mergeh(vector bool short __a, vector bool short __b) { function
1393 vec_mergeh(vector unsigned short __a, vector unsigned short __b) { function
1399 vec_mergeh(vector signed int __a, vector signed int __b) { function
1404 vec_mergeh(vector bool int __a, vector bool int __b) { function
1409 vec_mergeh(vecto function
1414 vec_mergeh(vector signed long long __a, vector signed long long __b) { function
1419 vec_mergeh(vector bool long long __a, vector bool long long __b) { function
1424 vec_mergeh(vector unsigned long long __a, vector unsigned long long __b) { function
1429 vec_mergeh(vector double __a, vector double __b) { function
[all...]
H A Daltivec.h3161 /* vec_mergeh */
3163 static vector signed char __ATTRS_o_ai vec_mergeh(vector signed char __a, function
3171 static vector unsigned char __ATTRS_o_ai vec_mergeh(vector unsigned char __a, function
3179 static vector bool char __ATTRS_o_ai vec_mergeh(vector bool char __a, function
3187 static vector short __ATTRS_o_ai vec_mergeh(vector short __a, function
3196 vec_mergeh(vector unsigned short __a, vector unsigned short __b) { function
3203 static vector bool short __ATTRS_o_ai vec_mergeh(vector bool short __a, function
3211 static vector pixel __ATTRS_o_ai vec_mergeh(vector pixel __a, function
3219 static vector int __ATTRS_o_ai vec_mergeh(vector int __a, vector int __b) { function
3226 static vector unsigned int __ATTRS_o_ai vec_mergeh(vecto function
3234 static vector bool int __ATTRS_o_ai vec_mergeh(vector bool int __a, function
3242 static vector float __ATTRS_o_ai vec_mergeh(vector float __a, function
3252 vec_mergeh(vector signed long long __a, vector signed long long __b) { function
3261 vec_mergeh(vector signed long long __a, vector bool long long __b) { function
3270 vec_mergeh(vector bool long long __a, vector signed long long __b) { function
3279 vec_mergeh(vector unsigned long long __a, vector unsigned long long __b) { function
3288 vec_mergeh(vector unsigned long long __a, vector bool long long __b) { function
3297 vec_mergeh(vector bool long long __a, vector unsigned long long __b) { function
3306 vec_mergeh(vector bool long long __a, vector bool long long __b) { function
3314 static vector double __ATTRS_o_ai vec_mergeh(vector double __a, function
3322 static vector double __ATTRS_o_ai vec_mergeh(vector double __a, function
3330 static vector double __ATTRS_o_ai vec_mergeh(vector bool long long __a, function
[all...]
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
H A Dvecintrin.h1357 /*-- vec_mergeh -------------------------------------------------------------*/
1360 vec_mergeh(vector signed char __a, vector signed char __b) { function
1367 vec_mergeh(vector bool char __a, vector bool char __b) { function
1374 vec_mergeh(vector unsigned char __a, vector unsigned char __b) { function
1381 vec_mergeh(vector signed short __a, vector signed short __b) { function
1387 vec_mergeh(vector bool short __a, vector bool short __b) { function
1393 vec_mergeh(vector unsigned short __a, vector unsigned short __b) { function
1399 vec_mergeh(vector signed int __a, vector signed int __b) { function
1404 vec_mergeh(vector bool int __a, vector bool int __b) { function
1409 vec_mergeh(vecto function
1414 vec_mergeh(vector signed long long __a, vector signed long long __b) { function
1419 vec_mergeh(vector bool long long __a, vector bool long long __b) { function
1424 vec_mergeh(vector unsigned long long __a, vector unsigned long long __b) { function
1429 vec_mergeh(vector double __a, vector double __b) { function
[all...]
H A Daltivec.h3286 /* vec_mergeh */
3289 vec_mergeh(vector signed char __a, vector signed char __b) { function
3297 vec_mergeh(vector unsigned char __a, vector unsigned char __b) { function
3305 vec_mergeh(vector bool char __a, vector bool char __b) { function
3312 static __inline__ vector short __ATTRS_o_ai vec_mergeh(vector short __a, function
3321 vec_mergeh(vector unsigned short __a, vector unsigned short __b) { function
3329 vec_mergeh(vector bool short __a, vector bool short __b) { function
3336 static __inline__ vector pixel __ATTRS_o_ai vec_mergeh(vector pixel __a, function
3344 static __inline__ vector int __ATTRS_o_ai vec_mergeh(vector int __a, function
3353 vec_mergeh(vecto function
3360 static __inline__ vector bool int __ATTRS_o_ai vec_mergeh(vector bool int __a, function
3368 static __inline__ vector float __ATTRS_o_ai vec_mergeh(vector float __a, function
3378 vec_mergeh(vector signed long long __a, vector signed long long __b) { function
3386 vec_mergeh(vector signed long long __a, vector bool long long __b) { function
3394 vec_mergeh(vector bool long long __a, vector signed long long __b) { function
3402 vec_mergeh(vector unsigned long long __a, vector unsigned long long __b) { function
3410 vec_mergeh(vector unsigned long long __a, vector bool long long __b) { function
3418 vec_mergeh(vector bool long long __a, vector unsigned long long __b) { function
3426 vec_mergeh(vector bool long long __a, vector bool long long __b) { function
3433 static __inline__ vector double __ATTRS_o_ai vec_mergeh(vector double __a, function
3441 vec_mergeh(vector double __a, vector bool long long __b) { function
3448 vec_mergeh(vector bool long long __a, vector double __b) { function
[all...]

Completed in 4213 milliseconds