Searched refs:vec_xstw4 (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-systemz-zvector.c | 324 vec_xstw4(vsc, idx, ptrsc); in test_core() 325 vec_xstw4(vuc, idx, ptruc); in test_core() 326 vec_xstw4(vss, idx, ptrss); in test_core() 327 vec_xstw4(vus, idx, ptrus); in test_core() 328 vec_xstw4(vsi, idx, ptrsi); in test_core() 329 vec_xstw4(vui, idx, ptrui); in test_core()
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 892 vec_xstw4(vector signed char __vec, long __offset, signed char *__ptr) { in vec_xstw4() function 897 vec_xstw4(vector unsigned char __vec, long __offset, unsigned char *__ptr) { in vec_xstw4() function 902 vec_xstw4(vector signed short __vec, long __offset, signed short *__ptr) { in vec_xstw4() function 907 vec_xstw4(vector unsigned short __vec, long __offset, unsigned short *__ptr) { in vec_xstw4() function 912 vec_xstw4(vector signed int __vec, long __offset, signed int *__ptr) { in vec_xstw4() function 917 vec_xstw4(vector unsigned int __vec, long __offset, unsigned int *__ptr) { in vec_xstw4() function
|