Gitiles
Code Review
Sign In
192.168.1.100
/
R306
/
824eb0c6ade808c4501e62fbcf0025f4e694cd11
/
.
/
ap
/
build
/
uClibc
/
libc
/
string
/
ia64
/
bcopy.S
blob: c5637c3695b3564082f2ee9a223a102e87004f96 [
file
] [
log
] [
blame
]
#include "sysdep.h"
#ifdef __UCLIBC_SUSV3_LEGACY__
ENTRY
(
bcopy
)
.regstk
3
,
0
,
0
,
0
mov r8
=
in0
mov in0
=
in1
;;
mov in1
=
r8
br.cond.sptk.many HIDDEN_JUMPTARGET
(
memmove
)
END
(
bcopy
)
#endif