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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
spu2vmx.h 1033 /* spu_nand
1036 static __inline vec_uchar16 spu_nand(vec_uchar16 a, vec_uchar16 b) function
1041 static __inline vec_char16 spu_nand(vec_char16 a, vec_char16 b) function
1046 static __inline vec_ushort8 spu_nand(vec_ushort8 a, vec_ushort8 b) function
1051 static __inline vec_short8 spu_nand(vec_short8 a, vec_short8 b) function
1056 static __inline vec_uint4 spu_nand(vec_uint4 a, vec_uint4 b) function
1061 static __inline vec_int4 spu_nand(vec_int4 a, vec_int4 b) function
1066 static __inline vec_float4 spu_nand(vec_float4 a, vec_float4 b) function
1071 static __inline vec_ullong2 spu_nand(vec_ullong2 a, vec_ullong2 b) function
1076 static __inline vec_llong2 spu_nand(vec_llong2 a, vec_llong2 b function
1081 static __inline vec_double2 spu_nand(vec_double2 a, vec_double2 b) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
spu2vmx.h 1033 /* spu_nand
1036 static __inline vec_uchar16 spu_nand(vec_uchar16 a, vec_uchar16 b) function
1041 static __inline vec_char16 spu_nand(vec_char16 a, vec_char16 b) function
1046 static __inline vec_ushort8 spu_nand(vec_ushort8 a, vec_ushort8 b) function
1051 static __inline vec_short8 spu_nand(vec_short8 a, vec_short8 b) function
1056 static __inline vec_uint4 spu_nand(vec_uint4 a, vec_uint4 b) function
1061 static __inline vec_int4 spu_nand(vec_int4 a, vec_int4 b) function
1066 static __inline vec_float4 spu_nand(vec_float4 a, vec_float4 b) function
1071 static __inline vec_ullong2 spu_nand(vec_ullong2 a, vec_ullong2 b) function
1076 static __inline vec_llong2 spu_nand(vec_llong2 a, vec_llong2 b function
1081 static __inline vec_double2 spu_nand(vec_double2 a, vec_double2 b) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
spu_internals.h 318 #define spu_nand(ra,rb) __builtin_spu_nand(ra,rb) macro

Completed in 39 milliseconds