Home | History | Annotate | Download | only in clang-include

Lines Matching defs:vec_vsel

6577 /* vec_vsel */
6579 static __inline__ vector signed char __ATTRS_o_ai vec_vsel(
6585 vec_vsel(vector signed char __a, vector signed char __b, vector bool char __c) {
6590 vec_vsel(vector unsigned char __a, vector unsigned char __b,
6595 static __inline__ vector unsigned char __ATTRS_o_ai vec_vsel(
6601 vec_vsel(vector bool char __a, vector bool char __b, vector unsigned char __c) {
6605 static __inline__ vector bool char __ATTRS_o_ai vec_vsel(vector bool char __a,
6612 vec_vsel(vector short __a, vector short __b, vector unsigned short __c) {
6616 static __inline__ vector short __ATTRS_o_ai vec_vsel(vector short __a,
6623 vec_vsel(vector unsigned short __a, vector unsigned short __b,
6629 vec_vsel(vector unsigned short __a, vector unsigned short __b,
6635 static __inline__ vector bool short __ATTRS_o_ai vec_vsel(
6641 vec_vsel(vector bool short __a, vector bool short __b, vector bool short __c) {
6645 static __inline__ vector int __ATTRS_o_ai vec_vsel(vector int __a,
6651 static __inline__ vector int __ATTRS_o_ai vec_vsel(vector int __a,
6657 static __inline__ vector unsigned int __ATTRS_o_ai vec_vsel(
6662 static __inline__ vector unsigned int __ATTRS_o_ai vec_vsel(
6668 vec_vsel(vector bool int __a, vector bool int __b, vector unsigned int __c) {
6672 static __inline__ vector bool int __ATTRS_o_ai vec_vsel(vector bool int __a,
6678 static __inline__ vector float __ATTRS_o_ai vec_vsel(vector float __a,
6686 static __inline__ vector float __ATTRS_o_ai vec_vsel(vector float __a,