Home
last modified time | relevance | path

Searched refs:vec_xst (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-xl-xst.c57 vec_xst(*c, 7ll, st); in test1()
108 vec_xst(*c, 7ll, st); in test2()
158 vec_xst(*c, 7ll, st); in test3()
208 vec_xst(*c, 7ll, st); in test4()
259 vec_xst(*c, 7ll, st); in test5()
310 vec_xst(*c, 7ll, st); in test6()
360 vec_xst(*c, 7ll, st); in test7()
410 vec_xst(*c, 7ll, st); in test8()
462 vec_xst(*c, 7ll, st); in test9()
513 vec_xst(*c, 7ll, st); in test10()
H A Dbuiltins-ppc-quadword.c236 vec_xst(vlll, param_sll, &param_lll); in test1()
241 vec_xst(vulll, param_sll, &param_ulll); in test1()
H A Dbuiltins-ppc-vsx.c1956 vec_xst(vsll, sll, asll); in test1()
1960 vec_xst(vull, sll, aull); in test1()
1964 vec_xst(vd, sll, ad); in test1()
H A Dbuiltins-ppc-altivec.c9502 vec_xst(vsc, param_sll, &param_sc); in test10()
9506 vec_xst(vuc, param_sll, &param_uc); in test10()
9510 vec_xst(vs, param_sll, &param_s); in test10()
9514 vec_xst(vus, param_sll, &param_us); in test10()
9518 vec_xst(vi, param_sll, &param_i); in test10()
9522 vec_xst(vui, param_sll, &param_ui); in test10()
9526 vec_xst(vf, param_sll, &param_f); in test10()
/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector3.c93 vec_xst(vec_revb(vss), idx, ptrss); in test_core()
95 vec_xst(vec_revb(vus), idx, ptrus); in test_core()
97 vec_xst(vec_revb(vsi), idx, ptrsi); in test_core()
99 vec_xst(vec_revb(vui), idx, ptrui); in test_core()
101 vec_xst(vec_revb(vsl), idx, ptrsl); in test_core()
103 vec_xst(vec_revb(vul), idx, ptrul); in test_core()
105 vec_xst(vec_revb(vf), idx, ptrf); in test_core()
107 vec_xst(vec_revb(vd), idx, ptrd); in test_core()
231 vec_xst(vec_reve(vsc), idx, ptrsc); in test_core()
247 vec_xst(vec_reve(vf), idx, ptrf); in test_core()
[all …]
H A Dbuiltins-systemz-zvector3-constrained.c41 vec_xst(vec_revb(vf), idx, ptrf); in test_core()
43 vec_xst(vec_revb(vd), idx, ptrd); in test_core()
73 vec_xst(vec_reve(vf), idx, ptrf); in test_core()
75 vec_xst(vec_reve(vd), idx, ptrd); in test_core()
H A Dbuiltins-systemz-zvector2-constrained.c127 vec_xst(vf, idx, ptrf); in test_core()
129 vec_xst(vd, idx, ptrd); in test_core()
H A Dbuiltins-systemz-zvector-constrained.c77 vec_xst(vd, idx, ptrd); in test_core()
H A Dbuiltins-systemz-zvector2.c179 vec_xst(vf, idx, ptrf); in test_core()
181 vec_xst(vd, idx, ptrd); in test_core()
H A Dbuiltins-systemz-zvector.c541 vec_xst(vsc, idx, ptrsc); in test_core()
543 vec_xst(vuc, idx, ptruc); in test_core()
545 vec_xst(vss, idx, ptrss); in test_core()
547 vec_xst(vus, idx, ptrus); in test_core()
549 vec_xst(vsi, idx, ptrsi); in test_core()
551 vec_xst(vui, idx, ptrui); in test_core()
553 vec_xst(vsl, idx, ptrsl); in test_core()
555 vec_xst(vul, idx, ptrul); in test_core()
557 vec_xst(vd, idx, ptrd); in test_core()
/llvm-project-15.0.7/clang/lib/Headers/
H A Dvecintrin.h1241 vec_xst(__vector signed char __vec, long __offset, signed char *__ptr) { in vec_xst() function
1248 vec_xst(__vector unsigned char __vec, long __offset, unsigned char *__ptr) { in vec_xst() function
1255 vec_xst(__vector signed short __vec, long __offset, signed short *__ptr) { in vec_xst() function
1262 vec_xst(__vector unsigned short __vec, long __offset, unsigned short *__ptr) { in vec_xst() function
1269 vec_xst(__vector signed int __vec, long __offset, signed int *__ptr) { in vec_xst() function
1275 vec_xst(__vector unsigned int __vec, long __offset, unsigned int *__ptr) { in vec_xst() function
1282 vec_xst(__vector signed long long __vec, long __offset, in vec_xst() function
1290 vec_xst(__vector unsigned long long __vec, long __offset, in vec_xst() function
1299 vec_xst(__vector float __vec, long __offset, float *__ptr) { in vec_xst() function
1306 vec_xst(__vector double __vec, long __offset, double *__ptr) { in vec_xst() function
H A Daltivec.h17961 #define vec_xstd2 vec_xst
17962 #define vec_xstw4 vec_xst
17979 static inline __ATTRS_o_ai void vec_xst(vector unsigned short __vec, in vec_xst() function
17986 static inline __ATTRS_o_ai void vec_xst(vector signed int __vec, in vec_xst() function
18005 static inline __ATTRS_o_ai void vec_xst(vector signed long long __vec, in vec_xst() function
18012 static inline __ATTRS_o_ai void vec_xst(vector unsigned long long __vec, in vec_xst() function
18028 static inline __ATTRS_o_ai void vec_xst(vector signed __int128 __vec, in vec_xst() function
18035 static inline __ATTRS_o_ai void vec_xst(vector unsigned __int128 __vec, in vec_xst() function
18180 vec_xst(__vec, __offset, __ptr); in vec_xst_be()
18186 vec_xst(__vec, __offset, __ptr); in vec_xst_be()
[all …]