summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/arch/hppa/bcopy.m4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ovbcopy begonekettenis2013-06-141-2/+1
|
* Fix memcpy/memmove return value.kettenis2013-06-141-1/+3
|
* Optimize memcpy(9) by always doing a forward copy; it should never be usedkettenis2013-06-111-9/+9
| | | | | | | | for overlapping copies. Attempt to be instruction cache friendly by turning things around and make memcpy(9) use the forward copy branch of memmove(9), and implement bcopy(9) by swapping its arguments and dropping into memmove(9). ok deraadt@
* Fix return value of memcpy.kettenis2011-11-271-4/+3
|
* Oops, jsing@ changed spcopy.S without realizing that that file is generatedkettenis2011-11-271-7/+3
| | | | from bcopy.m4. Fix that.
* junk SCCSderaadt2007-11-241-7/+1
|
* move hppa to __HAVE_CPUINFOmartin2007-05-141-1/+5
| | | | input from miod@, ok kettenis@
* I'm Positive these are Type-O.miod2005-08-011-2/+2
|
* another 3/4deraadt2003-06-041-6/+1
|
* do not just bail out of the copy loop, but go to themickey2002-08-271-18/+22
| | | | | | 'done' label for the job finish. major register missallocation for copyonfault, fix it. clean the space regs after use.
* syncmickey2002-08-131-4/+4
|
* syncmickey2002-05-201-2/+3
|
* syncmickey2002-03-081-2/+2
|
* syncmickey2002-03-081-5/+3
|
* syncmickey2002-02-071-1/+2
|
* syncmickey2001-09-201-4/+4
|
* export these from libcmickey2001-06-041-3/+3
|
* sync w/ libcmickey2000-07-021-1/+2
|
* fix space regs load insns, also some tabs vs spacesmickey1999-12-051-19/+19
|
* bew frame frameworkmickey1999-09-141-2/+5
|
* fix unaligned copy's end conditionmickey1999-06-101-17/+38
|
* bcopy() and space-space bcopy()mickey1999-05-191-0/+246