Searched refs:__PTR (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Headers/ |
H A D | altivec.h | 3896 #define vec_dst(__PTR, __CW, __STR) \ argument 3897 __builtin_altivec_dst((const void *)(__PTR), (__CW), (__STR)) 3900 #define vec_dstst(__PTR, __CW, __STR) \ argument 3901 __builtin_altivec_dstst((const void *)(__PTR), (__CW), (__STR)) 3904 #define vec_dststt(__PTR, __CW, __STR) \ argument 3905 __builtin_altivec_dststt((const void *)(__PTR), (__CW), (__STR)) 3908 #define vec_dstt(__PTR, __CW, __STR) \ argument 3909 __builtin_altivec_dstt((const void *)(__PTR), (__CW), (__STR))
|