Searched refs:spu_nand (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dspu2vmx.h1033 /* spu_nand
1036 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.h1033 /* spu_nand
1036 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 Dvmx2spu.h195 d = spu_sel(d, spu_splats((unsigned char)0x80), spu_cmpgt(spu_nor(s, (vec_uchar16)(spu_nand(a, b))), 0x7F));
224 d = spu_sel(d, spu_splats((signed short)0x8000), (vec_ushort8)(spu_rlmaska(spu_nor(s, spu_nand(a, b)), -15)));
249 d = spu_sel(d, spu_splats((signed int)0x80000000), (vec_uint4)spu_rlmaska(spu_nor(s, spu_nand(a, b)), -31));
2085 d = spu_sel(s, spu_splats((unsigned char)0x7F), spu_cmpgt(spu_nor((vec_uchar16)(a), spu_nand(s, (vec_uchar16)(b))), 0x7F));
2112 d = spu_sel(s, spu_splats((signed short)0x7FFF), (vec_ushort8)(spu_rlmaska(spu_nor(a, spu_nand(s, b)), -15)));
2139 d = spu_sel(s, spu_splats((signed int)0x7FFFFFFF), (vec_uint4)(spu_rlmaska(spu_nor(a, spu_nand(s, b)), -31)));
H A Dspu_internals.h318 #define spu_nand(ra,rb) __builtin_spu_nand(ra,rb) macro

Completed in 167 milliseconds