Lines Matching refs:_to

119   #define MOVE8_ATOMIC_4(_to,_from) {                            \  argument
126 : [to] "+Q" (_to) /* outputs */ \
134 #define MOVE8_ATOMIC_3(_to,_from) { \ argument
141 : [to] "+Q" (_to) /* outputs */ \
149 #define MOVE8_ATOMIC_2(_to,_from) { \ argument
156 : [to] "+Q" (_to) /* outputs */ \
164 #define MOVE8_ATOMIC_1(_to,_from) { \ argument
171 : [to] "+Q" (_to) /* outputs */ \
186 #define COPY8_ATOMIC_4(_to,_from) { \ argument
193 : [to] "+Q" (_to) /* outputs */ \
200 #define COPY8_ATOMIC_3(_to,_from) { \ argument
207 : [to] "+Q" (_to) /* outputs */ \
214 #define COPY8_ATOMIC_2(_to,_from) { \ argument
221 : [to] "+Q" (_to) /* outputs */ \
228 #define COPY8_ATOMIC_1(_to,_from) { \ argument
235 : [to] "+Q" (_to) /* outputs */ \
250 #define COPY4_ATOMIC_4(_to,_from) { \ argument
257 : [to] "+Q" (_to) /* outputs */ \
264 #define COPY4_ATOMIC_3(_to,_from) { \ argument
271 : [to] "+Q" (_to) /* outputs */ \
278 #define COPY4_ATOMIC_2(_to,_from) { \ argument
285 : [to] "+Q" (_to) /* outputs */ \
292 #define COPY4_ATOMIC_1(_to,_from) { \ argument
299 : [to] "+Q" (_to) /* outputs */ \
308 #define MVC_MEMCOPY(_to,_from,_len) \
316 : [to] "+Q" (_to) /* outputs */ \
329 : [to] "+Q" (_to) /* outputs */ \
336 #define MVC_MEMCOPY(_to,_from,_len) \ argument
350 : [to] "+Q" (_to) /* outputs */ \
386 #define MVC_MULTI(_to,_from,_n_bytes) \ argument
472 : [to] "+Q" (_to) /* outputs */ \
484 #define MVCLE_MEMCOPY(_to,_from,_len) \ argument
492 : [to] "+Q" (_to) /* outputs */ \
498 #define MVCLE_MEMINIT(_to,_val,_len) \ argument
505 : [to] "+Q" (_to) /* outputs */ \
510 #define MVCLE_MEMZERO(_to,_len) \ argument
517 : [to] "+Q" (_to) /* outputs */ \
525 #define XC_MEMZERO_256(_to,_len) \ argument
538 : [to] "+Q" (_to) /* outputs */ \
558 #define XC_MEMZERO_ANY(_to,_len) \ argument
592 : [to] "+Q" (_to) /* outputs */ \
603 #define XC_MEMZERO_ANY(_to,_len) \ argument
647 : [to] "+Q" (_to) /* outputs */ \