Searched refs:vec_cmplt (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/ |
H A D | tmmintrin.h | 282 __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 D | emmintrin.h | 358 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 D | xmmintrin.h | 487 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 D | mmintrin.h | 211 __vector __bool short __select = vec_cmplt(__vm1, __zero); in _mm_packs_pu16()
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | vecintrin.h | 2636 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 2666 vec_cmplt(__vector signed long long __a, __vector signed long long __b) { in vec_cmplt() function 2671 vec_cmplt(__vector unsigned long long __a, __vector unsigned long long __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 [all …]
|