Searched defs:spu_xor (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | spu2vmx.h | 2333 static __inline vec_uchar16 spu_xor(vec_uchar16 a, vec_uchar16 b) in spu_xor() function 2338 static __inline vec_char16 spu_xor(vec_char16 a, vec_char16 b) in spu_xor() function 2343 static __inline vec_ushort8 spu_xor(vec_ushort8 a, vec_ushort8 b) in spu_xor() function 2348 static __inline vec_short8 spu_xor(vec_short8 a, vec_short8 b) in spu_xor() function 2353 static __inline vec_uint4 spu_xor(vec_uint4 a, vec_uint4 b) in spu_xor() function 2358 static __inline vec_int4 spu_xor(vec_int4 a, vec_int4 b) in spu_xor() function 2363 static __inline vec_float4 spu_xor(vec_float4 a, vec_float4 b) in spu_xor() function 2368 static __inline vec_ullong2 spu_xor(vec_ullong2 a, vec_ullong2 b) in spu_xor() function 2373 static __inline vec_llong2 spu_xor(vec_llong2 a, vec_llong2 b) in spu_xor() function 2378 static __inline vec_double2 spu_xor(vec_double2 a, vec_double2 b) in spu_xor() function [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | spu2vmx.h | 2333 static __inline vec_uchar16 spu_xor(vec_uchar16 a, vec_uchar16 b) in spu_xor() function 2338 static __inline vec_char16 spu_xor(vec_char16 a, vec_char16 b) in spu_xor() function 2343 static __inline vec_ushort8 spu_xor(vec_ushort8 a, vec_ushort8 b) in spu_xor() function 2348 static __inline vec_short8 spu_xor(vec_short8 a, vec_short8 b) in spu_xor() function 2353 static __inline vec_uint4 spu_xor(vec_uint4 a, vec_uint4 b) in spu_xor() function 2358 static __inline vec_int4 spu_xor(vec_int4 a, vec_int4 b) in spu_xor() function 2363 static __inline vec_float4 spu_xor(vec_float4 a, vec_float4 b) in spu_xor() function 2368 static __inline vec_ullong2 spu_xor(vec_ullong2 a, vec_ullong2 b) in spu_xor() function 2373 static __inline vec_llong2 spu_xor(vec_llong2 a, vec_llong2 b) in spu_xor() function 2378 static __inline vec_double2 spu_xor(vec_double2 a, vec_double2 b) in spu_xor() function [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | spu_internals.h | 323 #define spu_xor(ra,rb) __builtin_spu_xor(ra,rb) macro
|