Searched defs:vec_xstw4 (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Headers/ |
H A D | vecintrin.h | 1389 vec_xstw4(__vector signed char __vec, long __offset, signed char *__ptr) { in vec_xstw4() function 1397 vec_xstw4(__vector unsigned char __vec, long __offset, unsigned char *__ptr) { in vec_xstw4() function 1405 vec_xstw4(__vector signed short __vec, long __offset, signed short *__ptr) { in vec_xstw4() function 1413 vec_xstw4(__vector unsigned short __vec, long __offset, unsigned short *__ptr) { in vec_xstw4() function 1421 vec_xstw4(__vector signed int __vec, long __offset, signed int *__ptr) { in vec_xstw4() function 1428 vec_xstw4(__vector unsigned int __vec, long __offset, unsigned int *__ptr) { in vec_xstw4() function
|
H A D | altivec.h | 17993 #define vec_xstw4 vec_xst macro
|