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
ca8e02b0
Commit
ca8e02b0
authored
Jun 14, 1994
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(RELOAD_FOR_OPADDR_ADDR): New reload class.
From-SVN: r7460
parent
460dcab4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
gcc/reload.h
+4
-1
No files found.
gcc/reload.h
View file @
ca8e02b0
...
@@ -71,6 +71,8 @@ extern rtx reload_reg_rtx[MAX_RELOADS];
...
@@ -71,6 +71,8 @@ extern rtx reload_reg_rtx[MAX_RELOADS];
RELOAD_FOR_OPERAND_ADDRESS reload for the address of a non-reloaded
RELOAD_FOR_OPERAND_ADDRESS reload for the address of a non-reloaded
operand; these don't conflict with
operand; these don't conflict with
any other addresses.
any other addresses.
RELOAD_FOR_OPADDR_ADDR reload needed for RELOAD_FOR_OPERAND_ADDRESS
reloads; usually secondary reloads
RELOAD_OTHER none of the above, usually multiple uses
RELOAD_OTHER none of the above, usually multiple uses
RELOAD_FOR_OTHER_ADDRESS reload for part of the address of an input
RELOAD_FOR_OTHER_ADDRESS reload for part of the address of an input
that is marked RELOAD_OTHER.
that is marked RELOAD_OTHER.
...
@@ -82,7 +84,8 @@ enum reload_type
...
@@ -82,7 +84,8 @@ enum reload_type
{
{
RELOAD_FOR_INPUT
,
RELOAD_FOR_OUTPUT
,
RELOAD_FOR_INSN
,
RELOAD_FOR_INPUT
,
RELOAD_FOR_OUTPUT
,
RELOAD_FOR_INSN
,
RELOAD_FOR_INPUT_ADDRESS
,
RELOAD_FOR_OUTPUT_ADDRESS
,
RELOAD_FOR_INPUT_ADDRESS
,
RELOAD_FOR_OUTPUT_ADDRESS
,
RELOAD_FOR_OPERAND_ADDRESS
,
RELOAD_OTHER
,
RELOAD_FOR_OTHER_ADDRESS
RELOAD_FOR_OPERAND_ADDRESS
,
RELOAD_FOR_OPADDR_ADDR
,
RELOAD_OTHER
,
RELOAD_FOR_OTHER_ADDRESS
};
};
extern
enum
reload_type
reload_when_needed
[
MAX_RELOADS
];
extern
enum
reload_type
reload_when_needed
[
MAX_RELOADS
];
...
...
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