Searched refs:vec_and (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/ |
| H A D | tmmintrin.h | 376 __v8hi __C = vec_and(vec_unpackh((__v16qi)__A), __unsigned); in _mm_maddubs_epi16() 377 __v8hi __D = vec_and(vec_unpackl((__v16qi)__A), __unsigned); in _mm_maddubs_epi16() 397 __C = vec_and(__C, __unsigned); in _mm_maddubs_pi16()
|
| H A D | xmmintrin.h | 453 return ((__m128)vec_and((__v4sf)__A, (__v4sf)__B)); in _mm_and_ps() 551 return ((__m128)vec_and(__c, __d)); in _mm_cmpord_ps() 756 __c = vec_and(__c, __d); in _mm_cmpord_ss()
|
| H A D | emmintrin.h | 418 return ((__m128d)vec_and(__c, __d)); in _mm_cmpord_pd() 1816 return (vec_and((__v2df)__A, (__v2df)__B)); in _mm_and_pd() 1840 return (__m128i)vec_and((__v2di)__A, (__v2di)__B); in _mm_and_si128()
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | altivec.h | 879 #define __builtin_altivec_vand vec_and 882 vec_and(vector signed char __a, vector signed char __b) { in vec_and() function 887 vec_and(vector bool char __a, vector signed char __b) { in vec_and() function 892 vec_and(vector signed char __a, vector bool char __b) { in vec_and() function 897 vec_and(vector unsigned char __a, vector unsigned char __b) { in vec_and() function 902 vec_and(vector bool char __a, vector unsigned char __b) { in vec_and() function 907 vec_and(vector unsigned char __a, vector bool char __b) { in vec_and() function 911 static __inline__ vector bool char __ATTRS_o_ai vec_and(vector bool char __a, in vec_and() function 916 static __inline__ vector short __ATTRS_o_ai vec_and(vector short __a, in vec_and() function 921 static __inline__ vector short __ATTRS_o_ai vec_and(vector bool short __a, in vec_and() function [all …]
|
| H A D | vecintrin.h | 6425 vec_and(__vector __bool char __a, __vector __bool char __b) { in vec_and() function 6430 vec_and(__vector signed char __a, __vector signed char __b) { in vec_and() function 6435 vec_and(__vector unsigned char __a, __vector unsigned char __b) { in vec_and() function 6440 vec_and(__vector __bool short __a, __vector __bool short __b) { in vec_and() function 6445 vec_and(__vector signed short __a, __vector signed short __b) { in vec_and() function 6450 vec_and(__vector unsigned short __a, __vector unsigned short __b) { in vec_and() function 6455 vec_and(__vector __bool int __a, __vector __bool int __b) { in vec_and() function 6460 vec_and(__vector signed int __a, __vector signed int __b) { in vec_and() function 6465 vec_and(__vector unsigned int __a, __vector unsigned int __b) { in vec_and() function 6470 vec_and(__vector __bool long long __a, __vector __bool long long __b) { in vec_and() function [all …]
|