Searched refs:vec_xstd2 (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-systemz-zvector.c | 314 vec_xstd2(vsc, idx, ptrsc); in test_core() 315 vec_xstd2(vuc, idx, ptruc); in test_core() 316 vec_xstd2(vss, idx, ptrss); in test_core() 317 vec_xstd2(vus, idx, ptrus); in test_core() 318 vec_xstd2(vsi, idx, ptrsi); in test_core() 319 vec_xstd2(vui, idx, ptrui); in test_core() 320 vec_xstd2(vsl, idx, ptrsl); in test_core() 321 vec_xstd2(vul, idx, ptrul); in test_core() 322 vec_xstd2(vd, idx, ptrd); in test_core()
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 842 vec_xstd2(vector signed char __vec, long __offset, signed char *__ptr) { in vec_xstd2() function 847 vec_xstd2(vector unsigned char __vec, long __offset, unsigned char *__ptr) { in vec_xstd2() function 852 vec_xstd2(vector signed short __vec, long __offset, signed short *__ptr) { in vec_xstd2() function 857 vec_xstd2(vector unsigned short __vec, long __offset, unsigned short *__ptr) { in vec_xstd2() function 862 vec_xstd2(vector signed int __vec, long __offset, signed int *__ptr) { in vec_xstd2() function 867 vec_xstd2(vector unsigned int __vec, long __offset, unsigned int *__ptr) { in vec_xstd2() function 872 vec_xstd2(vector signed long long __vec, long __offset, in vec_xstd2() function 878 vec_xstd2(vector unsigned long long __vec, long __offset, in vec_xstd2() function 885 vec_xstd2(vector double __vec, long __offset, double *__ptr) { in vec_xstd2() function
|