Searched refs:vec_xlw4 (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-systemz-zvector.c | 307 vsc = vec_xlw4(idx, cptrsc); in test_core() 308 vuc = vec_xlw4(idx, cptruc); in test_core() 309 vss = vec_xlw4(idx, cptrss); in test_core() 310 vus = vec_xlw4(idx, cptrus); in test_core() 311 vsi = vec_xlw4(idx, cptrsi); in test_core() 312 vui = vec_xlw4(idx, cptrui); in test_core()
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 810 vec_xlw4(long __offset, const signed char *__ptr) { in vec_xlw4() function 815 vec_xlw4(long __offset, const unsigned char *__ptr) { in vec_xlw4() function 820 vec_xlw4(long __offset, const signed short *__ptr) { in vec_xlw4() function 825 vec_xlw4(long __offset, const unsigned short *__ptr) { in vec_xlw4() function 830 vec_xlw4(long __offset, const signed int *__ptr) { in vec_xlw4() function 835 vec_xlw4(long __offset, const unsigned int *__ptr) { in vec_xlw4() function
|