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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
spu2vmx.h 998 /* spu_mulo
1001 static __inline vec_int4 spu_mulo(vec_short8 a, vec_short8 b) function
1007 static __inline vec_uint4 spu_mulo(vec_ushort8 a, vec_ushort8 b) function
1013 static __inline vec_int4 spu_mulo(vec_short8 a, short b) function
1018 static __inline vec_uint4 spu_mulo(vec_ushort8 a, unsigned short b) function
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
spu2vmx.h 998 /* spu_mulo
1001 static __inline vec_int4 spu_mulo(vec_short8 a, vec_short8 b) function
1007 static __inline vec_uint4 spu_mulo(vec_ushort8 a, vec_ushort8 b) function
1013 static __inline vec_int4 spu_mulo(vec_short8 a, short b) function
1018 static __inline vec_uint4 spu_mulo(vec_ushort8 a, unsigned short b) function
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
spu_internals.h 287 #define spu_mulo(ra,rb) __builtin_spu_mulo(ra,rb) macro

Completed in 34 milliseconds