Searched refs:vec_xstd2 (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CodeGen/
H A Dbuiltins-systemz-zvector.c314 vec_xstd2(vsc, idx, ptrsc);
315 vec_xstd2(vuc, idx, ptruc);
316 vec_xstd2(vss, idx, ptrss);
317 vec_xstd2(vus, idx, ptrus);
318 vec_xstd2(vsi, idx, ptrsi);
319 vec_xstd2(vui, idx, ptrui);
320 vec_xstd2(vsl, idx, ptrsl);
321 vec_xstd2(vul, idx, ptrul);
322 vec_xstd2(vd, idx, ptrd);
/external/clang/lib/Headers/
H A Dvecintrin.h839 /*-- vec_xstd2 --------------------------------------------------------------*/
842 vec_xstd2(vector signed char __vec, long __offset, signed char *__ptr) { function
847 vec_xstd2(vector unsigned char __vec, long __offset, unsigned char *__ptr) { function
852 vec_xstd2(vector signed short __vec, long __offset, signed short *__ptr) { function
857 vec_xstd2(vector unsigned short __vec, long __offset, unsigned short *__ptr) { function
862 vec_xstd2(vector signed int __vec, long __offset, signed int *__ptr) { function
867 vec_xstd2(vector unsigned int __vec, long __offset, unsigned int *__ptr) { function
872 vec_xstd2(vector signed long long __vec, long __offset, function
878 vec_xstd2(vector unsigned long long __vec, long __offset, function
885 vec_xstd2(vecto function
[all...]

Completed in 190 milliseconds