Searched refs:vec_subs (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h2059 /* vec_subs (vector subtract saturate)
2062 static inline vec_uchar16 vec_subs(vec_uchar16 a, vec_uchar16 b) function
2076 static inline vec_char16 vec_subs(vec_char16 a, vec_char16 b) function
2091 static inline vec_char16 vec_subs(vec_bchar16 a, vec_char16 b) function
2093 return (vec_subs((vec_char16)(a), b));
2096 static inline vec_char16 vec_subs(vec_char16 a, vec_bchar16 b) function
2098 return (vec_subs(a, (vec_char16)(b)));
2101 static inline vec_ushort8 vec_subs(vec_ushort8 a, vec_ushort8 b) function
2106 static inline vec_short8 vec_subs(vec_short8 a, vec_short8 b) function
2118 static inline vec_short8 vec_subs(vec_bshort function
2123 static inline vec_short8 vec_subs(vec_short8 a, vec_bshort8 b) function
2128 static inline vec_uint4 vec_subs(vec_uint4 a, vec_uint4 b) function
2133 static inline vec_int4 vec_subs(vec_int4 a, vec_int4 b) function
2145 static inline vec_int4 vec_subs(vec_bint4 a, vec_int4 b) function
2150 static inline vec_int4 vec_subs(vec_int4 a, vec_bint4 b) function
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
H A Dtmmintrin.h301 return (__m128i) vec_subs (__C, __D);
315 __C = vec_subs (__D, __E);
H A Dmmintrin.h982 c = vec_subs(a, b);
1001 c = vec_subs(a, b);
1020 c = vec_subs(a, b);
1039 c = vec_subs(a, b);
H A Demmintrin.h1373 return (__m128i) vec_subs ((__v16qi)__A, (__v16qi)__B);
1379 return (__m128i) vec_subs ((__v8hi)__A, (__v8hi)__B);
1385 return (__m128i) vec_subs ((__v16qu)__A, (__v16qu)__B);
1391 return (__m128i) vec_subs ((__v8hu)__A, (__v8hu)__B);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dtmmintrin.h312 return (__m128i) vec_subs (__C, __D);
326 __C = vec_subs (__D, __E);
H A Dmmintrin.h1008 __c = vec_subs (__a, __b);
1027 __c = vec_subs (__a, __b);
1046 __c = vec_subs (__a, __b);
1065 __c = vec_subs (__a, __b);
H A Demmintrin.h1405 return (__m128i) vec_subs ((__v16qi)__A, (__v16qi)__B);
1411 return (__m128i) vec_subs ((__v8hi)__A, (__v8hi)__B);
1417 return (__m128i) vec_subs ((__v16qu)__A, (__v16qu)__B);
1423 return (__m128i) vec_subs ((__v8hu)__A, (__v8hu)__B);
H A Daltivec.h295 #define vec_subs __builtin_vec_subs macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dtmmintrin.h312 return (__m128i) vec_subs (__C, __D);
326 __C = vec_subs (__D, __E);
H A Dmmintrin.h1008 __c = vec_subs (__a, __b);
1027 __c = vec_subs (__a, __b);
1046 __c = vec_subs (__a, __b);
1065 __c = vec_subs (__a, __b);
H A Demmintrin.h1405 return (__m128i) vec_subs ((__v16qi)__A, (__v16qi)__B);
1411 return (__m128i) vec_subs ((__v8hi)__A, (__v8hi)__B);
1417 return (__m128i) vec_subs ((__v16qu)__A, (__v16qu)__B);
1423 return (__m128i) vec_subs ((__v8hu)__A, (__v8hu)__B);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h12051 /* vec_subs */
12054 vec_subs(vector signed char __a, vector signed char __b) { function
12059 vec_subs(vector bool char __a, vector signed char __b) { function
12064 vec_subs(vector signed char __a, vector bool char __b) { function
12069 vec_subs(vector unsigned char __a, vector unsigned char __b) { function
12074 vec_subs(vector bool char __a, vector unsigned char __b) { function
12079 vec_subs(vector unsigned char __a, vector bool char __b) { function
12083 static __inline__ vector short __ATTRS_o_ai vec_subs(vector short __a, function
12088 static __inline__ vector short __ATTRS_o_ai vec_subs(vector bool short __a, function
12093 static __inline__ vector short __ATTRS_o_ai vec_subs(vecto function
12099 vec_subs(vector unsigned short __a, vector unsigned short __b) { function
12104 vec_subs(vector bool short __a, vector unsigned short __b) { function
12109 vec_subs(vector unsigned short __a, vector bool short __b) { function
12113 static __inline__ vector int __ATTRS_o_ai vec_subs(vector int __a, function
12118 static __inline__ vector int __ATTRS_o_ai vec_subs(vector bool int __a, function
12123 static __inline__ vector int __ATTRS_o_ai vec_subs(vector int __a, function
12129 vec_subs(vector unsigned int __a, vector unsigned int __b) { function
12134 vec_subs(vector bool int __a, vector unsigned int __b) { function
12139 vec_subs(vector unsigned int __a, vector bool int __b) { function
[all...]

Completed in 495 milliseconds