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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
spu2vmx.h 2330 /* spu_xor
2333 static __inline vec_uchar16 spu_xor(vec_uchar16 a, vec_uchar16 b) function
2338 static __inline vec_char16 spu_xor(vec_char16 a, vec_char16 b) function
2343 static __inline vec_ushort8 spu_xor(vec_ushort8 a, vec_ushort8 b) function
2348 static __inline vec_short8 spu_xor(vec_short8 a, vec_short8 b) function
2353 static __inline vec_uint4 spu_xor(vec_uint4 a, vec_uint4 b) function
2358 static __inline vec_int4 spu_xor(vec_int4 a, vec_int4 b) function
2363 static __inline vec_float4 spu_xor(vec_float4 a, vec_float4 b) function
2368 static __inline vec_ullong2 spu_xor(vec_ullong2 a, vec_ullong2 b) function
2373 static __inline vec_llong2 spu_xor(vec_llong2 a, vec_llong2 b function
2378 static __inline vec_double2 spu_xor(vec_double2 a, vec_double2 b) function
2383 static __inline vec_uchar16 spu_xor(vec_uchar16 a, unsigned char b) function
2388 static __inline vec_char16 spu_xor(vec_char16 a, signed char b) function
2393 static __inline vec_ushort8 spu_xor(vec_ushort8 a, unsigned short b) function
2398 static __inline vec_short8 spu_xor(vec_short8 a, signed short b) function
2403 static __inline vec_uint4 spu_xor(vec_uint4 a, unsigned int b) function
2408 static __inline vec_int4 spu_xor(vec_int4 a, signed int b) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
spu2vmx.h 2330 /* spu_xor
2333 static __inline vec_uchar16 spu_xor(vec_uchar16 a, vec_uchar16 b) function
2338 static __inline vec_char16 spu_xor(vec_char16 a, vec_char16 b) function
2343 static __inline vec_ushort8 spu_xor(vec_ushort8 a, vec_ushort8 b) function
2348 static __inline vec_short8 spu_xor(vec_short8 a, vec_short8 b) function
2353 static __inline vec_uint4 spu_xor(vec_uint4 a, vec_uint4 b) function
2358 static __inline vec_int4 spu_xor(vec_int4 a, vec_int4 b) function
2363 static __inline vec_float4 spu_xor(vec_float4 a, vec_float4 b) function
2368 static __inline vec_ullong2 spu_xor(vec_ullong2 a, vec_ullong2 b) function
2373 static __inline vec_llong2 spu_xor(vec_llong2 a, vec_llong2 b function
2378 static __inline vec_double2 spu_xor(vec_double2 a, vec_double2 b) function
2383 static __inline vec_uchar16 spu_xor(vec_uchar16 a, unsigned char b) function
2388 static __inline vec_char16 spu_xor(vec_char16 a, signed char b) function
2393 static __inline vec_ushort8 spu_xor(vec_ushort8 a, unsigned short b) function
2398 static __inline vec_short8 spu_xor(vec_short8 a, signed short b) function
2403 static __inline vec_uint4 spu_xor(vec_uint4 a, unsigned int b) function
2408 static __inline vec_int4 spu_xor(vec_int4 a, signed int b) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
spu_internals.h 323 #define spu_xor(ra,rb) __builtin_spu_xor(ra,rb) macro

Completed in 24 milliseconds