summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/arch/mips64/memmove.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Copy data by using 64-bit loads and stores rather than 32-bitvisa2016-11-141-1/+53
| | | | | | | operations. This about doubles the routine's throughput. No binary change on the 32-bit bootblocks Discussed with miod@ long ago
* merged bcopy/memmove/memcpyderaadt2013-06-131-1/+140
| | | | tested by bcallah, proofed by jasper, ok tedu
* fix an oft copied typo that i'm tired of looking attedu2013-06-031-1/+1
|
* place a comment as to why these are otherwise emptyderaadt2007-11-281-0/+1
|
* mips64 needs at least these to build; spotted by jsingderaadt2007-11-261-0/+0