Home
last modified time | relevance | path

Searched defs:spu_and (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dspu2vmx.h113 static __inline vec_uchar16 spu_and(vec_uchar16 a, vec_uchar16 b) in spu_and() function
118 static __inline vec_char16 spu_and(vec_char16 a, vec_char16 b) in spu_and() function
123 static __inline vec_ushort8 spu_and(vec_ushort8 a, vec_ushort8 b) in spu_and() function
128 static __inline vec_short8 spu_and(vec_short8 a, vec_short8 b) in spu_and() function
133 static __inline vec_uint4 spu_and(vec_uint4 a, vec_uint4 b) in spu_and() function
138 static __inline vec_int4 spu_and(vec_int4 a, vec_int4 b) in spu_and() function
143 static __inline vec_float4 spu_and(vec_float4 a, vec_float4 b) in spu_and() function
148 static __inline vec_ullong2 spu_and(vec_ullong2 a, vec_ullong2 b) in spu_and() function
153 static __inline vec_llong2 spu_and(vec_llong2 a, vec_llong2 b) in spu_and() function
158 static __inline vec_double2 spu_and(vec_double2 a, vec_double2 b) in spu_and() function
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dspu2vmx.h113 static __inline vec_uchar16 spu_and(vec_uchar16 a, vec_uchar16 b) in spu_and() function
118 static __inline vec_char16 spu_and(vec_char16 a, vec_char16 b) in spu_and() function
123 static __inline vec_ushort8 spu_and(vec_ushort8 a, vec_ushort8 b) in spu_and() function
128 static __inline vec_short8 spu_and(vec_short8 a, vec_short8 b) in spu_and() function
133 static __inline vec_uint4 spu_and(vec_uint4 a, vec_uint4 b) in spu_and() function
138 static __inline vec_int4 spu_and(vec_int4 a, vec_int4 b) in spu_and() function
143 static __inline vec_float4 spu_and(vec_float4 a, vec_float4 b) in spu_and() function
148 static __inline vec_ullong2 spu_and(vec_ullong2 a, vec_ullong2 b) in spu_and() function
153 static __inline vec_llong2 spu_and(vec_llong2 a, vec_llong2 b) in spu_and() function
158 static __inline vec_double2 spu_and(vec_double2 a, vec_double2 b) in spu_and() function
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu_internals.h315 #define spu_and(ra,rb) __builtin_spu_and(ra,rb) macro