Home | History | Annotate | Download | only in include

Lines Matching defs:vec_vsel

7921 /* vec_vsel */
7923 static __inline__ vector signed char __ATTRS_o_ai vec_vsel(
7929 vec_vsel(vector signed char __a, vector signed char __b, vector bool char __c) {
7934 vec_vsel(vector unsigned char __a, vector unsigned char __b,
7939 static __inline__ vector unsigned char __ATTRS_o_ai vec_vsel(
7945 vec_vsel(vector bool char __a, vector bool char __b, vector unsigned char __c) {
7949 static __inline__ vector bool char __ATTRS_o_ai vec_vsel(vector bool char __a,
7956 vec_vsel(vector short __a, vector short __b, vector unsigned short __c) {
7960 static __inline__ vector short __ATTRS_o_ai vec_vsel(vector short __a,
7967 vec_vsel(vector unsigned short __a, vector unsigned short __b,
7973 vec_vsel(vector unsigned short __a, vector unsigned short __b,
7979 static __inline__ vector bool short __ATTRS_o_ai vec_vsel(
7985 vec_vsel(vector bool short __a, vector bool short __b, vector bool short __c) {
7989 static __inline__ vector int __ATTRS_o_ai vec_vsel(vector int __a,
7995 static __inline__ vector int __ATTRS_o_ai vec_vsel(vector int __a,
8001 static __inline__ vector unsigned int __ATTRS_o_ai vec_vsel(
8006 static __inline__ vector unsigned int __ATTRS_o_ai vec_vsel(
8012 vec_vsel(vector bool int __a, vector bool int __b, vector unsigned int __c) {
8016 static __inline__ vector bool int __ATTRS_o_ai vec_vsel(vector bool int __a,
8022 static __inline__ vector float __ATTRS_o_ai vec_vsel(vector float __a,
8030 static __inline__ vector float __ATTRS_o_ai vec_vsel(vector float __a,