Home
last modified time | relevance | path

Searched refs:vec_cmpeq (Results 1 – 4 of 4) 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 Dvecintrin.h2400 vec_cmpeq(__vector __bool char __a, __vector __bool char __b) { in vec_cmpeq() function
2405 vec_cmpeq(__vector signed char __a, __vector signed char __b) { in vec_cmpeq() function
2410 vec_cmpeq(__vector unsigned char __a, __vector unsigned char __b) { in vec_cmpeq() function
2415 vec_cmpeq(__vector __bool short __a, __vector __bool short __b) { in vec_cmpeq() function
2420 vec_cmpeq(__vector signed short __a, __vector signed short __b) { in vec_cmpeq() function
2425 vec_cmpeq(__vector unsigned short __a, __vector unsigned short __b) { in vec_cmpeq() function
2430 vec_cmpeq(__vector __bool int __a, __vector __bool int __b) { in vec_cmpeq() function
2435 vec_cmpeq(__vector signed int __a, __vector signed int __b) { in vec_cmpeq() function
2440 vec_cmpeq(__vector unsigned int __a, __vector unsigned int __b) { in vec_cmpeq() function
2445 vec_cmpeq(__vector __bool long long __a, __vector __bool long long __b) { in vec_cmpeq() function
[all …]