Searched refs:vec_cmpgt (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/ |
| H A D | xmmintrin.h | 438 __vector __bool int __m = vec_cmpgt((__v4sf)__B, (__v4sf)__A); in _mm_min_ps() 445 __vector __bool int __m = vec_cmpgt((__v4sf)__A, (__v4sf)__B); in _mm_max_ps() 499 return ((__m128)vec_cmpgt((__v4sf)__A, (__v4sf)__B)); in _mm_cmpgt_ps() 524 return ((__m128)vec_cmpgt((__v4sf)__A, (__v4sf)__B)); in _mm_cmpnle_ps() 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() 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() 634 __c = (__v4sf)vec_cmpgt(__a, __b); in _mm_cmpgt_ss() 703 __c = (__v4sf)vec_cmpgt(__a, __b); in _mm_cmpnle_ss() [all …]
|
| H A D | tmmintrin.h | 306 (__v16qi)vec_neg((__v16qi)vec_cmpgt((__v16qi)__B, __zero)); in _mm_sign_epi8() 318 __v8hi __selectpos = (__v8hi)vec_neg((__v8hi)vec_cmpgt((__v8hi)__B, __zero)); in _mm_sign_epi16() 330 __v4si __selectpos = (__v4si)vec_neg((__v4si)vec_cmpgt((__v4si)__B, __zero)); in _mm_sign_epi32()
|
| H A D | emmintrin.h | 370 return ((__m128d)vec_cmpgt((__v2df)__A, (__v2df)__B)); in _mm_cmpgt_pd() 395 return ((__m128d)vec_cmpgt((__v2df)__A, (__v2df)__B)); in _mm_cmpnle_pd() 487 __c = (__v2df)vec_cmpgt(__a, __b); in _mm_cmpgt_sd() 1900 return (__m128i)vec_cmpgt((__v16qi)__A, (__v16qi)__B); in _mm_cmpgt_epi8() 1906 return (__m128i)vec_cmpgt((__v8hi)__A, (__v8hi)__B); in _mm_cmpgt_epi16() 1912 return (__m128i)vec_cmpgt((__v4si)__A, (__v4si)__B); in _mm_cmpgt_epi32() 2099 __mask = (__v16qu)vec_cmpgt((__v16qu)__B, (__v16qu)__hibit); in _mm_maskmoveu_si128()
|
| H A D | mmintrin.h | 749 __c = (__vector signed char)vec_cmpgt(__a, __b); in _mm_cmpgt_pi8() 817 __c = (__vector signed short)vec_cmpgt(__a, __b); in _mm_cmpgt_pi16() 879 __c = (__vector signed int)vec_cmpgt(__a, __b); in _mm_cmpgt_pi32()
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | vecintrin.h | 2802 vec_cmpgt(__vector signed char __a, __vector signed char __b) { in vec_cmpgt() function 2807 vec_cmpgt(__vector unsigned char __a, __vector unsigned char __b) { in vec_cmpgt() function 2812 vec_cmpgt(__vector signed short __a, __vector signed short __b) { in vec_cmpgt() function 2817 vec_cmpgt(__vector unsigned short __a, __vector unsigned short __b) { in vec_cmpgt() function 2822 vec_cmpgt(__vector signed int __a, __vector signed int __b) { in vec_cmpgt() function 2827 vec_cmpgt(__vector unsigned int __a, __vector unsigned int __b) { in vec_cmpgt() function 2832 vec_cmpgt(__vector signed long long __a, __vector signed long long __b) { in vec_cmpgt() function 2837 vec_cmpgt(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_cmpgt() function 2842 vec_cmpgt(__vector signed __int128 __a, __vector signed __int128 __b) { in vec_cmpgt() function 2847 vec_cmpgt(__vector unsigned __int128 __a, __vector unsigned __int128 __b) { in vec_cmpgt() function [all …]
|
| H A D | altivec.h | 2131 vec_cmpgt(vector signed char __a, vector signed char __b) { in vec_cmpgt() function 2136 vec_cmpgt(vector unsigned char __a, vector unsigned char __b) { in vec_cmpgt() function 2140 static __inline__ vector bool short __ATTRS_o_ai vec_cmpgt(vector short __a, in vec_cmpgt() function 2146 vec_cmpgt(vector unsigned short __a, vector unsigned short __b) { in vec_cmpgt() function 2150 static __inline__ vector bool int __ATTRS_o_ai vec_cmpgt(vector int __a, in vec_cmpgt() function 2156 vec_cmpgt(vector unsigned int __a, vector unsigned int __b) { in vec_cmpgt() function 2162 vec_cmpgt(vector signed long long __a, vector signed long long __b) { in vec_cmpgt() function 2167 vec_cmpgt(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpgt() function 2172 vec_cmpgt(vector signed long long __a, vector signed long long __b) { in vec_cmpgt() function 2173 vector signed int __sgtw = (vector signed int)vec_cmpgt( in vec_cmpgt() [all …]
|