Home
last modified time | relevance | path

Searched defs:vec_vsel (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Headers/
Daltivec.h6579 static __inline__ vector signed char __ATTRS_o_ai vec_vsel( in vec_vsel() function
6585 vec_vsel(vector signed char __a, vector signed char __b, vector bool char __c) { in vec_vsel() function
6590 vec_vsel(vector unsigned char __a, vector unsigned char __b, in vec_vsel() function
6595 static __inline__ vector unsigned char __ATTRS_o_ai vec_vsel( in vec_vsel() function
6601 vec_vsel(vector bool char __a, vector bool char __b, vector unsigned char __c) { in vec_vsel() function
6605 static __inline__ vector bool char __ATTRS_o_ai vec_vsel(vector bool char __a, in vec_vsel() function
6612 vec_vsel(vector short __a, vector short __b, vector unsigned short __c) { in vec_vsel() function
6616 static __inline__ vector short __ATTRS_o_ai vec_vsel(vector short __a, in vec_vsel() function
6623 vec_vsel(vector unsigned short __a, vector unsigned short __b, in vec_vsel() function
6629 vec_vsel(vector unsigned short __a, vector unsigned short __b, in vec_vsel() function
[all …]