HomeSort by: relevance | last modified time | path
    Searched refs:spu_rlqwbyte (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
vmx2spu.h 1142 p1 = spu_add(spu_mulo(a1, b1), spu_mulo(spu_rlqwbyte(a1, -2), spu_rlqwbyte(b1, -2)));
1143 p2 = spu_add(spu_mulo(a2, b2), spu_mulo(spu_rlqwbyte(a2, -2), spu_rlqwbyte(b2, -2)));
1157 p1 = spu_add(spu_mulo(a1, b1), spu_mulo(spu_rlqwbyte(a1, -2), spu_rlqwbyte(b1, -2)));
1158 p2 = spu_add(spu_mulo(a2, b2), spu_mulo(spu_rlqwbyte(a2, -2), spu_rlqwbyte(b2, -2)));
1164 return (spu_add(spu_add(spu_mulo(a, b), spu_mulo(spu_rlqwbyte(a, -2), spu_rlqwbyte(b, -2))), c))
    [all...]
spu_internals.h 326 #define spu_rlqwbyte(ra,count) __builtin_spu_rlqwbyte(ra,count) macro
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
spu2vmx.h 1650 /* spu_rlqwbyte
1653 static __inline vec_uchar16 spu_rlqwbyte(vec_uchar16 a, int count) function
1658 static __inline vec_char16 spu_rlqwbyte(vec_char16 a, int count) function
1663 static __inline vec_ushort8 spu_rlqwbyte(vec_ushort8 a, int count) function
1668 static __inline vec_short8 spu_rlqwbyte(vec_short8 a, int count) function
1673 static __inline vec_uint4 spu_rlqwbyte(vec_uint4 a, int count) function
1678 static __inline vec_int4 spu_rlqwbyte(vec_int4 a, int count) function
1683 static __inline vec_float4 spu_rlqwbyte(vec_float4 a, int count) function
1688 static __inline vec_ullong2 spu_rlqwbyte(vec_ullong2 a, int count) function
1693 static __inline vec_llong2 spu_rlqwbyte(vec_llong2 a, int count function
1698 static __inline vec_double2 spu_rlqwbyte(vec_double2 a, int count) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
spu2vmx.h 1650 /* spu_rlqwbyte
1653 static __inline vec_uchar16 spu_rlqwbyte(vec_uchar16 a, int count) function
1658 static __inline vec_char16 spu_rlqwbyte(vec_char16 a, int count) function
1663 static __inline vec_ushort8 spu_rlqwbyte(vec_ushort8 a, int count) function
1668 static __inline vec_short8 spu_rlqwbyte(vec_short8 a, int count) function
1673 static __inline vec_uint4 spu_rlqwbyte(vec_uint4 a, int count) function
1678 static __inline vec_int4 spu_rlqwbyte(vec_int4 a, int count) function
1683 static __inline vec_float4 spu_rlqwbyte(vec_float4 a, int count) function
1688 static __inline vec_ullong2 spu_rlqwbyte(vec_ullong2 a, int count) function
1693 static __inline vec_llong2 spu_rlqwbyte(vec_llong2 a, int count function
1698 static __inline vec_double2 spu_rlqwbyte(vec_double2 a, int count) function
    [all...]

Completed in 38 milliseconds