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

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daltivec.h242 #define vec_sub __builtin_vec_sub macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h10907 vec_sub(vector signed char __a, vector signed char __b) { function
10912 vec_sub(vector bool char __a, vector signed char __b) { function
10917 vec_sub(vector signed char __a, vector bool char __b) { function
10922 vec_sub(vector unsigned char __a, vector unsigned char __b) { function
10927 vec_sub(vector bool char __a, vector unsigned char __b) { function
10932 vec_sub(vector unsigned char __a, vector bool char __b) { function
10936 static __inline__ vector short __ATTRS_o_ai vec_sub(vector short __a, function
10941 static __inline__ vector short __ATTRS_o_ai vec_sub(vector bool short __a, function
10946 static __inline__ vector short __ATTRS_o_ai vec_sub(vecto function
10952 vec_sub(vector unsigned short __a, vector unsigned short __b) { function
10957 vec_sub(vector bool short __a, vector unsigned short __b) { function
10962 vec_sub(vector unsigned short __a, vector bool short __b) { function
10966 static __inline__ vector int __ATTRS_o_ai vec_sub(vector int __a, function
10971 static __inline__ vector int __ATTRS_o_ai vec_sub(vector bool int __a, function
10976 static __inline__ vector int __ATTRS_o_ai vec_sub(vector int __a, function
10982 vec_sub(vector unsigned int __a, vector unsigned int __b) { function
10987 vec_sub(vector bool int __a, vector unsigned int __b) { function
10992 vec_sub(vector unsigned int __a, vector bool int __b) { function
10998 vec_sub(vector signed __int128 __a, vector signed __int128 __b) { function
11003 vec_sub(vector unsigned __int128 __a, vector unsigned __int128 __b) { function
11010 vec_sub(vector signed long long __a, vector signed long long __b) { function
11015 vec_sub(vector unsigned long long __a, vector unsigned long long __b) { function
11019 static __inline__ vector double __ATTRS_o_ai vec_sub(vector double __a, function
11025 static __inline__ vector float __ATTRS_o_ai vec_sub(vector float __a, function
[all...]

Completed in 203 milliseconds