Home
last modified time | relevance | path

Searched refs:vec_srdb (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector3-error.c104 vsc = vec_srdb(vsc, vsc, idx); // expected-error {{no matching function}} \ in test_integer()
108 vuc = vec_srdb(vuc, vuc, idx); // expected-error {{no matching function}} \ in test_integer()
112 vss = vec_srdb(vss, vss, idx); // expected-error {{no matching function}} \ in test_integer()
116 vus = vec_srdb(vus, vus, idx); // expected-error {{no matching function}} \ in test_integer()
120 vsi = vec_srdb(vsi, vsi, idx); // expected-error {{no matching function}} \ in test_integer()
124 vui = vec_srdb(vui, vui, idx); // expected-error {{no matching function}} \ in test_integer()
128 vsl = vec_srdb(vsl, vsl, idx); // expected-error {{no matching function}} \ in test_integer()
132 vul = vec_srdb(vul, vul, idx); // expected-error {{no matching function}} \ in test_integer()
136 vf = vec_srdb(vf, vf, idx); // expected-error {{no matching function}} \ in test_integer()
140 vd = vec_srdb(vd, vd, idx); // expected-error {{no matching function}} \ in test_integer()
H A Dbuiltins-systemz-zvector3.c317 vsc = vec_srdb(vsc, vsc, 0); in test_integer()
320 vsc = vec_srdb(vsc, vsc, 7); in test_integer()
323 vuc = vec_srdb(vuc, vuc, 0); in test_integer()
326 vuc = vec_srdb(vuc, vuc, 7); in test_integer()
329 vss = vec_srdb(vss, vss, 0); in test_integer()
332 vss = vec_srdb(vss, vss, 7); in test_integer()
335 vus = vec_srdb(vus, vus, 0); in test_integer()
365 vf = vec_srdb(vf, vf, 0); in test_integer()
368 vf = vec_srdb(vf, vf, 7); in test_integer()
371 vd = vec_srdb(vd, vd, 0); in test_integer()
[all …]
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-p10vector.c840 return vec_srdb(vsca, vscb, 8); in test_vec_srdb_sc()
846 return vec_srdb(vuca, vucb, 9); in test_vec_srdb_uc()
853 return vec_srdb(vssa, vssb, 10); in test_vec_srdb_ss()
860 return vec_srdb(vusa, vusb, 3); in test_vec_srdb_us()
867 return vec_srdb(vsia, vsib, 4); in test_vec_srdb_si()
874 return vec_srdb(vuia, vuib, 5); in test_vec_srdb_ui()
881 return vec_srdb(vslla, vsllb, 6); in test_vec_srdb_sll()
888 return vec_srdb(vulla, vullb, 7); in test_vec_srdb_ull()
/llvm-project-15.0.7/clang/lib/Headers/
H A Dvecintrin.h7923 vec_srdb(__vector signed char __a, __vector signed char __b, int __c)
7927 vec_srdb(__vector unsigned char __a, __vector unsigned char __b, int __c)
7931 vec_srdb(__vector signed short __a, __vector signed short __b, int __c)
7935 vec_srdb(__vector unsigned short __a, __vector unsigned short __b, int __c)
7939 vec_srdb(__vector signed int __a, __vector signed int __b, int __c)
7943 vec_srdb(__vector unsigned int __a, __vector unsigned int __b, int __c)
7947 vec_srdb(__vector signed long long __a, __vector signed long long __b, int __c)
7951 vec_srdb(__vector unsigned long long __a, __vector unsigned long long __b,
7956 vec_srdb(__vector float __a, __vector float __b, int __c)
7960 vec_srdb(__vector double __a, __vector double __b, int __c)
[all …]
H A Daltivec.h18606 #define vec_srdb(__a, __b, __c) \ macro