Home
last modified time | relevance | path

Searched refs:__PTR (Results 1 – 2 of 2) 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)); })
/external/llvm-project/clang/lib/Headers/
Daltivec.h3532 #define vec_dst(__PTR, __CW, __STR) \ argument
3533 __builtin_altivec_dst((const void *)(__PTR), (__CW), (__STR))
3536 #define vec_dstst(__PTR, __CW, __STR) \ argument
3537 __builtin_altivec_dstst((const void *)(__PTR), (__CW), (__STR))
3540 #define vec_dststt(__PTR, __CW, __STR) \ argument
3541 __builtin_altivec_dststt((const void *)(__PTR), (__CW), (__STR))
3544 #define vec_dstt(__PTR, __CW, __STR) \ argument
3545 __builtin_altivec_dstt((const void *)(__PTR), (__CW), (__STR))