Lines Matching defs:vec_sub
11857 vec_sub(vector signed char __a, vector signed char __b) { in vec_sub() function
11862 vec_sub(vector bool char __a, vector signed char __b) { in vec_sub() function
11867 vec_sub(vector signed char __a, vector bool char __b) { in vec_sub() function
11872 vec_sub(vector unsigned char __a, vector unsigned char __b) { in vec_sub() function
11877 vec_sub(vector bool char __a, vector unsigned char __b) { in vec_sub() function
11882 vec_sub(vector unsigned char __a, vector bool char __b) { in vec_sub() function
11886 static __inline__ vector short __ATTRS_o_ai vec_sub(vector short __a, in vec_sub() function
11891 static __inline__ vector short __ATTRS_o_ai vec_sub(vector bool short __a, in vec_sub() function
11896 static __inline__ vector short __ATTRS_o_ai vec_sub(vector short __a, in vec_sub() function
11902 vec_sub(vector unsigned short __a, vector unsigned short __b) { in vec_sub() function
11907 vec_sub(vector bool short __a, vector unsigned short __b) { in vec_sub() function
11912 vec_sub(vector unsigned short __a, vector bool short __b) { in vec_sub() function
11916 static __inline__ vector int __ATTRS_o_ai vec_sub(vector int __a, in vec_sub() function
11921 static __inline__ vector int __ATTRS_o_ai vec_sub(vector bool int __a, in vec_sub() function
11926 static __inline__ vector int __ATTRS_o_ai vec_sub(vector int __a, in vec_sub() function
11932 vec_sub(vector unsigned int __a, vector unsigned int __b) { in vec_sub() function
11937 vec_sub(vector bool int __a, vector unsigned int __b) { in vec_sub() function
11942 vec_sub(vector unsigned int __a, vector bool int __b) { in vec_sub() function
11949 vec_sub(vector signed __int128 __a, vector signed __int128 __b) { in vec_sub() function
11954 vec_sub(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_sub() function
11962 vec_sub(vector signed long long __a, vector signed long long __b) { in vec_sub() function
11967 vec_sub(vector unsigned long long __a, vector unsigned long long __b) { in vec_sub() function
11971 static __inline__ vector double __ATTRS_o_ai vec_sub(vector double __a, in vec_sub() function
11977 static __inline__ vector float __ATTRS_o_ai vec_sub(vector float __a, in vec_sub() function