| .. |
|
bcmp.S
|
Eliminate a conditional branch and as a side-effect eliminate a branch to
|
2005-04-10 18:12:07 +00:00 |
|
bcopy.S
|
Eliminate unneeded instructions that are a vestige of mechanical
|
2005-04-08 05:10:18 +00:00 |
|
bzero.S
|
Eliminate an unneeded instruction that is a vestige of mechanical
|
2005-04-07 05:46:46 +00:00 |
|
Makefile.inc
|
Add a machine-specific, optimized implementation of strcat.
|
2005-04-10 18:58:49 +00:00 |
|
memcmp.S
|
Add machine-specific, optimized implementations of bcmp and memcmp.
|
2005-04-08 05:15:55 +00:00 |
|
memcpy.S
|
Add machine-specific, optimized implementations of bcopy, bzero, memcpy,
|
2005-04-07 03:56:03 +00:00 |
|
memmove.S
|
Add machine-specific, optimized implementations of bcopy, bzero, memcpy,
|
2005-04-07 03:56:03 +00:00 |
|
memset.S
|
Add machine-specific, optimized implementations of bcopy, bzero, memcpy,
|
2005-04-07 03:56:03 +00:00 |
|
strcat.S
|
Add a machine-specific, optimized implementation of strcat.
|
2005-04-10 18:58:49 +00:00 |
|
strcmp.S
|
Add a machine-specific, optimized implementation of strcmp.
|
2005-04-09 20:47:08 +00:00 |
|
strcpy.S
|
Add a machine-specific, optimized implementation of strcpy.
|
2005-04-10 05:11:06 +00:00 |