| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | builtins-ppc-p8vector.c | 595 res_vsll = vec_min(vsll, vsll); in test1() 600 res_vsll = vec_min(vbll, vsll); in test1() 605 res_vsll = vec_min(vsll, vbll); in test1() 610 res_vull = vec_min(vull, vull); in test1() 615 res_vull = vec_min(vbll, vull); in test1() 620 res_vull = vec_min(vull, vbll); in test1() 822 res_vsll = vec_min(vsll, vsll); in test1() 826 res_vsll = vec_min(vbll, vsll); in test1() 830 res_vsll = vec_min(vsll, vbll); in test1() 834 res_vull = vec_min(vull, vull); in test1() [all …]
|
| H A D | builtins-ppc-altivec.c | 2124 res_vsc = vec_min(vsc, vsc); in test6() 2128 res_vsc = vec_min(vbc, vsc); in test6() 2132 res_vsc = vec_min(vsc, vbc); in test6() 2136 res_vuc = vec_min(vuc, vuc); in test6() 2148 res_vs = vec_min(vs, vs); in test6() 2152 res_vs = vec_min(vbs, vs); in test6() 2156 res_vs = vec_min(vs, vbs); in test6() 2172 res_vi = vec_min(vi, vi); in test6() 2176 res_vi = vec_min(vbi, vi); in test6() 2180 res_vi = vec_min(vi, vbi); in test6() [all …]
|
| H A D | builtins-ppc-32bit-vec-ll.c | 119 vec_min(vsll1, vsll2); in test()
|
| H A D | builtins-ppc-vsx.c | 374 res_vf = vec_min(vf, vf); in test1() 378 res_vd = vec_min(vd, vd); in test1()
|
| /llvm-project-15.0.7/clang/test/CodeGen/SystemZ/ |
| H A D | builtins-systemz-zvector.c | 3351 vsc = vec_min(vsc, vsc); in test_integer() 3353 vsc = vec_min(vsc, vbc); in test_integer() 3355 vsc = vec_min(vbc, vsc); in test_integer() 3357 vuc = vec_min(vuc, vuc); in test_integer() 3359 vuc = vec_min(vuc, vbc); in test_integer() 3361 vuc = vec_min(vbc, vuc); in test_integer() 3363 vss = vec_min(vss, vss); in test_integer() 3365 vss = vec_min(vss, vbs); in test_integer() 3367 vss = vec_min(vbs, vss); in test_integer() 3369 vus = vec_min(vus, vus); in test_integer() [all …]
|
| H A D | builtins-systemz-zvector2-constrained.c | 400 vf = vec_min(vf, vf); in test_float() 403 vd = vec_min(vd, vd); in test_float()
|
| H A D | builtins-systemz-zvector2.c | 703 vf = vec_min(vf, vf); in test_float() 706 vd = vec_min(vd, vd); in test_float()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | vsx-minmax.ll | 93 ; vf3 = vec_min(vf, vf); 94 ; vd2 = vec_min(vd, vd);
|
| /llvm-project-15.0.7/clang/lib/Headers/ppc_wrappers/ |
| H A D | smmintrin.h | 435 return (__m128i)vec_min((__v16qi)__X, (__v16qi)__Y); in _mm_min_epi8() 441 return (__m128i)vec_min((__v8hu)__X, (__v8hu)__Y); in _mm_min_epu16() 447 return (__m128i)vec_min((__v4si)__X, (__v4si)__Y); in _mm_min_epi32() 453 return (__m128i)vec_min((__v4su)__X, (__v4su)__Y); in _mm_min_epu32()
|
| H A D | emmintrin.h | 319 return (vec_min(__A, __B)); in _mm_min_pd() 328 __c = vec_min(__a, __b); in _mm_min_sd() 1730 __rshift = vec_min(__rshift, __rshmax); in _mm_sra_epi16() 1748 __rshift = vec_min(__rshift, __rshmax); in _mm_sra_epi32() 1945 return (__m128i)vec_min((__v8hi)__A, (__v8hi)__B); in _mm_min_epi16() 1951 return (__m128i)vec_min((__v16qu)__A, (__v16qu)__B); in _mm_min_epu8() 2127 __v16qu __vmin = vec_min(__a, __b); in _mm_sad_epu8()
|
| H A D | xmmintrin.h | 412 __c = vec_min(__a, __b); in _mm_min_ss() 1716 __vmin = vec_min(__a, __b); in _mm_sad_pu8()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | vecintrin.h | 8190 vec_min(__vector signed char __a, __vector signed char __b) { in vec_min() function 8196 vec_min(__vector signed char __a, __vector __bool char __b) { in vec_min() function 8203 vec_min(__vector __bool char __a, __vector signed char __b) { in vec_min() function 8215 vec_min(__vector unsigned char __a, __vector __bool char __b) { in vec_min() function 8266 vec_min(__vector signed int __a, __vector signed int __b) { in vec_min() function 8272 vec_min(__vector signed int __a, __vector __bool int __b) { in vec_min() function 8279 vec_min(__vector __bool int __a, __vector signed int __b) { in vec_min() function 8291 vec_min(__vector unsigned int __a, __vector __bool int __b) { in vec_min() function 8298 vec_min(__vector __bool int __a, __vector unsigned int __b) { in vec_min() function 8343 vec_min(__vector float __a, __vector float __b) { in vec_min() function [all …]
|
| H A D | altivec.h | 5730 vec_min(vector signed char __a, vector signed char __b) { in vec_min() function 5735 vec_min(vector bool char __a, vector signed char __b) { in vec_min() function 5740 vec_min(vector signed char __a, vector bool char __b) { in vec_min() function 5745 vec_min(vector unsigned char __a, vector unsigned char __b) { in vec_min() function 5750 vec_min(vector bool char __a, vector unsigned char __b) { in vec_min() function 5755 vec_min(vector unsigned char __a, vector bool char __b) { in vec_min() function 5780 vec_min(vector bool short __a, vector unsigned short __b) { in vec_min() function 5785 vec_min(vector unsigned short __a, vector bool short __b) { in vec_min() function 5805 vec_min(vector unsigned int __a, vector unsigned int __b) { in vec_min() function 5810 vec_min(vector bool int __a, vector unsigned int __b) { in vec_min() function [all …]
|