Searched refs:vec_and (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/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 | smmintrin.h | 419 return vec_all_eq(vec_and((__v16qu)__A, (__v16qu)__B), __zero); in _mm_testz_si128() 428 return vec_all_eq(vec_and((__v16qu)__notA, (__v16qu)__B), __zero); in _mm_testc_si128()
|
| 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-14.2/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 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 937 vec_and(vector bool short __a, vector unsigned short __b) { in vec_and() function 947 vec_and(vector bool short __a, vector bool short __b) { in vec_and() function 972 vec_and(vector bool int __a, vector unsigned int __b) { in vec_and() function 977 vec_and(vector unsigned int __a, vector bool int __b) { in vec_and() function [all …]
|