2 * ====================================================
3 * Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved.
5 * Permission to use, copy, modify, and distribute this
6 * software is freely granted, provided that this notice
8 * ====================================================
14 SOTYPE_FUNCTION(memcpy)
39 #ifndef __OPTIMIZE_SIZE__
44 /* move any preceding bytes until destination address is long word aligned */
59 /* move bytes a long word at a time */
70 #endif /* !__OPTIMIZE_SIZE__ */
72 /* handle any remaining bytes */