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
4a692617
Commit
4a692617
authored
Jan 12, 2002
by
Nick Clifton
Committed by
Nick Clifton
Jan 12, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use MODE_BASE_REG_CLASS in legitimize macros.
From-SVN: r48798
parent
9566a90c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
gcc/ChangeLog
+6
-0
gcc/config/arm/arm.h
+3
-3
No files found.
gcc/ChangeLog
View file @
4a692617
2002-01-12 Nick Clifton <nickc@cambridge.redhat.com>
* config/arm/arm.h (ARM_LEGITIMIZE_RELOAD_ADDRESS): Use
MODE_BASE_REG_CLASS.
(THUMB_LEGITIMIZE_RELOAD_ADDRESS): Use MODE_BASE_REG_CLASS.
2002-01-12 Richard Henderson <rth@redhat.com>
* config/i386/i386.c (override_options): If SSE, enable sse prefetch.
...
...
gcc/config/arm/arm.h
View file @
4a692617
...
...
@@ -1287,8 +1287,8 @@ enum reg_class
GEN_INT (high)), \
GEN_INT (low)); \
push_reload (XEXP (X, 0), NULL_RTX, &XEXP (X, 0), NULL, \
BASE_REG_CLASS, GET_MODE (X), VOIDmode, 0, 0,
\
OPNUM, TYPE);
\
MODE_BASE_REG_CLASS (MODE), GET_MODE (X),
\
VOIDmode, 0, 0, OPNUM, TYPE);
\
goto WIN; \
} \
} \
...
...
@@ -1314,7 +1314,7 @@ enum reg_class
rtx orig_X = X; \
X = copy_rtx (X); \
push_reload (orig_X, NULL_RTX, &X, NULL, \
BASE_REG_CLASS,
\
MODE_BASE_REG_CLASS (MODE),
\
Pmode, VOIDmode, 0, 0, OPNUM, TYPE); \
goto WIN; \
} \
...
...
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