History log of /openbsd-src/lib/libc/arch/powerpc64/string/memmove.S (Results 1 – 2 of 2)
Revision Date Author Comments
# 1a8dbaac 16-Oct-2020 deraadt <deraadt@openbsd.org>

Adapt SYS.h to use retguard macros from asm.h, so that generated system
calls are guarded. Adapt the first few hand-written functions to this
model (a few remain)
ok kettenis mortimer


# c020cf82 25-Jun-2020 drahn <drahn@openbsd.org>

PowerPC64 libc string/net files

Initial attempt to port powerpc code to powerpc64

Expects TOC loading in ENTRY(),

memmove.S is the powerpc 32 bit, optimization is possible for 64 bit
and handle le

PowerPC64 libc string/net files

Initial attempt to port powerpc code to powerpc64

Expects TOC loading in ENTRY(),

memmove.S is the powerpc 32 bit, optimization is possible for 64 bit
and handle len of > 32 bits.

show more ...