ev67-strncat.S (498495dba268b20e8eadd7fe93c140c68b6cc9d2) ev67-strncat.S (f3c78e949d3fb0afcc1bdd8e44b0902897fc2f84)
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * arch/alpha/lib/ev67-strncat.S
4 * 21264 version contributed by Rick Gorton <rick.gorton@api-networks.com>
5 *
6 * Append no more than COUNT characters from the null-terminated string SRC
7 * to the null-terminated string DST. Always null-terminate the new DST.
8 *

--- 7 unchanged lines hidden (view full) ---

16 * ftp.digital.com/pub/Digital/info/semiconductor/literature/dsc-library.html
17 * Scheduling notation:
18 * E - either cluster
19 * U - upper subcluster; U0 - subcluster U0; U1 - subcluster U1
20 * L - lower subcluster; L0 - subcluster L0; L1 - subcluster L1
21 * Try not to change the actual algorithm if possible for consistency.
22 */
23
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * arch/alpha/lib/ev67-strncat.S
4 * 21264 version contributed by Rick Gorton <rick.gorton@api-networks.com>
5 *
6 * Append no more than COUNT characters from the null-terminated string SRC
7 * to the null-terminated string DST. Always null-terminate the new DST.
8 *

--- 7 unchanged lines hidden (view full) ---

16 * ftp.digital.com/pub/Digital/info/semiconductor/literature/dsc-library.html
17 * Scheduling notation:
18 * E - either cluster
19 * U - upper subcluster; U0 - subcluster U0; U1 - subcluster U1
20 * L - lower subcluster; L0 - subcluster L0; L1 - subcluster L1
21 * Try not to change the actual algorithm if possible for consistency.
22 */
23
24#include <asm/export.h>
24#include <linux/export.h>
25 .text
26
27 .align 4
28 .globl strncat
29 .ent strncat
30strncat:
31 .frame $30, 0, $26
32 .prologue 0

--- 64 unchanged lines hidden ---
25 .text
26
27 .align 4
28 .globl strncat
29 .ent strncat
30strncat:
31 .frame $30, 0, $26
32 .prologue 0

--- 64 unchanged lines hidden ---