NetBSD/lib/libc/arch/m68k/string
fredette 129f58b424 On the 68010, don't bother with the by-8-longwords loop, instead
only 16-bit align the region and use loop mode with longwords
to do the bulk of the work.

On the 68020+, fixed an optimization bug where all regions that start
on odd addresses would not be properly longword aligned.
2001-09-07 12:50:01 +00:00
..
Makefile.inc Implement a significantly improved version of memccpy(), with thanks to 2001-02-05 00:17:21 +00:00
bcmp.S On the 68010, we are forced to do bytewise compares 2001-05-17 21:24:08 +00:00
bcopy.S On the 68010, we are forced to do bytewise compares 2001-05-17 21:24:08 +00:00
bzero.S Add register prefixes. 1999-10-25 23:48:07 +00:00
ffs.S On the 68010 only, assemble a different version of 2001-05-17 21:26:06 +00:00
index.S Add register prefixes. 1999-10-25 23:48:07 +00:00
memccpy.S Implement a significantly improved version of memccpy(), with thanks to 2001-02-05 00:17:22 +00:00
memcmp.S Add register prefixes. 1999-10-25 23:48:07 +00:00
memcpy.S RCS Id Police. 1998-01-09 03:45:03 +00:00
memmove.S RCS Id Police. 1998-01-09 03:45:03 +00:00
memset.S On the 68010, don't bother with the by-8-longwords loop, instead 2001-09-07 12:50:01 +00:00
rindex.S Add register prefixes. 1999-10-25 23:48:07 +00:00
strcat.S Add register prefixes. 1999-10-25 23:48:07 +00:00
strchr.S RCS Id Police. 1998-01-09 03:45:03 +00:00
strcmp.S Use the EXTBL macro where we want the extbl instruction. 2001-05-17 21:28:00 +00:00
strcpy.S Add register prefixes. 1999-10-25 23:48:07 +00:00
strlen.S Add register prefixes. 1999-10-25 23:48:07 +00:00
strncmp.S Use the EXTBL macro where we want the extbl instruction. 2001-05-17 21:28:00 +00:00
strncpy.S Use dbeq loops, code submitted by Hiroshi Horimoto in PR 3223, integrated 2000-11-27 22:35:30 +00:00
strrchr.S RCS Id Police. 1998-01-09 03:45:03 +00:00
swab.S Add register prefixes. 1999-10-25 23:48:07 +00:00