Searched refs:vec_xst (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | vecintrin.h | 1343 vec_xst(__vector signed char __vec, long __offset, signed char *__ptr) { in vec_xst() function 1350 vec_xst(__vector unsigned char __vec, long __offset, unsigned char *__ptr) { in vec_xst() function 1357 vec_xst(__vector signed short __vec, long __offset, signed short *__ptr) { in vec_xst() function 1364 vec_xst(__vector unsigned short __vec, long __offset, unsigned short *__ptr) { in vec_xst() function 1371 vec_xst(__vector signed int __vec, long __offset, signed int *__ptr) { in vec_xst() function 1377 vec_xst(__vector unsigned int __vec, long __offset, unsigned int *__ptr) { in vec_xst() function 1384 vec_xst(__vector signed long long __vec, long __offset, in vec_xst() function 1392 vec_xst(__vector unsigned long long __vec, long __offset, in vec_xst() function 1400 vec_xst(__vector signed __int128 __vec, long __offset, in vec_xst() function 1408 vec_xst(__vector unsigned __int128 __vec, long __offset, in vec_xst() function [all …]
|
| H A D | altivec.h | 17995 #define vec_xstd2 vec_xst 17996 #define vec_xstw4 vec_xst 17998 vec_xst(vector signed char __vec, ptrdiff_t __offset, signed char *__ptr) { in vec_xst() function 18003 vec_xst(vector unsigned char __vec, ptrdiff_t __offset, unsigned char *__ptr) { in vec_xst() function 18008 vec_xst(vector signed short __vec, ptrdiff_t __offset, signed short *__ptr) { in vec_xst() function 18013 static __inline__ __ATTRS_o_ai void vec_xst(vector unsigned short __vec, in vec_xst() function 18021 vec_xst(vector signed int __vec, ptrdiff_t __offset, signed int *__ptr) { in vec_xst() function 18027 vec_xst(vector unsigned int __vec, ptrdiff_t __offset, unsigned int *__ptr) { in vec_xst() function 18032 static __inline__ __ATTRS_o_ai void vec_xst(vector float __vec, in vec_xst() function 18039 static __inline__ __ATTRS_o_ai void vec_xst(vector signed long long __vec, in vec_xst() function [all …]
|