Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector-constrained.c74 vd = vec_xld2(idx, cptrd); in test_core()
H A Dbuiltins-systemz-zvector.c509 vsc = vec_xld2(idx, cptrsc); in test_core()
511 vuc = vec_xld2(idx, cptruc); in test_core()
513 vss = vec_xld2(idx, cptrss); in test_core()
515 vus = vec_xld2(idx, cptrus); in test_core()
517 vsi = vec_xld2(idx, cptrsi); in test_core()
519 vui = vec_xld2(idx, cptrui); in test_core()
521 vsl = vec_xld2(idx, cptrsl); in test_core()
523 vul = vec_xld2(idx, cptrul); in test_core()
525 vd = vec_xld2(idx, cptrd); in test_core()
/llvm-project-15.0.7/clang/lib/Headers/
H A Dvecintrin.h1103 vec_xld2(long __offset, const signed char *__ptr) { in vec_xld2() function
1112 vec_xld2(long __offset, const unsigned char *__ptr) { in vec_xld2() function
1121 vec_xld2(long __offset, const signed short *__ptr) { in vec_xld2() function
1130 vec_xld2(long __offset, const unsigned short *__ptr) { in vec_xld2() function
1139 vec_xld2(long __offset, const signed int *__ptr) { in vec_xld2() function
1148 vec_xld2(long __offset, const unsigned int *__ptr) { in vec_xld2() function
1157 vec_xld2(long __offset, const signed long long *__ptr) { in vec_xld2() function
1166 vec_xld2(long __offset, const unsigned long long *__ptr) { in vec_xld2() function
1175 vec_xld2(long __offset, const double *__ptr) { in vec_xld2() function
H A Daltivec.h17683 #define vec_xld2 vec_xl macro