Searched refs:TLOOP (Results 1 – 1 of 1) sorted by relevance
61 #define TLOOP(s) if (t) TLOOP1(s) in memmove() macro85 TLOOP(*(word *)dst = *(word *)src; src += wsize; dst += wsize); in memmove()87 TLOOP(*dst++ = *src++); in memmove()106 TLOOP(src -= wsize; dst -= wsize; *(word *)dst = *(word *)src); in memmove()108 TLOOP(*--dst = *--src); in memmove()