1 /* SPDX-License-Identifier: GPL-2.0 */
3 * arch/alpha/lib/strcpy.S
4 * Contributed by Richard Henderson (rth@tamu.edu)
6 * Copy a null-terminated string from SRC to DST. Return a pointer
7 * to the null-terminator in the source.
9 #include <asm/export.h>
19 mov $16, $0 # set up return value
20 mov $26, $23 # set up return address
22 br __stxcpy # do the copy