Searched defs:spu_xor (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/config/rs6000/
H A Dspu2vmx.h2333 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_llong 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...]
/haiku-buildtools/gcc/gcc/config/spu/
H A Dspu_internals.h323 #define spu_xor(ra,rb) __builtin_spu_xor(ra,rb) macro

Completed in 43 milliseconds