mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-12 12:07:12 +08:00
d5efd131d4
This is a simple copy of the last version of ia64 in the main tree. It does not work as-is, but serves as a basis for follow up changes to restore it to working order. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11 lines
166 B
ArmAsm
11 lines
166 B
ArmAsm
#include <sysdep.h>
|
|
|
|
ENTRY(bcopy)
|
|
.regstk 3, 0, 0, 0
|
|
mov r8 = in0
|
|
mov in0 = in1
|
|
;;
|
|
mov in1 = r8
|
|
br.cond.sptk.many HIDDEN_BUILTIN_JUMPTARGET(memmove)
|
|
END(bcopy)
|