Searched refs:vec_andc (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dsi2vmx.h348 #define si_andc(_a, _b) ((qword)(vec_andc((vec_uchar16)(_a), (vec_uchar16)(_b))))
377 return ((qword)(vec_cmpeq(vec_andc((vec_float4)(a), msb),
378 vec_andc((vec_float4)(b), msb))));
426 result = vec_andc(biteq, anan);
439 return ((qword)(vec_cmpgt(vec_andc((vec_float4)(a), msb),
440 vec_andc((vec_float4)(b), msb))));
488 return ((qword)vec_andc(r,vec_or(a_nan,b_nan)));
583 result = vec_andc(result, anan);
698 return ((qword)vec_andc(r,vec_or(a_nan,b_nan)));
774 result = vec_or(vec_andc(a_in
[all...]
H A Daltivec.h61 #define vec_vandc vec_andc
223 #define vec_andc __builtin_vec_andc macro
H A Demmintrin.h1893 return (vec_andc ((__v2df) __B, (__v2df) __A));
1917 return (__m128i)vec_andc ((__v2di) __B, (__v2di) __A);
H A Dxmmintrin.h482 return ((__m128)vec_andc ((__v4sf)__B, (__v4sf)__A));
H A Dspu2vmx.h198 #define spu_andc(_a, _b) vec_andc(_a, _b)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dsi2vmx.h348 #define si_andc(_a, _b) ((qword)(vec_andc((vec_uchar16)(_a), (vec_uchar16)(_b))))
377 return ((qword)(vec_cmpeq(vec_andc((vec_float4)(a), msb),
378 vec_andc((vec_float4)(b), msb))));
426 result = vec_andc(biteq, anan);
439 return ((qword)(vec_cmpgt(vec_andc((vec_float4)(a), msb),
440 vec_andc((vec_float4)(b), msb))));
488 return ((qword)vec_andc(r,vec_or(a_nan,b_nan)));
583 result = vec_andc(result, anan);
698 return ((qword)vec_andc(r,vec_or(a_nan,b_nan)));
774 result = vec_or(vec_andc(a_in
[all...]
H A Daltivec.h67 #define vec_vandc vec_andc
H A Demmintrin.h1895 return (vec_andc ((__v2df) __B, (__v2df) __A));
1919 return (__m128i)vec_andc ((__v2di) __B, (__v2di) __A);
H A Dxmmintrin.h482 return ((__m128)vec_andc ((__v4sf)__B, (__v4sf)__A));
H A Dspu2vmx.h198 #define spu_andc(_a, _b) vec_andc(_a, _b)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h342 /* vec_andc (vector logical and with complement)
345 static inline vec_uchar16 vec_andc(vec_uchar16 a, vec_uchar16 b) function
350 static inline vec_char16 vec_andc(vec_char16 a, vec_char16 b) function
355 static inline vec_char16 vec_andc(vec_bchar16 a, vec_char16 b) function
360 static inline vec_char16 vec_andc(vec_char16 a, vec_bchar16 b) function
365 static inline vec_ushort8 vec_andc(vec_ushort8 a, vec_ushort8 b) function
370 static inline vec_short8 vec_andc(vec_short8 a, vec_short8 b) function
375 static inline vec_short8 vec_andc(vec_bshort8 a, vec_short8 b) function
380 static inline vec_short8 vec_andc(vec_short8 a, vec_bshort8 b) function
385 static inline vec_uint4 vec_andc(vec_uint function
390 static inline vec_int4 vec_andc(vec_int4 a, vec_int4 b) function
395 static inline vec_int4 vec_andc(vec_bint4 a, vec_int4 b) function
400 static inline vec_int4 vec_andc(vec_int4 a, vec_bint4 b) function
405 static inline vec_float4 vec_andc(vec_float4 a, vec_float4 b) function
410 static inline vec_float4 vec_andc(vec_bint4 a, vec_float4 b) function
415 static inline vec_float4 vec_andc(vec_float4 a, vec_bint4 b) function
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dvecintrin.h5791 /*-- vec_andc ---------------------------------------------------------------*/
5794 vec_andc(__vector __bool char __a, __vector __bool char __b) { function
5799 vec_andc(__vector signed char __a, __vector signed char __b) { function
5805 vec_andc(__vector __bool char __a, __vector signed char __b) { function
5811 vec_andc(__vector signed char __a, __vector __bool char __b) { function
5816 vec_andc(__vector unsigned char __a, __vector unsigned char __b) { function
5822 vec_andc(__vector __bool char __a, __vector unsigned char __b) { function
5828 vec_andc(__vector unsigned char __a, __vector __bool char __b) { function
5833 vec_andc(__vector __bool short __a, __vector __bool short __b) { function
5838 vec_andc(__vecto function
5844 vec_andc(__vector __bool short __a, __vector signed short __b) { function
5850 vec_andc(__vector signed short __a, __vector __bool short __b) { function
5855 vec_andc(__vector unsigned short __a, __vector unsigned short __b) { function
5861 vec_andc(__vector __bool short __a, __vector unsigned short __b) { function
5867 vec_andc(__vector unsigned short __a, __vector __bool short __b) { function
5872 vec_andc(__vector __bool int __a, __vector __bool int __b) { function
5877 vec_andc(__vector signed int __a, __vector signed int __b) { function
5883 vec_andc(__vector __bool int __a, __vector signed int __b) { function
5889 vec_andc(__vector signed int __a, __vector __bool int __b) { function
5894 vec_andc(__vector unsigned int __a, __vector unsigned int __b) { function
5900 vec_andc(__vector __bool int __a, __vector unsigned int __b) { function
5906 vec_andc(__vector unsigned int __a, __vector __bool int __b) { function
5911 vec_andc(__vector __bool long long __a, __vector __bool long long __b) { function
5916 vec_andc(__vector signed long long __a, __vector signed long long __b) { function
5922 vec_andc(__vector __bool long long __a, __vector signed long long __b) { function
5928 vec_andc(__vector signed long long __a, __vector __bool long long __b) { function
5933 vec_andc(__vector unsigned long long __a, __vector unsigned long long __b) { function
5939 vec_andc(__vector __bool long long __a, __vector unsigned long long __b) { function
5945 vec_andc(__vector unsigned long long __a, __vector __bool long long __b) { function
5951 vec_andc(__vector float __a, __vector float __b) { function
5958 vec_andc(__vector double __a, __vector double __b) { function
5965 vec_andc(__vector __bool long long __a, __vector double __b) { function
5972 vec_andc(__vector double __a, __vector __bool long long __b) { function
[all...]
H A Daltivec.h1207 /* vec_andc */
1209 #define __builtin_altivec_vandc vec_andc
1212 vec_andc(vector signed char __a, vector signed char __b) { function
1217 vec_andc(vector bool char __a, vector signed char __b) { function
1222 vec_andc(vector signed char __a, vector bool char __b) { function
1227 vec_andc(vector unsigned char __a, vector unsigned char __b) { function
1232 vec_andc(vector bool char __a, vector unsigned char __b) { function
1237 vec_andc(vector unsigned char __a, vector bool char __b) { function
1241 static __inline__ vector bool char __ATTRS_o_ai vec_andc(vector bool char __a, function
1246 static __inline__ vector short __ATTRS_o_ai vec_andc(vecto function
1251 static __inline__ vector short __ATTRS_o_ai vec_andc(vector bool short __a, function
1256 static __inline__ vector short __ATTRS_o_ai vec_andc(vector short __a, function
1262 vec_andc(vector unsigned short __a, vector unsigned short __b) { function
1267 vec_andc(vector bool short __a, vector unsigned short __b) { function
1272 vec_andc(vector unsigned short __a, vector bool short __b) { function
1277 vec_andc(vector bool short __a, vector bool short __b) { function
1281 static __inline__ vector int __ATTRS_o_ai vec_andc(vector int __a, function
1286 static __inline__ vector int __ATTRS_o_ai vec_andc(vector bool int __a, function
1291 static __inline__ vector int __ATTRS_o_ai vec_andc(vector int __a, function
1297 vec_andc(vector unsigned int __a, vector unsigned int __b) { function
1302 vec_andc(vector bool int __a, vector unsigned int __b) { function
1307 vec_andc(vector unsigned int __a, vector bool int __b) { function
1311 static __inline__ vector bool int __ATTRS_o_ai vec_andc(vector bool int __a, function
1316 static __inline__ vector float __ATTRS_o_ai vec_andc(vector float __a, function
1323 static __inline__ vector float __ATTRS_o_ai vec_andc(vector bool int __a, function
1330 static __inline__ vector float __ATTRS_o_ai vec_andc(vector float __a, function
1338 static __inline__ vector double __ATTRS_o_ai vec_andc(vector bool long long __a, function
1346 vec_andc(vector double __a, vector bool long long __b) { function
1352 static __inline__ vector double __ATTRS_o_ai vec_andc(vector double __a, function
1360 vec_andc(vector signed long long __a, vector signed long long __b) { function
1365 vec_andc(vector bool long long __a, vector signed long long __b) { function
1370 vec_andc(vector signed long long __a, vector bool long long __b) { function
1375 vec_andc(vector unsigned long long __a, vector unsigned long long __b) { function
1380 vec_andc(vector bool long long __a, vector unsigned long long __b) { function
1385 vec_andc(vector unsigned long long __a, vector bool long long __b) { function
1390 vec_andc(vector bool long long __a, vector bool long long __b) { function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h214 #define vec_andc __builtin_s390_vec_andc macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h220 #define vec_andc __builtin_s390_vec_andc macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
H A Demmintrin.h1861 return (vec_andc ((__v2df) __B, (__v2df) __A));
1885 return (__m128i)vec_andc ((__v2di) __B, (__v2di) __A);
H A Dxmmintrin.h459 return ((__m128)vec_andc ((__v4sf)__B, (__v4sf)__A));

Completed in 501 milliseconds