Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
afc2cd05
Commit
afc2cd05
authored
May 08, 2000
by
Nick Clifton
Committed by
Nick Clifton
May 08, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix comment describing ELIMINABLE_REGS
From-SVN: r33769
parent
d207c3f7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
gcc/ChangeLog
+4
-0
gcc/config/i386/i386.h
+5
-4
No files found.
gcc/ChangeLog
View file @
afc2cd05
2000
-
05
-
08
Nick
Clifton
<
nickc
@cygnus
.
com
>
*
config
/
i386
/
i386
.
h
(
ELIMINABLE_REGS
)
:
Fix
comment
.
2000
-
05
-
08
Bruce
Korb
<
bkorb
@gnu
.
org
>
*
fixinc
/
mkfixinc
.
sh
:
fixinc
.
sco
is
no
longer
used
...
...
gcc/config/i386/i386.h
View file @
afc2cd05
...
...
@@ -1465,10 +1465,11 @@ pop{l} %0" \
followed by "to". Eliminations of the same "from" register are listed
in order of preference.
We have three registers that can be eliminated on the i386. First, the
hard frame pointer register can often be eliminated in favor of the stack
pointer register. Secondly, the argument and frame pointer register can
always be eliminated; They are replaced with either the stack or frame pointer. */
There are two registers that can always be eliminated on the i386.
The frame pointer and the arg pointer can be replaced by either the
hard frame pointer or to the stack pointer, depending upon the
circumstances. The hard frame pointer is not used before reload and
so it is not eligible for elimination. */
#define ELIMINABLE_REGS \
{{ ARG_POINTER_REGNUM, STACK_POINTER_REGNUM}, \
...
...
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