Searched refs:lfrom (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/m68k/lib/
H A Dmemcpy.c45 const long *lfrom = from; local
48 *lto++ = *lfrom++;
69 : "=a" (lfrom), "=a" (lto), "=d" (temp), "=&d" (temp1)
70 : "0" (lfrom), "1" (lto), "2" (temp));
73 from = lfrom;

Completed in 181 milliseconds