Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
9ed821d7e5d875a3395740a9cc2545671fa429b7
/
.
/
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