Home
last modified time | relevance | path

Searched refs:vec_cmple (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector2-constrained.c191 vbi = vec_cmple(vf, vf); in test_compare()
194 vbl = vec_cmple(vd, vd); in test_compare()
H A Dbuiltins-systemz-zvector-constrained.c120 vbl = vec_cmple(vd, vd); in test_compare()
H A Dbuiltins-systemz-zvector2.c296 vbi = vec_cmple(vf, vf); in test_compare()
299 vbl = vec_cmple(vd, vd); in test_compare()
H A Dbuiltins-systemz-zvector.c1209 vbc = vec_cmple(vsc, vsc); in test_compare()
1212 vbc = vec_cmple(vuc, vuc); in test_compare()
1215 vbs = vec_cmple(vss, vss); in test_compare()
1218 vbs = vec_cmple(vus, vus); in test_compare()
1221 vbi = vec_cmple(vsi, vsi); in test_compare()
1224 vbi = vec_cmple(vui, vui); in test_compare()
1227 vbl = vec_cmple(vsl, vsl); in test_compare()
1230 vbl = vec_cmple(vul, vul); in test_compare()
1233 vbl = vec_cmple(vd, vd); in test_compare()
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-32bit-vec-ll.c58 vec_cmple(vsll1, vsll2); in test()
H A Dbuiltins-ppc-vsx.c318 res_vbll = vec_cmple(vd, vd); in test1()
322 res_vbi = vec_cmple(vf, vf); in test1()
2421 res_vbll = vec_cmple(vsll, vsll); in test_p8overloads_backwards_compat()
2438 res_vbll = vec_cmple(vull, vull); in test_p8overloads_backwards_compat()
H A Dbuiltins-ppc-p8vector.c205 res_vbll = vec_cmple(vsll, vsll); in test1()
209 res_vbll = vec_cmple(vull, vull); in test1()
H A Dbuiltins-ppc-p10vector.c1936 return vec_cmple(vsi128a, vsi128b); in test_vec_cmple_s128()
1944 return vec_cmple(vui128a, vui128b); in test_vec_cmple_u128()
H A Dbuiltins-ppc-altivec.c1219 res_vbc = vec_cmple(vsc, vsc); in test5()
1223 res_vbc = vec_cmple(vuc, vuc); in test5()
1227 res_vbs = vec_cmple(vs, vs); in test5()
1231 res_vbs = vec_cmple(vus, vus); in test5()
1235 res_vbi = vec_cmple(vi, vi); in test5()
1239 res_vbi = vec_cmple(vui, vui); in test5()
1243 res_vbi = vec_cmple(vf, vf); in test5()
/llvm-project-15.0.7/clang/lib/Headers/ppc_wrappers/
H A Demmintrin.h363 return ((__m128d)vec_cmple((__v2df)__A, (__v2df)__B)); in _mm_cmple_pd()
400 return ((__m128d)vec_cmple((__v2df)__A, (__v2df)__B)); in _mm_cmpngt_pd()
476 __c = (__v2df)vec_cmple(__a, __b); in _mm_cmple_sd()
540 __c = (__v2df)vec_cmple(__a, __b); in _mm_cmpngt_sd()
1674 __shmask = vec_cmple(__lshift, __shmax); in _mm_sll_epi16()
1767 __shmask = vec_cmple(__rshift, __shmax); in _mm_srl_epi16()
H A Dxmmintrin.h493 return ((__m128)vec_cmple((__v4sf)__A, (__v4sf)__B)); in _mm_cmple_ps()
530 return ((__m128)vec_cmple((__v4sf)__A, (__v4sf)__B)); in _mm_cmpngt_ps()
617 __c = (__v4sf)vec_cmple(__a, __b); in _mm_cmple_ss()
720 __c = (__v4sf)vec_cmple(__a, __b); in _mm_cmpngt_ss()
/llvm-project-15.0.7/clang/lib/Headers/
H A Dvecintrin.h2582 vec_cmple(__vector signed char __a, __vector signed char __b) { in vec_cmple() function
2587 vec_cmple(__vector unsigned char __a, __vector unsigned char __b) { in vec_cmple() function
2592 vec_cmple(__vector signed short __a, __vector signed short __b) { in vec_cmple() function
2597 vec_cmple(__vector unsigned short __a, __vector unsigned short __b) { in vec_cmple() function
2602 vec_cmple(__vector signed int __a, __vector signed int __b) { in vec_cmple() function
2607 vec_cmple(__vector unsigned int __a, __vector unsigned int __b) { in vec_cmple() function
2612 vec_cmple(__vector signed long long __a, __vector signed long long __b) { in vec_cmple() function
2617 vec_cmple(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_cmple() function
2623 vec_cmple(__vector float __a, __vector float __b) { in vec_cmple() function
2629 vec_cmple(__vector double __a, __vector double __b) { in vec_cmple() function
H A Daltivec.h2369 vec_cmple(vector signed char __a, vector signed char __b) { in vec_cmple() function
2374 vec_cmple(vector unsigned char __a, vector unsigned char __b) { in vec_cmple() function
2379 vec_cmple(vector signed short __a, vector signed short __b) { in vec_cmple() function
2384 vec_cmple(vector unsigned short __a, vector unsigned short __b) { in vec_cmple() function
2389 vec_cmple(vector signed int __a, vector signed int __b) { in vec_cmple() function
2394 vec_cmple(vector unsigned int __a, vector unsigned int __b) { in vec_cmple() function
2405 vec_cmple(vector double __a, vector double __b) { in vec_cmple() function
2410 vec_cmple(vector signed long long __a, vector signed long long __b) { in vec_cmple() function
2415 vec_cmple(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmple() function
2422 vec_cmple(vector signed __int128 __a, vector signed __int128 __b) { in vec_cmple() function
[all …]