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

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daltivec.h85 #define vec_vsel vec_sel macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h7912 static __inline__ vector signed char __ATTRS_o_ai vec_vsel( function
7918 vec_vsel(vector signed char __a, vector signed char __b, vector bool char __c) { function
7923 vec_vsel(vector unsigned char __a, vector unsigned char __b, function
7928 static __inline__ vector unsigned char __ATTRS_o_ai vec_vsel( function
7934 vec_vsel(vector bool char __a, vector bool char __b, vector unsigned char __c) { function
7938 static __inline__ vector bool char __ATTRS_o_ai vec_vsel(vector bool char __a, function
7945 vec_vsel(vector short __a, vector short __b, vector unsigned short __c) { function
7949 static __inline__ vector short __ATTRS_o_ai vec_vsel(vector short __a, function
7956 vec_vsel(vecto function
7962 vec_vsel(vector unsigned short __a, vector unsigned short __b, function
7968 static __inline__ vector bool short __ATTRS_o_ai vec_vsel( function
7974 vec_vsel(vector bool short __a, vector bool short __b, vector bool short __c) { function
7978 static __inline__ vector int __ATTRS_o_ai vec_vsel(vector int __a, function
7984 static __inline__ vector int __ATTRS_o_ai vec_vsel(vector int __a, function
7990 static __inline__ vector unsigned int __ATTRS_o_ai vec_vsel( function
7995 static __inline__ vector unsigned int __ATTRS_o_ai vec_vsel( function
8001 vec_vsel(vector bool int __a, vector bool int __b, vector unsigned int __c) { function
8005 static __inline__ vector bool int __ATTRS_o_ai vec_vsel(vector bool int __a, function
8011 static __inline__ vector float __ATTRS_o_ai vec_vsel(vector float __a, function
8019 static __inline__ vector float __ATTRS_o_ai vec_vsel(vector float __a, function
[all...]

Completed in 206 milliseconds