1
by brian
clean slate |
1 |
! Copyright (C) 2000, 2002 MySQL AB |
2 |
!
|
|
3 |
! This library is free software; you can redistribute it and/or |
|
4 |
! modify it under the terms of the GNU Library General Public |
|
5 |
! License as published by the Free Software Foundation; version 2 |
|
6 |
! of the License. |
|
7 |
!
|
|
8 |
! This library is distributed in the hope that it will be useful, |
|
9 |
! but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
10 |
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
11 |
! Library General Public License for more details. |
|
12 |
!
|
|
13 |
! You should have received a copy of the GNU Library General Public |
|
14 |
! License along with this library; if not, write to the Free |
|
15 |
! Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, |
|
16 |
! MA 02111-1307, USA |
|
17 |
||
18 |
.file "strmov-sparc.s" |
|
19 |
.section ".text" |
|
20 |
.align 4 |
|
21 |
.global strmov |
|
22 |
.type strmov,#function |
|
23 |
.proc 0102 |
|
24 |
strmov:
|
|
25 |
.loop:
|
|
26 |
ldub [%o1], %o3 |
|
27 |
stb %o3, [%o0] |
|
28 |
add %o1, 1, %o1 |
|
29 |
cmp %o3, 0 |
|
30 |
bne,a .loop |
|
31 |
add %o0, 1, %o0 |
|
32 |
retl
|
|
33 |
nop
|
|
34 |
.strmov_end:
|
|
35 |
.size strmov,.strmov_end-strmov |
|
36 |
.ident "Matt Wagner" |