HomeSort by: relevance | last modified time | path
    Searched defs:vec_subs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
vmx2spu.h 2059 /* 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_bshort8 a, vec_short8 b 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...]
  /src/external/apache2/llvm/dist/clang/lib/Headers/
altivec.h 12051 /* 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(vector short __a 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 29 milliseconds