Home
last modified time | relevance | path

Searched refs:__PTR (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Headers/
Daltivec.h2105 #define vec_dst(__PTR, __CW, __STR) \ argument
2107 { __builtin_altivec_dst((const void *)(__PTR), (__CW), (__STR)); })
2110 #define vec_dstst(__PTR, __CW, __STR) \ argument
2112 { __builtin_altivec_dstst((const void *)(__PTR), (__CW), (__STR)); })
2115 #define vec_dststt(__PTR, __CW, __STR) \ argument
2117 { __builtin_altivec_dststt((const void *)(__PTR), (__CW), (__STR)); })
2120 #define vec_dstt(__PTR, __CW, __STR) \ argument
2122 { __builtin_altivec_dstt((const void *)(__PTR), (__CW), (__STR)); })