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
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
ffs.S On the 68010 only, assemble a different version of 2001-05-17 21:26:06 +00:00
index.S
memccpy.S
memcmp.S
memcpy.S
memmove.S
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
strcat.S
strchr.S
strcmp.S Use the EXTBL macro where we want the extbl instruction. 2001-05-17 21:28:00 +00:00
strcpy.S
strlen.S
strncmp.S Use the EXTBL macro where we want the extbl instruction. 2001-05-17 21:28:00 +00:00
strncpy.S
strrchr.S
swab.S