Searched defs:vec_xstd2 (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Headers/ |
H A D | vecintrin.h | 1315 vec_xstd2(__vector signed char __vec, long __offset, signed char *__ptr) { in vec_xstd2() function 1323 vec_xstd2(__vector unsigned char __vec, long __offset, unsigned char *__ptr) { in vec_xstd2() function 1331 vec_xstd2(__vector signed short __vec, long __offset, signed short *__ptr) { in vec_xstd2() function 1339 vec_xstd2(__vector unsigned short __vec, long __offset, unsigned short *__ptr) { in vec_xstd2() function 1347 vec_xstd2(__vector signed int __vec, long __offset, signed int *__ptr) { in vec_xstd2() function 1354 vec_xstd2(__vector unsigned int __vec, long __offset, unsigned int *__ptr) { in vec_xstd2() function 1362 vec_xstd2(__vector signed long long __vec, long __offset, in vec_xstd2() function 1371 vec_xstd2(__vector unsigned long long __vec, long __offset, in vec_xstd2() function 1380 vec_xstd2(__vecto function [all...] |
H A D | altivec.h | 17992 #define vec_xstd2 vec_xst macro
|