Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dtmmintrin.h282 __vector __bool char __select = vec_cmplt((__v16qi)__B, __zero); in _mm_shuffle_epi8()
293 __vector __bool char __select = vec_cmplt((__v16qi)__D, __zero); in _mm_shuffle_pi8()
304 __v16qi __selectneg = (__v16qi)vec_cmplt((__v16qi)__B, __zero); in _mm_sign_epi8()
317 __v8hi __selectneg = (__v8hi)vec_cmplt((__v8hi)__B, __zero); in _mm_sign_epi16()
329 __v4si __selectneg = (__v4si)vec_cmplt((__v4si)__B, __zero); in _mm_sign_epi32()
H A Demmintrin.h358 return ((__m128d)vec_cmplt((__v2df)__A, (__v2df)__B)); in _mm_cmplt_pd()
407 return ((__m128d)vec_cmplt((__v2df)__A, (__v2df)__B)); in _mm_cmpnge_pd()
467 __c = (__v2df)vec_cmplt(__a, __b); in _mm_cmplt_sd()
552 __c = (__v2df)vec_cmplt(__a, __b); in _mm_cmpnge_sd()
1694 __shmask = vec_cmplt(__lshift, __shmax); in _mm_sll_epi32()
1711 __shmask = vec_cmplt(__lshift, __shmax); in _mm_sll_epi64()
1788 __shmask = vec_cmplt(__rshift, __shmax); in _mm_srl_epi32()
1805 __shmask = vec_cmplt(__rshift, __shmax); in _mm_srl_epi64()
1882 return (__m128i)vec_cmplt((__v16qi)__A, (__v16qi)__B); in _mm_cmplt_epi8()
1888 return (__m128i)vec_cmplt((__v8hi)__A, (__v8hi)__B); in _mm_cmplt_epi16()
[all …]
H A Dxmmintrin.h487 return ((__m128)vec_cmplt((__v4sf)__A, (__v4sf)__B)); in _mm_cmplt_ps()
536 return ((__m128)vec_cmplt((__v4sf)__A, (__v4sf)__B)); in _mm_cmpnge_ps()
600 __c = (__v4sf)vec_cmplt(__a, __b); in _mm_cmplt_ss()
737 __c = (__v4sf)vec_cmplt(__a, __b); in _mm_cmpnge_ss()
1472 __c = (__vector __bool short)vec_cmplt(__a, __b); in _mm_min_pi16()
1510 __c = (__vector __bool char)vec_cmplt(__a, __b); in _mm_min_pu8()
H A Dsmmintrin.h382 const __vector __bool int __boolmask = vec_cmplt((__v4si)__mask, __zero); in _mm_blendv_ps()
408 vec_cmplt((__v2di)__mask, __zero); in _mm_blendv_pd()
H A Dmmintrin.h211 __vector __bool short __select = vec_cmplt(__vm1, __zero); in _mm_packs_pu16()
/freebsd-14.2/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h2636 vec_cmplt(__vector signed char __a, __vector signed char __b) { in vec_cmplt() function
2641 vec_cmplt(__vector unsigned char __a, __vector unsigned char __b) { in vec_cmplt() function
2646 vec_cmplt(__vector signed short __a, __vector signed short __b) { in vec_cmplt() function
2651 vec_cmplt(__vector unsigned short __a, __vector unsigned short __b) { in vec_cmplt() function
2656 vec_cmplt(__vector signed int __a, __vector signed int __b) { in vec_cmplt() function
2661 vec_cmplt(__vector unsigned int __a, __vector unsigned int __b) { in vec_cmplt() function
2677 vec_cmplt(__vector float __a, __vector float __b) { in vec_cmplt() function
2683 vec_cmplt(__vector double __a, __vector double __b) { in vec_cmplt() function
7974 return vec_sel(__a, -__a, vec_cmplt(__a, (__vector signed char)0)); in vec_abs()
7979 return vec_sel(__a, -__a, vec_cmplt(__a, (__vector signed short)0)); in vec_abs()
[all …]
H A Daltivec.h2435 vec_cmplt(vector signed char __a, vector signed char __b) { in vec_cmplt() function
2440 vec_cmplt(vector unsigned char __a, vector unsigned char __b) { in vec_cmplt() function
2450 vec_cmplt(vector unsigned short __a, vector unsigned short __b) { in vec_cmplt() function
2454 static __inline__ vector bool int __ATTRS_o_ai vec_cmplt(vector int __a, in vec_cmplt() function
2460 vec_cmplt(vector unsigned int __a, vector unsigned int __b) { in vec_cmplt() function
2464 static __inline__ vector bool int __ATTRS_o_ai vec_cmplt(vector float __a, in vec_cmplt() function
2471 vec_cmplt(vector double __a, vector double __b) { in vec_cmplt() function
2478 vec_cmplt(vector signed __int128 __a, vector signed __int128 __b) { in vec_cmplt() function
2483 vec_cmplt(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_cmplt() function
2490 vec_cmplt(vector signed long long __a, vector signed long long __b) { in vec_cmplt() function
[all …]