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

  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
vmx2spu.h 1173 /* vec_msums (vector multiply sum saturate)
1176 static inline vec_uint4 vec_msums(vec_ushort8 a, vec_ushort8 b, vec_uint4 c) function
1186 static inline vec_int4 vec_msums(vec_short8 a, vec_short8 b, vec_int4 c) function
  /src/external/apache2/llvm/dist/clang/lib/Headers/
altivec.h 6057 /* vec_msums */
6059 static __inline__ vector int __ATTRS_o_ai vec_msums(vector short __a, function
6066 vec_msums(vector unsigned short __a, vector unsigned short __b, function

Completed in 45 milliseconds