Lines Matching defs:spu_xor
2330 /* spu_xor
2333 static __inline vec_uchar16 spu_xor(vec_uchar16 a, vec_uchar16 b)
2338 static __inline vec_char16 spu_xor(vec_char16 a, vec_char16 b)
2343 static __inline vec_ushort8 spu_xor(vec_ushort8 a, vec_ushort8 b)
2348 static __inline vec_short8 spu_xor(vec_short8 a, vec_short8 b)
2353 static __inline vec_uint4 spu_xor(vec_uint4 a, vec_uint4 b)
2358 static __inline vec_int4 spu_xor(vec_int4 a, vec_int4 b)
2363 static __inline vec_float4 spu_xor(vec_float4 a, vec_float4 b)
2368 static __inline vec_ullong2 spu_xor(vec_ullong2 a, vec_ullong2 b)
2373 static __inline vec_llong2 spu_xor(vec_llong2 a, vec_llong2 b)
2378 static __inline vec_double2 spu_xor(vec_double2 a, vec_double2 b)
2383 static __inline vec_uchar16 spu_xor(vec_uchar16 a, unsigned char b)
2388 static __inline vec_char16 spu_xor(vec_char16 a, signed char b)
2393 static __inline vec_ushort8 spu_xor(vec_ushort8 a, unsigned short b)
2398 static __inline vec_short8 spu_xor(vec_short8 a, signed short b)
2403 static __inline vec_uint4 spu_xor(vec_uint4 a, unsigned int b)
2408 static __inline vec_int4 spu_xor(vec_int4 a, signed int b)