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
1062f15a
Commit
1062f15a
authored
Jun 11, 2002
by
Andreas Schwab
Committed by
Andreas Schwab
Jun 11, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/m68k/m68k.h (PREDICATE_CODES): Define.
From-SVN: r54494
parent
ce3649d2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
gcc/ChangeLog
+4
-0
gcc/config/m68k/m68k.h
+15
-0
No files found.
gcc/ChangeLog
View file @
1062f15a
2002-06-11 Andreas Schwab <schwab@suse.de>
* config/m68k/m68k.h (PREDICATE_CODES): Define.
2002-06-11 Eric Christopher <echristo@redhat.com>
* doc/tm.texi (Run-time Target): Add comment about flag_iso
...
...
gcc/config/m68k/m68k.h
View file @
1062f15a
...
...
@@ -1943,6 +1943,21 @@ extern int m68k_align_funcs;
extern
int
m68k_last_compare_had_fp_operands
;
/* Define the codes that are matched by predicates in m68k.c. */
#define PREDICATE_CODES \
{"general_src_operand", {CONST_INT, CONST_DOUBLE, CONST, SYMBOL_REF, \
LABEL_REF, SUBREG, REG, MEM}}, \
{"nonimmediate_src_operand", {SUBREG, REG, MEM}}, \
{"memory_src_operand", {SUBREG, MEM}}, \
{"not_sp_operand", {SUBREG, REG, MEM}}, \
{"pcrel_address", {SYMBOL_REF, LABEL_REF, CONST}}, \
{"const_uint32_operand", {CONST_INT, CONST_DOUBLE}}, \
{"const_sint32_operand", {CONST_INT}}, \
{"valid_dbcc_comparison_p", {EQ, NE, GTU, LTU, GEU, LEU, \
GT, LT, GE, LE}}, \
{"extend_operator", {SIGN_EXTEND, ZERO_EXTEND}},
/*
Local variables:
version-control: t
...
...
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