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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
spu2vmx.h 860 /* spu_madd
863 static __inline vec_int4 spu_madd(vec_short8 a, vec_short8 b, vec_int4 c) function
868 static __inline vec_float4 spu_madd(vec_float4 a, vec_float4 b, vec_float4 c) function
873 static __inline vec_double2 spu_madd(vec_double2 a, vec_double2 b, vec_double2 c) function
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
spu2vmx.h 860 /* spu_madd
863 static __inline vec_int4 spu_madd(vec_short8 a, vec_short8 b, vec_int4 c) function
868 static __inline vec_float4 spu_madd(vec_float4 a, vec_float4 b, vec_float4 c) function
873 static __inline vec_double2 spu_madd(vec_double2 a, vec_double2 b, vec_double2 c) function
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
spu_internals.h 280 #define spu_madd(ra,rb,rc) __builtin_spu_madd(ra,rb,rc) macro

Completed in 20 milliseconds