Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
e01b34d6
Commit
e01b34d6
authored
Jun 18, 2003
by
Richard Henderson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ALPHA] Fix memmove/memset GP interaction.
parent
15a7f8d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
arch/alpha/lib/memmove.S
arch/alpha/lib/memmove.S
+9
-1
No files found.
arch/alpha/lib/memmove.S
View file @
e01b34d6
...
@@ -15,15 +15,23 @@
...
@@ -15,15 +15,23 @@
.
globl
bcopy
.
globl
bcopy
.
ent
bcopy
.
ent
bcopy
bcopy
:
bcopy
:
ldgp
$
29
,
0
(
$
27
)
.
prologue
1
mov
$
16
,
$
0
mov
$
16
,
$
0
mov
$
17
,
$
16
mov
$
17
,
$
16
mov
$
0
,
$
17
mov
$
0
,
$
17
br
$
31
,
memmove
!
samegp
.
end
bcopy
.
end
bcopy
.
align
4
.
align
4
.
globl
memmove
.
globl
memmove
.
ent
memmove
.
ent
memmove
memmove
:
memmove
:
ldgp
$
29
,
0
(
$
27
)
unop
nop
.
prologue
1
addq
$
16
,
$
18
,
$
4
addq
$
16
,
$
18
,
$
4
addq
$
17
,
$
18
,
$
5
addq
$
17
,
$
18
,
$
5
cmpule
$
4
,
$
17
,
$
1
/*
dest
+
n
<=
src
*/
cmpule
$
4
,
$
17
,
$
1
/*
dest
+
n
<=
src
*/
...
@@ -32,7 +40,7 @@ memmove:
...
@@ -32,7 +40,7 @@ memmove:
bis
$
1
,
$
2
,
$
1
bis
$
1
,
$
2
,
$
1
mov
$
16
,
$
0
mov
$
16
,
$
0
xor
$
16
,
$
17
,
$
2
xor
$
16
,
$
17
,
$
2
bne
$
1
,
memcpy
bne
$
1
,
memcpy
!
samegp
and
$
2
,
7
,
$
2
/*
Test
for
src
/
dest
co
-
alignment
.
*/
and
$
2
,
7
,
$
2
/*
Test
for
src
/
dest
co
-
alignment
.
*/
and
$
16
,
7
,
$
1
and
$
16
,
7
,
$
1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment