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)
28 #ifndef __OPTIMIZE_SIZE__
33 /* move any preceding bytes until destination address is long word aligned */
48 /* move bytes a long word at a time */
59 #endif /* !__OPTIMIZE_SIZE__ */
61 /* handle any remaining bytes */