Home
last modified time | relevance | path

Searched refs:vec_xstd2 (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector-constrained.c79 vec_xstd2(vd, idx, ptrd); in test_core()
H A Dbuiltins-systemz-zvector.c560 vec_xstd2(vsc, idx, ptrsc); in test_core()
562 vec_xstd2(vuc, idx, ptruc); in test_core()
564 vec_xstd2(vss, idx, ptrss); in test_core()
566 vec_xstd2(vus, idx, ptrus); in test_core()
568 vec_xstd2(vsi, idx, ptrsi); in test_core()
570 vec_xstd2(vui, idx, ptrui); in test_core()
572 vec_xstd2(vsl, idx, ptrsl); in test_core()
574 vec_xstd2(vul, idx, ptrul); in test_core()
576 vec_xstd2(vd, idx, ptrd); in test_core()
/llvm-project-15.0.7/clang/lib/Headers/
H A Dvecintrin.h1315 vec_xstd2(__vector signed char __vec, long __offset, signed char *__ptr) { in vec_xstd2() function
1323 vec_xstd2(__vector unsigned char __vec, long __offset, unsigned char *__ptr) { in vec_xstd2() function
1331 vec_xstd2(__vector signed short __vec, long __offset, signed short *__ptr) { in vec_xstd2() function
1339 vec_xstd2(__vector unsigned short __vec, long __offset, unsigned short *__ptr) { in vec_xstd2() function
1347 vec_xstd2(__vector signed int __vec, long __offset, signed int *__ptr) { in vec_xstd2() function
1354 vec_xstd2(__vector unsigned int __vec, long __offset, unsigned int *__ptr) { in vec_xstd2() function
1362 vec_xstd2(__vector signed long long __vec, long __offset, in vec_xstd2() function
1371 vec_xstd2(__vector unsigned long long __vec, long __offset, in vec_xstd2() function
1380 vec_xstd2(__vector double __vec, long __offset, double *__ptr) { in vec_xstd2() function
H A Daltivec.h17961 #define vec_xstd2 vec_xst macro