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
6500b83f
Commit
6500b83f
authored
Feb 06, 1995
by
Torbjorn Granlund
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(PREDICATE_CODES): Fix many errors. Enable.
From-SVN: r8870
parent
3296aff4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
gcc/config/pa/pa.h
+8
-8
No files found.
gcc/config/pa/pa.h
View file @
6500b83f
...
...
@@ -2120,7 +2120,7 @@ extern struct rtx_def *hppa_save_pic_table_rtx;
#if 0
#define PREDICATE_CODES \
{"reg_or_0_operand", {SUBREG, REG, CONST_INT
}},
\
{"reg_or_0_operand", {SUBREG, REG, CONST_INT
, CONST_DOUBLE}},
\
{"reg_or_cint_move_operand", {SUBREG, REG, CONST_INT}}, \
{"arith_operand", {SUBREG, REG, CONST_INT}}, \
{"arith32_operand", {SUBREG, REG, CONST_INT}}, \
...
...
@@ -2142,15 +2142,15 @@ extern struct rtx_def *hppa_save_pic_table_rtx;
{"movb_comparison_operator", {EQ, NE, LT, GE}}, \
{"pc_or_label_operand", {LABEL_REF, PC}}, \
{"symbolic_operand", {SYMBOL_REF, LABEL_REF, CONST}}, \
{"reg_or_nonsymb_mem_operand", {REG, SUBREG, MEM}}, \
{"move_operand", {REG, SUBREG, CONST_INT, MEM}}, \
{"pic_operand", {REG, SUBREG, CONST_INT, SYMBOL_REF, LABEL_REF, \
CONST, HIGH, PC}}, /* No clue */ \
{"reg_or_nonsymb_mem_operand", {SUBREG, REG, MEM}}, \
{"move_operand", {SUBREG, REG, CONST_INT, MEM}}, \
{"pic_label_operand", {LABEL_REF, CONST}}, \
{"function_label_operand", {SYMBOL_REF}}, \
{"reg_or_0_or_nonsymb_mem_operand", {REG, SUBREG, CONST_INT, MEM}}, \
{"reg_or_0_or_nonsymb_mem_operand", {SUBREG, REG, CONST_INT, \
CONST_DOUBLE, MEM}}, \
{"div_operand", {REG, CONST_INT}}, \
{"call_operand_address", {
LABEL_REF, SYMBO
L_REF, CONST_INT, \
CONST, HIGH}},
{"call_operand_address", {
SYMBOL_REF, LABE
L_REF, CONST_INT, \
CONST
_DOUBLE, CONST
, HIGH}},
#endif
#define DO_GLOBAL_DTORS_BODY \
...
...
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