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

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daltivec.h235 #define vec_sro __builtin_vec_sro macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h10017 vec_sro(vector signed char __a, vector signed char __b) { function
10023 vec_sro(vector signed char __a, vector unsigned char __b) { function
10029 vec_sro(vector unsigned char __a, vector signed char __b) { function
10035 vec_sro(vector unsigned char __a, vector unsigned char __b) { function
10040 static __inline__ vector short __ATTRS_o_ai vec_sro(vector short __a, function
10045 static __inline__ vector short __ATTRS_o_ai vec_sro(vector short __a, function
10051 vec_sro(vector unsigned short __a, vector signed char __b) { function
10057 vec_sro(vector unsigned short __a, vector unsigned char __b) { function
10062 static __inline__ vector pixel __ATTRS_o_ai vec_sro(vecto function
10067 static __inline__ vector pixel __ATTRS_o_ai vec_sro(vector pixel __a, function
10072 static __inline__ vector int __ATTRS_o_ai vec_sro(vector int __a, function
10077 static __inline__ vector int __ATTRS_o_ai vec_sro(vector int __a, function
10083 vec_sro(vector unsigned int __a, vector signed char __b) { function
10089 vec_sro(vector unsigned int __a, vector unsigned char __b) { function
10094 static __inline__ vector float __ATTRS_o_ai vec_sro(vector float __a, function
10099 static __inline__ vector float __ATTRS_o_ai vec_sro(vector float __a, function
10106 vec_sro(vector signed long long __a, vector signed char __b) { function
10112 vec_sro(vector signed long long __a, vector unsigned char __b) { function
10118 vec_sro(vector unsigned long long __a, vector signed char __b) { function
10124 vec_sro(vector unsigned long long __a, vector unsigned char __b) { function
[all...]

Completed in 286 milliseconds