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

/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Daltivec.h230 #define vec_slo __builtin_vec_slo macro
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h8978 vec_slo(vector signed char __a, vector signed char __b) { function
8984 vec_slo(vector signed char __a, vector unsigned char __b) { function
8990 vec_slo(vector unsigned char __a, vector signed char __b) { function
8996 vec_slo(vector unsigned char __a, vector unsigned char __b) { function
9001 static __inline__ vector short __ATTRS_o_ai vec_slo(vector short __a, function
9006 static __inline__ vector short __ATTRS_o_ai vec_slo(vector short __a, function
9012 vec_slo(vector unsigned short __a, vector signed char __b) { function
9018 vec_slo(vector unsigned short __a, vector unsigned char __b) { function
9023 static __inline__ vector pixel __ATTRS_o_ai vec_slo(vecto function
9028 static __inline__ vector pixel __ATTRS_o_ai vec_slo(vector pixel __a, function
9033 static __inline__ vector int __ATTRS_o_ai vec_slo(vector int __a, function
9038 static __inline__ vector int __ATTRS_o_ai vec_slo(vector int __a, function
9044 vec_slo(vector unsigned int __a, vector signed char __b) { function
9050 vec_slo(vector unsigned int __a, vector unsigned char __b) { function
9055 static __inline__ vector float __ATTRS_o_ai vec_slo(vector float __a, function
9060 static __inline__ vector float __ATTRS_o_ai vec_slo(vector float __a, function
9067 vec_slo(vector signed long long __a, vector signed char __b) { function
9073 vec_slo(vector signed long long __a, vector unsigned char __b) { function
9079 vec_slo(vector unsigned long long __a, vector signed char __b) { function
9085 vec_slo(vector unsigned long long __a, vector unsigned char __b) { function
[all...]

Completed in 228 milliseconds