Searched defs:spu_nand (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dspu2vmx.h1036 static __inline vec_uchar16 spu_nand(vec_uchar16 a, vec_uchar16 b) function
1041 static __inline vec_char16 spu_nand(vec_char16 a, vec_char16 b) function
1046 static __inline vec_ushort8 spu_nand(vec_ushort8 a, vec_ushort8 b) function
1051 static __inline vec_short8 spu_nand(vec_short8 a, vec_short8 b) function
1056 static __inline vec_uint4 spu_nand(vec_uint4 a, vec_uint4 b) function
1061 static __inline vec_int4 spu_nand(vec_int4 a, vec_int4 b) function
1066 static __inline vec_float4 spu_nand(vec_float4 a, vec_float4 b) function
1071 static __inline vec_ullong2 spu_nand(vec_ullong2 a, vec_ullong2 b) function
1076 static __inline vec_llong2 spu_nand(vec_llong function
1081 static __inline vec_double2 spu_nand(vec_double2 a, vec_double2 b) function
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dspu2vmx.h1036 static __inline vec_uchar16 spu_nand(vec_uchar16 a, vec_uchar16 b) function
1041 static __inline vec_char16 spu_nand(vec_char16 a, vec_char16 b) function
1046 static __inline vec_ushort8 spu_nand(vec_ushort8 a, vec_ushort8 b) function
1051 static __inline vec_short8 spu_nand(vec_short8 a, vec_short8 b) function
1056 static __inline vec_uint4 spu_nand(vec_uint4 a, vec_uint4 b) function
1061 static __inline vec_int4 spu_nand(vec_int4 a, vec_int4 b) function
1066 static __inline vec_float4 spu_nand(vec_float4 a, vec_float4 b) function
1071 static __inline vec_ullong2 spu_nand(vec_ullong2 a, vec_ullong2 b) function
1076 static __inline vec_llong2 spu_nand(vec_llong function
1081 static __inline vec_double2 spu_nand(vec_double2 a, vec_double2 b) function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu_internals.h318 #define spu_nand(ra,rb) __builtin_spu_nand(ra,rb) macro

Completed in 137 milliseconds