Searched refs:vec_and (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dsi2vmx.h318 vec_and((vec_uint4)(_c), vec_splat_u32(1)))))
323 #define si_and(_a, _b) ((qword)(vec_and((vec_uint4)(_a), (vec_uint4)(_b))))
328 return ((qword)(vec_and((vec_char16)(a),
334 return ((qword)(vec_and((vec_short8)(a),
341 return ((qword)(vec_and((vec_int4)(a),
367 #define si_bgx(_a, _b, _c) ((qword)(vec_and(vec_or(vec_cmpgt((vec_uint4)(_b), (vec_uint4)(_a)), \
368 vec_and(vec_cmpeq((vec_uint4)(_b), (vec_uint4)(_a)), \
404 aabs = vec_and((vec_uint4)a,sign_mask);
405 babs = vec_and((vec_uint4)b,sign_mask);
409 biteq = vec_and(bite
[all...]
H A Dtmmintrin.h427 __v8hi __C = vec_and (vec_unpackh ((__v16qi) __A), __unsigned);
428 __v8hi __D = vec_and (vec_unpackl ((__v16qi) __A), __unsigned);
449 __C = vec_and (__C, __unsigned);
H A Daltivec.h60 #define vec_vand vec_and
222 #define vec_and __builtin_vec_and macro
H A Dxmmintrin.h475 return ((__m128)vec_and ((__v4sf)__A, (__v4sf)__B));
573 return ((__m128 ) vec_and (__c, __d));
789 __c = vec_and (__c, __d);
H A Demmintrin.h439 return ((__m128d)vec_and(c, d));
1887 return (vec_and ((__v2df) __A, (__v2df) __B));
1911 return (__m128i)vec_and ((__v2di) __A, (__v2di) __B);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dsi2vmx.h318 vec_and((vec_uint4)(_c), vec_splat_u32(1)))))
323 #define si_and(_a, _b) ((qword)(vec_and((vec_uint4)(_a), (vec_uint4)(_b))))
328 return ((qword)(vec_and((vec_char16)(a),
334 return ((qword)(vec_and((vec_short8)(a),
341 return ((qword)(vec_and((vec_int4)(a),
367 #define si_bgx(_a, _b, _c) ((qword)(vec_and(vec_or(vec_cmpgt((vec_uint4)(_b), (vec_uint4)(_a)), \
368 vec_and(vec_cmpeq((vec_uint4)(_b), (vec_uint4)(_a)), \
404 aabs = vec_and((vec_uint4)a,sign_mask);
405 babs = vec_and((vec_uint4)b,sign_mask);
409 biteq = vec_and(bite
[all...]
H A Dtmmintrin.h439 __v8hi __C = vec_and (vec_unpackh ((__v16qi) __A), __unsigned);
440 __v8hi __D = vec_and (vec_unpackl ((__v16qi) __A), __unsigned);
461 __C = vec_and (__C, __unsigned);
H A Daltivec.h66 #define vec_vand vec_and
H A Dsmmintrin.h429 return vec_all_eq (vec_and ((__v16qu) __A, (__v16qu) __B), __zero);
439 return vec_all_eq (vec_and ((__v16qu) __notA, (__v16qu) __B), __zero);
H A Dxmmintrin.h475 return ((__m128)vec_and ((__v4sf)__A, (__v4sf)__B));
573 return ((__m128 ) vec_and (__c, __d));
789 __c = vec_and (__c, __d);
H A Demmintrin.h438 return ((__m128d)vec_and(__c, __d));
1889 return (vec_and ((__v2df) __A, (__v2df) __B));
1913 return (__m128i)vec_and ((__v2di) __A, (__v2di) __B);
/netbsd-current/external/bsd/jemalloc/dist/test/include/test/
H A DSFMT-alti.h87 y = vec_and(y, mask);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
H A Dtmmintrin.h416 __v8hi __C = vec_and (vec_unpackh ((__v16qi) __A), __unsigned);
417 __v8hi __D = vec_and (vec_unpackl ((__v16qi) __A), __unsigned);
438 __C = vec_and (__C, __unsigned);
H A Dxmmintrin.h452 return ((__m128)vec_and ((__v4sf)__A, (__v4sf)__B));
550 return ((__m128 ) vec_and (c, d));
766 c = vec_and (c, d);
H A Demmintrin.h423 return ((__m128d)vec_and(c, d));
1855 return (vec_and ((__v2df) __A, (__v2df) __B));
1879 return (__m128i)vec_and ((__v2di) __A, (__v2di) __B);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h263 /* vec_and (vector logical and)
266 static inline vec_uchar16 vec_and(vec_uchar16 a, vec_uchar16 b) function
271 static inline vec_char16 vec_and(vec_char16 a, vec_char16 b) function
276 static inline vec_char16 vec_and(vec_bchar16 a, vec_char16 b) function
281 static inline vec_char16 vec_and(vec_char16 a, vec_bchar16 b) function
286 static inline vec_ushort8 vec_and(vec_ushort8 a, vec_ushort8 b) function
291 static inline vec_short8 vec_and(vec_short8 a, vec_short8 b) function
296 static inline vec_short8 vec_and(vec_bshort8 a, vec_short8 b) function
301 static inline vec_short8 vec_and(vec_short8 a, vec_bshort8 b) function
306 static inline vec_uint4 vec_and(vec_uint function
311 static inline vec_int4 vec_and(vec_int4 a, vec_int4 b) function
316 static inline vec_int4 vec_and(vec_bint4 a, vec_int4 b) function
321 static inline vec_int4 vec_and(vec_int4 a, vec_bint4 b) function
326 static inline vec_float4 vec_and(vec_float4 a, vec_float4 b) function
331 static inline vec_float4 vec_and(vec_bint4 a, vec_float4 b) function
336 static inline vec_float4 vec_and(vec_float4 a, vec_bint4 b) function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h213 #define vec_and __builtin_s390_vec_and macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h219 #define vec_and __builtin_s390_vec_and macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h854 /* vec_and */
856 #define __builtin_altivec_vand vec_and
859 vec_and(vector signed char __a, vector signed char __b) { function
864 vec_and(vector bool char __a, vector signed char __b) { function
869 vec_and(vector signed char __a, vector bool char __b) { function
874 vec_and(vector unsigned char __a, vector unsigned char __b) { function
879 vec_and(vector bool char __a, vector unsigned char __b) { function
884 vec_and(vector unsigned char __a, vector bool char __b) { function
888 static __inline__ vector bool char __ATTRS_o_ai vec_and(vector bool char __a, function
893 static __inline__ vector short __ATTRS_o_ai vec_and(vecto function
898 static __inline__ vector short __ATTRS_o_ai vec_and(vector bool short __a, function
903 static __inline__ vector short __ATTRS_o_ai vec_and(vector short __a, function
909 vec_and(vector unsigned short __a, vector unsigned short __b) { function
914 vec_and(vector bool short __a, vector unsigned short __b) { function
919 vec_and(vector unsigned short __a, vector bool short __b) { function
924 vec_and(vector bool short __a, vector bool short __b) { function
928 static __inline__ vector int __ATTRS_o_ai vec_and(vector int __a, function
933 static __inline__ vector int __ATTRS_o_ai vec_and(vector bool int __a, function
938 static __inline__ vector int __ATTRS_o_ai vec_and(vector int __a, function
944 vec_and(vector unsigned int __a, vector unsigned int __b) { function
949 vec_and(vector bool int __a, vector unsigned int __b) { function
954 vec_and(vector unsigned int __a, vector bool int __b) { function
958 static __inline__ vector bool int __ATTRS_o_ai vec_and(vector bool int __a, function
963 static __inline__ vector float __ATTRS_o_ai vec_and(vector float __a, function
970 static __inline__ vector float __ATTRS_o_ai vec_and(vector bool int __a, function
977 static __inline__ vector float __ATTRS_o_ai vec_and(vector float __a, function
985 static __inline__ vector double __ATTRS_o_ai vec_and(vector bool long long __a, function
993 vec_and(vector double __a, vector bool long long __b) { function
999 static __inline__ vector double __ATTRS_o_ai vec_and(vector double __a, function
1007 vec_and(vector signed long long __a, vector signed long long __b) { function
1012 vec_and(vector bool long long __a, vector signed long long __b) { function
1017 vec_and(vector signed long long __a, vector bool long long __b) { function
1022 vec_and(vector unsigned long long __a, vector unsigned long long __b) { function
1027 vec_and(vector bool long long __a, vector unsigned long long __b) { function
1032 vec_and(vector unsigned long long __a, vector bool long long __b) { function
1037 vec_and(vector bool long long __a, vector bool long long __b) { function
[all...]

Completed in 551 milliseconds