NetBSD/lib/libc/arch/i386/string
jtc 98cbb217ac mem -> reg & reg->reg moves take the same time; so save a cycle by reading
the block length from the stack instead of caching it in a register.
1994-03-22 01:15:47 +00:00
..
bcmp.S mem -> reg & reg->reg moves take the same time; so save a cycle by reading 1994-03-22 01:15:47 +00:00
bcopy.S Use RCSID macro for RCS ID's. 1994-03-12 01:39:55 +00:00
bzero.S Use RCSID macro for RCS ID's. 1994-03-12 01:39:55 +00:00
ffs.S Use RCSID macro for RCS ID's. 1994-03-12 01:39:55 +00:00
index.S Use RCSID macro for RCS ID's. 1994-03-12 01:39:55 +00:00
memchr.S Use RCSID macro for RCS ID's. 1994-03-12 01:39:55 +00:00
memcmp.S mem -> reg & reg->reg moves take the same time; so save a cycle by reading 1994-03-22 01:15:47 +00:00
memcpy.S Share code. 1993-12-10 10:45:18 +00:00
memmove.S Share code. 1993-12-10 10:45:18 +00:00
memmove.s Change instances of LIBC_RCS back to LIBC_SCCS. If we are going to change 1993-10-21 01:39:55 +00:00
memset.S Use RCSID macro for RCS ID's. 1994-03-12 01:39:55 +00:00
memset.s So many files in arch/i386 have been changed I might as well run my 1993-10-21 01:48:14 +00:00
rindex.S Use RCSID macro for RCS ID's. 1994-03-12 01:39:55 +00:00
rindex.s So many files in arch/i386 have been changed I might as well run my 1993-10-21 01:48:14 +00:00
strcat.S Use RCSID macro for RCS ID's. 1994-03-12 01:39:55 +00:00
strcat.s Change instances of LIBC_RCS back to LIBC_SCCS. If we are going to change 1993-10-21 01:39:55 +00:00
strchr.S No reason these can't share code... 1993-12-08 22:10:14 +00:00
strchr.s Change instances of LIBC_RCS back to LIBC_SCCS. If we are going to change 1993-10-21 01:39:55 +00:00
strcmp.S Use RCSID macro for RCS ID's. 1994-03-12 01:39:55 +00:00
strcmp.s So many files in arch/i386 have been changed I might as well run my 1993-10-21 01:48:14 +00:00
strcpy.S Use RCSID macro for RCS ID's. 1994-03-12 01:39:55 +00:00
strcpy.s Change instances of LIBC_RCS back to LIBC_SCCS. If we are going to change 1993-10-21 01:39:55 +00:00
strlen.S Use RCSID macro for RCS ID's. 1994-03-12 01:39:55 +00:00
strlen.s Change instances of LIBC_RCS back to LIBC_SCCS. If we are going to change 1993-10-21 01:39:55 +00:00
strncmp.S Use RCSID macro for RCS ID's. 1994-03-12 01:39:55 +00:00
strncmp.s So many files in arch/i386 have been changed I might as well run my 1993-10-21 01:48:14 +00:00
strrchr.S No reason these can't share code... 1993-12-08 22:10:14 +00:00
strrchr.s So many files in arch/i386 have been changed I might as well run my 1993-10-21 01:48:14 +00:00
swab.S Use RCSID macro for RCS ID's. 1994-03-12 01:39:55 +00:00
swab.s Remove special case for len == 0 --- It wasn't needed. By dropping the 1993-11-25 01:18:24 +00:00