Home | History | Annotate | Download | only in Headers

Lines Matching refs:__STR

2105 #define vec_dst(__PTR, __CW, __STR) \
2107 { __builtin_altivec_dst((const void *)(__PTR), (__CW), (__STR)); })
2110 #define vec_dstst(__PTR, __CW, __STR) \
2112 { __builtin_altivec_dstst((const void *)(__PTR), (__CW), (__STR)); })
2115 #define vec_dststt(__PTR, __CW, __STR) \
2117 { __builtin_altivec_dststt((const void *)(__PTR), (__CW), (__STR)); })
2120 #define vec_dstt(__PTR, __CW, __STR) \
2122 { __builtin_altivec_dstt((const void *)(__PTR), (__CW), (__STR)); })