HomeSort by: relevance | last modified time | path
    Searched defs:__float_exp_mask (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
xmmintrin.h 566 static const __vector unsigned int __float_exp_mask = local
571 __c = (__vector unsigned int) vec_cmpgt (__float_exp_mask, __a);
572 __d = (__vector unsigned int) vec_cmpgt (__float_exp_mask, __b);
581 static const __vector unsigned int __float_exp_mask = local
586 __c = (__vector unsigned int) vec_cmpgt (__a, __float_exp_mask);
587 __d = (__vector unsigned int) vec_cmpgt (__b, __float_exp_mask);
780 static const __vector unsigned int __float_exp_mask = local
787 __c = (__vector unsigned int) vec_cmpgt (__float_exp_mask, __a);
788 __d = (__vector unsigned int) vec_cmpgt (__float_exp_mask, __b);
800 static const __vector unsigned int __float_exp_mask local
    [all...]
xmmintrin.h 566 static const __vector unsigned int __float_exp_mask = local
571 __c = (__vector unsigned int) vec_cmpgt (__float_exp_mask, __a);
572 __d = (__vector unsigned int) vec_cmpgt (__float_exp_mask, __b);
581 static const __vector unsigned int __float_exp_mask = local
586 __c = (__vector unsigned int) vec_cmpgt (__a, __float_exp_mask);
587 __d = (__vector unsigned int) vec_cmpgt (__b, __float_exp_mask);
780 static const __vector unsigned int __float_exp_mask = local
787 __c = (__vector unsigned int) vec_cmpgt (__float_exp_mask, __a);
788 __d = (__vector unsigned int) vec_cmpgt (__float_exp_mask, __b);
800 static const __vector unsigned int __float_exp_mask local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
xmmintrin.h 566 static const __vector unsigned int __float_exp_mask = local
571 __c = (__vector unsigned int) vec_cmpgt (__float_exp_mask, __a);
572 __d = (__vector unsigned int) vec_cmpgt (__float_exp_mask, __b);
581 static const __vector unsigned int __float_exp_mask = local
586 __c = (__vector unsigned int) vec_cmpgt (__a, __float_exp_mask);
587 __d = (__vector unsigned int) vec_cmpgt (__b, __float_exp_mask);
780 static const __vector unsigned int __float_exp_mask = local
787 __c = (__vector unsigned int) vec_cmpgt (__float_exp_mask, __a);
788 __d = (__vector unsigned int) vec_cmpgt (__float_exp_mask, __b);
800 static const __vector unsigned int __float_exp_mask local
    [all...]
xmmintrin.h 566 static const __vector unsigned int __float_exp_mask = local
571 __c = (__vector unsigned int) vec_cmpgt (__float_exp_mask, __a);
572 __d = (__vector unsigned int) vec_cmpgt (__float_exp_mask, __b);
581 static const __vector unsigned int __float_exp_mask = local
586 __c = (__vector unsigned int) vec_cmpgt (__a, __float_exp_mask);
587 __d = (__vector unsigned int) vec_cmpgt (__b, __float_exp_mask);
780 static const __vector unsigned int __float_exp_mask = local
787 __c = (__vector unsigned int) vec_cmpgt (__float_exp_mask, __a);
788 __d = (__vector unsigned int) vec_cmpgt (__float_exp_mask, __b);
800 static const __vector unsigned int __float_exp_mask local
    [all...]

Completed in 47 milliseconds