Searched refs:__CW (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | altivec.h | 3908 #define vec_dst(__PTR, __CW, __STR) \ argument 3909 __builtin_altivec_dst((const void *)(__PTR), (__CW), (__STR)) 3912 #define vec_dstst(__PTR, __CW, __STR) \ argument 3913 __builtin_altivec_dstst((const void *)(__PTR), (__CW), (__STR)) 3916 #define vec_dststt(__PTR, __CW, __STR) \ argument 3917 __builtin_altivec_dststt((const void *)(__PTR), (__CW), (__STR)) 3920 #define vec_dstt(__PTR, __CW, __STR) \ argument 3921 __builtin_altivec_dstt((const void *)(__PTR), (__CW), (__STR))
|