Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
H A Dxmmintrin.h543 static const __vector unsigned int float_exp_mask = in _mm_cmpord_ps() local
548 c = (__vector unsigned int) vec_cmpgt (float_exp_mask, a); in _mm_cmpord_ps()
549 d = (__vector unsigned int) vec_cmpgt (float_exp_mask, b); in _mm_cmpord_ps()
558 static const __vector unsigned int float_exp_mask = in _mm_cmpunord_ps() local
563 c = (__vector unsigned int) vec_cmpgt (a, float_exp_mask); in _mm_cmpunord_ps()
564 d = (__vector unsigned int) vec_cmpgt (b, float_exp_mask); in _mm_cmpunord_ps()
757 static const __vector unsigned int float_exp_mask = in _mm_cmpord_ss() local
764 c = (__vector unsigned int) vec_cmpgt (float_exp_mask, a); in _mm_cmpord_ss()
765 d = (__vector unsigned int) vec_cmpgt (float_exp_mask, b); in _mm_cmpord_ss()
777 static const __vector unsigned int float_exp_mask = in _mm_cmpunord_ss() local
[all …]