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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
spu2vmx.h 507 /* spu_extend
510 static __inline vec_short8 spu_extend(vec_char16 a) function
516 static __inline vec_int4 spu_extend(vec_short8 a) function
521 static __inline vec_llong2 spu_extend(vec_int4 a) function
527 static __inline vec_double2 spu_extend(vec_float4 a) function
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
spu2vmx.h 507 /* spu_extend
510 static __inline vec_short8 spu_extend(vec_char16 a) function
516 static __inline vec_int4 spu_extend(vec_short8 a) function
521 static __inline vec_llong2 spu_extend(vec_int4 a) function
527 static __inline vec_double2 spu_extend(vec_float4 a) function
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
spu_internals.h 274 #define spu_extend(ra) __builtin_spu_extend(ra) macro

Completed in 51 milliseconds