Searched refs:float_exp_mask (Results 1 – 1 of 1) sorted by relevance
543 static const __vector unsigned int float_exp_mask = in _mm_cmpord_ps() local548 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() local563 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() local764 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 …]