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
nexedi
linux
Commits
d6c91d1a
Commit
d6c91d1a
authored
Sep 29, 2002
by
Russell King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] NWFPE updates for new entry conditions.
parent
e8641889
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
arch/arm/nwfpe/entry.S
arch/arm/nwfpe/entry.S
+2
-3
No files found.
arch/arm/nwfpe/entry.S
View file @
d6c91d1a
...
...
@@ -23,6 +23,8 @@
/*
This
is
the
kernel
's entry point into the floating point emulator.
It
is
called
from
the
kernel
with
code
similar
to
this
:
sub
r4
,
r5
,
#
4
ldrt
r0
,
[
r4
]
@
r0
=
instruction
adrsvc
al
,
r9
,
ret_from_exception
@
r9
=
normal
FP
return
adrsvc
al
,
lr
,
fpundefinstr
@
lr
=
undefined
instr
return
...
...
@@ -74,8 +76,6 @@ nwfpe_enter:
mov
sl
,
sp
ldr
r5
,
[
sp
,
#
60
]
@
get
contents
of
PC
;
sub
r8
,
r5
,
#
4
.
Lx2
:
ldrt
r0
,
[
r8
]
@
get
actual
instruction
into
r0
emulate
:
bl
EmulateAll
@
emulate
the
instruction
cmp
r0
,
#
0
@
was
emulation
successful
...
...
@@ -116,5 +116,4 @@ next:
.
section
__ex_table
,
"a"
.
align
3
.
long
.
Lx1
,
.
Lfix
.
long
.
Lx2
,
.
Lfix
.
previous
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