Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dxmmintrin.h544 static const __vector unsigned int __float_exp_mask = { in _mm_cmpord_ps() local
549 __c = (__vector unsigned int)vec_cmpgt(__float_exp_mask, __a); in _mm_cmpord_ps()
550 __d = (__vector unsigned int)vec_cmpgt(__float_exp_mask, __b); in _mm_cmpord_ps()
559 static const __vector unsigned int __float_exp_mask = { in _mm_cmpunord_ps() local
564 __c = (__vector unsigned int)vec_cmpgt(__a, __float_exp_mask); in _mm_cmpunord_ps()
565 __d = (__vector unsigned int)vec_cmpgt(__b, __float_exp_mask); in _mm_cmpunord_ps()
748 static const __vector unsigned int __float_exp_mask = { in _mm_cmpord_ss() local
754 __c = (__vector unsigned int)vec_cmpgt(__float_exp_mask, __a); in _mm_cmpord_ss()
755 __d = (__vector unsigned int)vec_cmpgt(__float_exp_mask, __b); in _mm_cmpord_ss()
767 static const __vector unsigned int __float_exp_mask = { in _mm_cmpunord_ss() local
[all …]