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
7034d31b
Commit
7034d31b
authored
Sep 06, 2006
by
Nick Clifton
Committed by
Nick Clifton
Sep 06, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/frv/frv.h (EXTRA_MEMORY_CONSTRAINT): Define.
From-SVN: r116719
parent
1a3053d6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
gcc/ChangeLog
+4
-0
gcc/config/frv/frv.h
+3
-0
No files found.
gcc/ChangeLog
View file @
7034d31b
2006
-
09
-
06
Nick
Clifton
<
nickc
@redhat
.
com
>
*
config
/
frv
/
frv
.
h
(
EXTRA_MEMORY_CONSTRAINT
)
:
Define
.
2006
-
09
-
05
Andrew
Pinski
<
pinskia
@physics
.
uc
.
edu
>
2006
-
09
-
05
Andrew
Pinski
<
pinskia
@physics
.
uc
.
edu
>
PR
tree
-
opt
/
28937
PR
tree
-
opt
/
28937
...
...
gcc/config/frv/frv.h
View file @
7034d31b
...
@@ -1376,6 +1376,9 @@ extern enum reg_class reg_class_from_letter[];
...
@@ -1376,6 +1376,9 @@ extern enum reg_class reg_class_from_letter[];
: (C) == 'U' ? EXTRA_CONSTRAINT_FOR_U (VALUE) \
: (C) == 'U' ? EXTRA_CONSTRAINT_FOR_U (VALUE) \
: 0)
: 0)
#define EXTRA_MEMORY_CONSTRAINT(C,STR) \
((C) == 'U' || (C) == 'R' || (C) == 'T')
#define CONSTRAINT_LEN(C, STR) \
#define CONSTRAINT_LEN(C, STR) \
((C) == 'D' ? 3 : DEFAULT_CONSTRAINT_LEN ((C), (STR)))
((C) == 'D' ? 3 : DEFAULT_CONSTRAINT_LEN ((C), (STR)))
...
...
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