Home
last modified time | relevance | path

Searched refs:vec_cmpeq (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Demmintrin.h352 return ((__m128d)vec_cmpeq((__v2df)__A, (__v2df)__B)); in _mm_cmpeq_pd()
382 __v2df __temp = (__v2df)vec_cmpeq((__v2df)__A, (__v2df)__B); in _mm_cmpneq_pd()
415 __c = (__v2du)vec_cmpeq(__A, __A); in _mm_cmpord_pd()
416 __d = (__v2du)vec_cmpeq(__B, __B); in _mm_cmpord_pd()
427 __c = (__v2du)vec_cmpeq((__v2df)__A, (__v2df)__A); in _mm_cmpunord_pd()
428 __d = (__v2du)vec_cmpeq((__v2df)__B, (__v2df)__B); in _mm_cmpunord_pd()
436 __c = (__v2du)vec_cmpeq((__v2df)__A, (__v2df)__A); in _mm_cmpunord_pd()
437 __d = (__v2du)vec_cmpeq((__v2df)__B, (__v2df)__B); in _mm_cmpunord_pd()
455 __c = (__v2df)vec_cmpeq(__a, __b); in _mm_cmpeq_sd()
507 __c = (__v2df)vec_cmpeq(__a, __b); in _mm_cmpneq_sd()
[all …]
H A Dxmmintrin.h481 return ((__m128)vec_cmpeq((__v4sf)__A, (__v4sf)__B)); in _mm_cmpeq_ps()
511 __v4sf __temp = (__v4sf)vec_cmpeq((__v4sf)__A, (__v4sf)__B); in _mm_cmpneq_ps()
583 __c = (__v4sf)vec_cmpeq(__a, __b); in _mm_cmpeq_ss()
668 __c = (__v4sf)vec_cmpeq(__a, __b); in _mm_cmpneq_ss()
H A Dmmintrin.h786 __c = (__vector signed short)vec_cmpeq(__a, __b); in _mm_cmpeq_pi16()
850 __c = (__vector signed int)vec_cmpeq(__a, __b); in _mm_cmpeq_pi32()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h1708 vec_cmpeq(vector signed char __a, vector signed char __b) { in vec_cmpeq() function
1714 vec_cmpeq(vector unsigned char __a, vector unsigned char __b) { in vec_cmpeq() function
1720 vec_cmpeq(vector bool char __a, vector bool char __b) { in vec_cmpeq() function
1725 static __inline__ vector bool short __ATTRS_o_ai vec_cmpeq(vector short __a, in vec_cmpeq() function
1731 vec_cmpeq(vector unsigned short __a, vector unsigned short __b) { in vec_cmpeq() function
1737 vec_cmpeq(vector bool short __a, vector bool short __b) { in vec_cmpeq() function
1742 static __inline__ vector bool int __ATTRS_o_ai vec_cmpeq(vector int __a, in vec_cmpeq() function
1748 vec_cmpeq(vector unsigned int __a, vector unsigned int __b) { in vec_cmpeq() function
1753 static __inline__ vector bool int __ATTRS_o_ai vec_cmpeq(vector bool int __a, in vec_cmpeq() function
1761 vec_cmpeq(vector signed long long __a, vector signed long long __b) { in vec_cmpeq() function
[all …]
H A Dvecintrin.h2649 vec_cmpeq(__vector __bool char __a, __vector __bool char __b) { in vec_cmpeq() function
2654 vec_cmpeq(__vector signed char __a, __vector signed char __b) { in vec_cmpeq() function
2659 vec_cmpeq(__vector unsigned char __a, __vector unsigned char __b) { in vec_cmpeq() function
2664 vec_cmpeq(__vector __bool short __a, __vector __bool short __b) { in vec_cmpeq() function
2669 vec_cmpeq(__vector signed short __a, __vector signed short __b) { in vec_cmpeq() function
2674 vec_cmpeq(__vector unsigned short __a, __vector unsigned short __b) { in vec_cmpeq() function
2679 vec_cmpeq(__vector __bool int __a, __vector __bool int __b) { in vec_cmpeq() function
2684 vec_cmpeq(__vector signed int __a, __vector signed int __b) { in vec_cmpeq() function
2689 vec_cmpeq(__vector unsigned int __a, __vector unsigned int __b) { in vec_cmpeq() function
2694 vec_cmpeq(__vector __bool long long __a, __vector __bool long long __b) { in vec_cmpeq() function
[all …]