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
ad027eae
Commit
ad027eae
authored
May 06, 2000
by
Richard Earnshaw
Committed by
Richard Earnshaw
May 06, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* arm.h (SPECIAL_MODE_PREDICATES): Define.
From-SVN: r33724
parent
41e3f998
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
gcc/ChangeLog
+2
-0
gcc/config/arm/arm.h
+7
-0
No files found.
gcc/ChangeLog
View file @
ad027eae
...
@@ -10,6 +10,8 @@
...
@@ -10,6 +10,8 @@
*
arm
.
md
(
call_value_symbol
)
:
Remove
predicate
from
op2
.
*
arm
.
md
(
call_value_symbol
)
:
Remove
predicate
from
op2
.
*
arm
.
h
(
SPECIAL_MODE_PREDICATES
)
:
Define
.
Sat
May
6
06
:
25
:
56
2000
Richard
Kenner
<
kenner
@vlsi1
.
ultra
.
nyu
.
edu
>
Sat
May
6
06
:
25
:
56
2000
Richard
Kenner
<
kenner
@vlsi1
.
ultra
.
nyu
.
edu
>
*
expr
.
c
(
get_subtarget
)
:
New
function
.
*
expr
.
c
(
get_subtarget
)
:
New
function
.
...
...
gcc/config/arm/arm.h
View file @
ad027eae
...
@@ -2874,4 +2874,11 @@ extern int making_const_table;
...
@@ -2874,4 +2874,11 @@ extern int making_const_table;
{"logical_binary_operator", {AND, IOR, XOR}}, \
{"logical_binary_operator", {AND, IOR, XOR}}, \
{"dominant_cc_register", {REG}},
{"dominant_cc_register", {REG}},
/* Define this if you have special predicates that know special things
about modes. Genrecog will warn about certain forms of
match_operand without a mode; if the operand predicate is listed in
SPECIAL_MODE_PREDICATES, the warning will be suppressed. */
#define SPECIAL_MODE_PREDICATES \
"cc_register", "dominant_cc_register",
#endif
/* __ARM_H__ */
#endif
/* __ARM_H__ */
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