Searched refs:vec_xld2 (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-systemz-zvector.c | 297 vsc = vec_xld2(idx, cptrsc); in test_core() 298 vuc = vec_xld2(idx, cptruc); in test_core() 299 vss = vec_xld2(idx, cptrss); in test_core() 300 vus = vec_xld2(idx, cptrus); in test_core() 301 vsi = vec_xld2(idx, cptrsi); in test_core() 302 vui = vec_xld2(idx, cptrui); in test_core() 303 vsl = vec_xld2(idx, cptrsl); in test_core() 304 vul = vec_xld2(idx, cptrul); in test_core() 305 vd = vec_xld2(idx, cptrd); in test_core()
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 763 vec_xld2(long __offset, const signed char *__ptr) { in vec_xld2() function 768 vec_xld2(long __offset, const unsigned char *__ptr) { in vec_xld2() function 773 vec_xld2(long __offset, const signed short *__ptr) { in vec_xld2() function 778 vec_xld2(long __offset, const unsigned short *__ptr) { in vec_xld2() function 783 vec_xld2(long __offset, const signed int *__ptr) { in vec_xld2() function 788 vec_xld2(long __offset, const unsigned int *__ptr) { in vec_xld2() function 793 vec_xld2(long __offset, const signed long long *__ptr) { in vec_xld2() function 798 vec_xld2(long __offset, const unsigned long long *__ptr) { in vec_xld2() function 803 vec_xld2(long __offset, const double *__ptr) { in vec_xld2() function
|