Searched refs:__float_exp_mask (Results 1 – 1 of 1) sorted by relevance
544 static const __vector unsigned int __float_exp_mask = { in _mm_cmpord_ps() local549 __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() local564 __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() local754 __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 …]