| /llvm-project-15.0.7/clang/test/CodeGen/SystemZ/ |
| H A D | builtins-systemz-zvector-error.c | 480 …vsc = vec_sld(vsc, vsc, idx); // expected-error {{no matching function}} expected-error {{argument… in test_integer() 483 …vsc = vec_sld(vsc, vsc, -1); // expected-error {{no matching function}} expected-error {{argument… in test_integer() 486 …vsc = vec_sld(vsc, vsc, 16); // expected-error {{no matching function}} expected-error {{argument… in test_integer() 489 …vuc = vec_sld(vuc, vuc, idx); // expected-error {{no matching function}} expected-error {{argument… in test_integer() 492 …vuc = vec_sld(vuc, vuc, -1); // expected-error {{no matching function}} expected-error {{argument… in test_integer() 495 …vuc = vec_sld(vuc, vuc, 16); // expected-error {{no matching function}} expected-error {{argument… in test_integer() 498 …vss = vec_sld(vss, vss, idx); // expected-error {{no matching function}} expected-error {{argument… in test_integer() 501 …vus = vec_sld(vus, vus, idx); // expected-error {{no matching function}} expected-error {{argument… in test_integer() 504 …vsi = vec_sld(vsi, vsi, idx); // expected-error {{no matching function}} expected-error {{argument… in test_integer() 507 …vui = vec_sld(vui, vui, idx); // expected-error {{no matching function}} expected-error {{argument… in test_integer() [all …]
|
| H A D | builtins-systemz-zvector2-error.c | 122 …vf = vec_sld(vf, vf, idx); // expected-error {{no matching function}} expected-error {{argument to… in test_integer() 125 …vd = vec_sld(vd, vd, idx); // expected-error {{no matching function}} expected-error {{argument to… in test_integer()
|
| H A D | builtins-systemz-zvector.c | 2829 vsc = vec_sld(vsc, vsc, 0); in test_integer() 2835 vuc = vec_sld(vuc, vuc, 0); in test_integer() 2841 vbc = vec_sld(vbc, vbc, 0); in test_integer() 2847 vss = vec_sld(vss, vss, 0); in test_integer() 2853 vus = vec_sld(vus, vus, 0); in test_integer() 2859 vbs = vec_sld(vbs, vbs, 0); in test_integer() 2865 vsi = vec_sld(vsi, vsi, 0); in test_integer() 2871 vui = vec_sld(vui, vui, 0); in test_integer() 2877 vbi = vec_sld(vbi, vbi, 0); in test_integer() 2901 vd = vec_sld(vd, vd, 0); in test_integer() [all …]
|
| H A D | builtins-systemz-zvector2.c | 617 vf = vec_sld(vf, vf, 0); in test_integer() 620 vf = vec_sld(vf, vf, 15); in test_integer() 623 vd = vec_sld(vd, vd, 0); in test_integer() 626 vd = vec_sld(vd, vd, 15); in test_integer()
|
| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | builtins-ppc-32bit-vec-ll.c | 185 vec_sld(vsll1, vsll2, 2); in test()
|
| H A D | builtins-ppc-vsx.c | 1812 res_vbll = vec_sld(vbll, vbll, 0); in test1() 1824 res_vsll = vec_sld(vsll, vsll, 0); in test1() 1836 res_vull = vec_sld(vull, vull, 0); in test1() 1848 res_vd = vec_sld(vd, vd, 0); in test1()
|
| H A D | builtins-ppc-altivec.c | 3567 res_vsc = vec_sld(vsc, vsc, 0); in test6() 3579 res_vuc = vec_sld(vuc, vuc, 0); in test6() 3591 res_vs = vec_sld(vs, vs, 0); in test6() 3603 res_vus = vec_sld(vus, vus, 0); in test6() 3615 res_vbs = vec_sld(vbs, vbs, 0); in test6() 3632 res_vp = vec_sld(vp, vp, 0); in test6() 3644 res_vi = vec_sld(vi, vi, 0); in test6() 3656 res_vui = vec_sld(vui, vui, 0); in test6() 3668 res_vbi = vec_sld(vbi, vbi, 0); in test6() 3681 res_vf = vec_sld(vf, vf, 0); in test6()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | altivec.h | 3502 return vec_sld(__ret, __ret, 12); in vec_signede() 3514 return vec_sld(__ret, __ret, 12); in vec_signedo() 3544 return vec_sld(__ret, __ret, 12); in vec_unsignede() 3556 return vec_sld(__ret, __ret, 12); in vec_unsignedo() 3596 return vec_sld(__ret, __ret, 12); in vec_floate() 3606 return vec_sld(__ret, __ret, 12); in vec_floate() 3616 return vec_sld(__ret, __ret, 12); in vec_floate() 3628 return vec_sld(__ret, __ret, 12); in vec_floato() 3638 return vec_sld(__ret, __ret, 12); in vec_floato() 3648 return vec_sld(__ret, __ret, 12); in vec_floato() [all …]
|
| H A D | vecintrin.h | 7031 vec_sld(__vector signed char __a, __vector signed char __b, int __c) 7035 vec_sld(__vector __bool char __a, __vector __bool char __b, int __c) 7039 vec_sld(__vector unsigned char __a, __vector unsigned char __b, int __c) 7043 vec_sld(__vector signed short __a, __vector signed short __b, int __c) 7047 vec_sld(__vector __bool short __a, __vector __bool short __b, int __c) 7055 vec_sld(__vector signed int __a, __vector signed int __b, int __c) 7059 vec_sld(__vector __bool int __a, __vector __bool int __b, int __c) 7063 vec_sld(__vector unsigned int __a, __vector unsigned int __b, int __c) 7081 vec_sld(__vector float __a, __vector float __b, int __c) 7086 vec_sld(__vector double __a, __vector double __b, int __c) [all …]
|
| /llvm-project-15.0.7/clang/lib/Headers/ppc_wrappers/ |
| H A D | emmintrin.h | 1538 __result = vec_sld((__v16qu)__A, __zeros, __N); in _mm_bslli_si128() 1557 __result = vec_sld(__zeros, (__v16qu)__A, (16 - __N)); in _mm_bsrli_si128() 1588 __result = vec_sld((__v16qu)__A, __zeros, _imm5); in _mm_slli_si128() 1590 __result = vec_sld(__zeros, (__v16qu)__A, (16 - _imm5)); in _mm_slli_si128() 2148 __result = vec_sld(__result, __result, 6); in _mm_sad_epu8()
|
| H A D | tmmintrin.h | 83 __A = (__m128i)vec_sld((__v16qu)__B, (__v16qu)__A, __count); in _mm_alignr_epi8()
|