Searched refs:vec_cmpge (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/ |
| H A D | xmmintrin.h | 505 return ((__m128)vec_cmpge((__v4sf)__A, (__v4sf)__B)); in _mm_cmpge_ps() 518 return ((__m128)vec_cmpge((__v4sf)__A, (__v4sf)__B)); in _mm_cmpnlt_ps() 651 __c = (__v4sf)vec_cmpge(__a, __b); in _mm_cmpge_ss() 686 __c = (__v4sf)vec_cmpge(__a, __b); in _mm_cmpnlt_ss()
|
| H A D | emmintrin.h | 376 return ((__m128d)vec_cmpge((__v2df)__A, (__v2df)__B)); in _mm_cmpge_pd() 389 return ((__m128d)vec_cmpge((__v2df)__A, (__v2df)__B)); in _mm_cmpnlt_pd() 497 __c = (__v2df)vec_cmpge(__a, __b); in _mm_cmpge_sd() 519 __c = (__v2df)vec_cmpge(__a, __b); in _mm_cmpnlt_sd() 530 __c = (__v2df)vec_cmpge(__a, __b); in _mm_cmpnle_sd()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Headers/ |
| H A D | altivec.h | 2370 return vec_cmpge(__b, __a); in vec_cmple() 2375 return vec_cmpge(__b, __a); in vec_cmple() 2380 return vec_cmpge(__b, __a); in vec_cmple() 2385 return vec_cmpge(__b, __a); in vec_cmple() 2390 return vec_cmpge(__b, __a); in vec_cmple() 2395 return vec_cmpge(__b, __a); in vec_cmple() 2400 return vec_cmpge(__b, __a); in vec_cmple() 2406 return vec_cmpge(__b, __a); in vec_cmple() 2411 return vec_cmpge(__b, __a); in vec_cmple() 2416 return vec_cmpge(__b, __a); in vec_cmple() [all …]
|
| H A D | vecintrin.h | 2474 vec_cmpge(__vector signed char __a, __vector signed char __b) { in vec_cmpge() function 2479 vec_cmpge(__vector unsigned char __a, __vector unsigned char __b) { in vec_cmpge() function 2484 vec_cmpge(__vector signed short __a, __vector signed short __b) { in vec_cmpge() function 2489 vec_cmpge(__vector unsigned short __a, __vector unsigned short __b) { in vec_cmpge() function 2494 vec_cmpge(__vector signed int __a, __vector signed int __b) { in vec_cmpge() function 2499 vec_cmpge(__vector unsigned int __a, __vector unsigned int __b) { in vec_cmpge() function 2504 vec_cmpge(__vector signed long long __a, __vector signed long long __b) { in vec_cmpge() function 2509 vec_cmpge(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_cmpge() function 2515 vec_cmpge(__vector float __a, __vector float __b) { in vec_cmpge() function 2521 vec_cmpge(__vector double __a, __vector double __b) { in vec_cmpge() function
|