Lines Matching defs:vec_sub
11866 /* vec_sub */
11869 vec_sub(vector signed char __a, vector signed char __b) {
11874 vec_sub(vector bool char __a, vector signed char __b) {
11879 vec_sub(vector signed char __a, vector bool char __b) {
11884 vec_sub(vector unsigned char __a, vector unsigned char __b) {
11889 vec_sub(vector bool char __a, vector unsigned char __b) {
11894 vec_sub(vector unsigned char __a, vector bool char __b) {
11898 static __inline__ vector short __ATTRS_o_ai vec_sub(vector short __a,
11903 static __inline__ vector short __ATTRS_o_ai vec_sub(vector bool short __a,
11908 static __inline__ vector short __ATTRS_o_ai vec_sub(vector short __a,
11914 vec_sub(vector unsigned short __a, vector unsigned short __b) {
11919 vec_sub(vector bool short __a, vector unsigned short __b) {
11924 vec_sub(vector unsigned short __a, vector bool short __b) {
11928 static __inline__ vector int __ATTRS_o_ai vec_sub(vector int __a,
11933 static __inline__ vector int __ATTRS_o_ai vec_sub(vector bool int __a,
11938 static __inline__ vector int __ATTRS_o_ai vec_sub(vector int __a,
11944 vec_sub(vector unsigned int __a, vector unsigned int __b) {
11949 vec_sub(vector bool int __a, vector unsigned int __b) {
11954 vec_sub(vector unsigned int __a, vector bool int __b) {
11961 vec_sub(vector signed __int128 __a, vector signed __int128 __b) {
11966 vec_sub(vector unsigned __int128 __a, vector unsigned __int128 __b) {
11974 vec_sub(vector signed long long __a, vector signed long long __b) {
11979 vec_sub(vector unsigned long long __a, vector unsigned long long __b) {
11983 static __inline__ vector double __ATTRS_o_ai vec_sub(vector double __a,
11989 static __inline__ vector float __ATTRS_o_ai vec_sub(vector float __a,