NetBSD/lib/libc/arch/mips/string
jeffs 4912e50a59 Make memcpy and memmove use bcopy assembly for mips. Tweak forward copy
code for backward copy to make overlap copy faster.  This happens in
some SW like sleepycat db.  Use temp labels in order to not confused
the profiling tools.
2000-10-10 21:51:54 +00:00
..
Makefile.inc Make memcpy and memmove use bcopy assembly for mips. Tweak forward copy 2000-10-10 21:51:54 +00:00
bcmp.S Pull up endian-independent changes from locore, userland bcopy.S. 1997-10-20 09:31:37 +00:00
bcopy.S Make memcpy and memmove use bcopy assembly for mips. Tweak forward copy 2000-10-10 21:51:54 +00:00
bzero.S Pull up ambi-endian diffs from kernel bzero(). 1997-10-19 01:19:58 +00:00
ffs.S * Add Mips ABI changes for ELf shared library support. 1996-09-17 01:32:22 +00:00
index.S * Add Mips ABI changes for ELf shared library support. 1996-09-17 01:32:22 +00:00
memcpy.S Make memcpy and memmove use bcopy assembly for mips. Tweak forward copy 2000-10-10 21:51:54 +00:00
memmove.S Make memcpy and memmove use bcopy assembly for mips. Tweak forward copy 2000-10-10 21:51:54 +00:00
memset.S Assembly-coded, word-at-a-time unrolled memset(). 1999-03-15 06:37:43 +00:00
rindex.S * Add Mips ABI changes for ELf shared library support. 1996-09-17 01:32:22 +00:00
strcmp.S * Add Mips ABI changes for ELf shared library support. 1996-09-17 01:32:22 +00:00
strlen.S * Add Mips ABI changes for ELf shared library support. 1996-09-17 01:32:22 +00:00