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
e228410e
Commit
e228410e
authored
Aug 28, 1993
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(EXTRA_CONSTRAINT): Delete 'S'.
From-SVN: r5222
parent
c6965c0f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
gcc/config/sparc/sparc.h
+0
-6
No files found.
gcc/config/sparc/sparc.h
View file @
e228410e
...
@@ -1172,8 +1172,6 @@ extern struct rtx_def *sparc_builtin_saveregs ();
...
@@ -1172,8 +1172,6 @@ extern struct rtx_def *sparc_builtin_saveregs ();
&& ! symbolic_memory_operand (OP, VOIDmode)) \
&& ! symbolic_memory_operand (OP, VOIDmode)) \
|| (reload_in_progress && GET_CODE (OP) == REG \
|| (reload_in_progress && GET_CODE (OP) == REG \
&& REGNO (OP) >= FIRST_PSEUDO_REGISTER)) \
&& REGNO (OP) >= FIRST_PSEUDO_REGISTER)) \
: (C) == 'S' \
? (CONSTANT_P (OP) || memory_address_p (Pmode, OP)) \
: (C) == 'T' \
: (C) == 'T' \
? (mem_aligned_8 (OP)) \
? (mem_aligned_8 (OP)) \
: (C) == 'U' \
: (C) == 'U' \
...
@@ -1193,10 +1191,6 @@ extern struct rtx_def *sparc_builtin_saveregs ();
...
@@ -1193,10 +1191,6 @@ extern struct rtx_def *sparc_builtin_saveregs ();
? (REGNO (OP) >= FIRST_PSEUDO_REGISTER \
? (REGNO (OP) >= FIRST_PSEUDO_REGISTER \
&& reg_renumber[REGNO (OP)] < 0) \
&& reg_renumber[REGNO (OP)] < 0) \
: GET_CODE (OP) == MEM) \
: GET_CODE (OP) == MEM) \
: (C) == 'S' \
? (CONSTANT_P (OP) \
|| (GET_CODE (OP) == REG && reg_renumber[REGNO (OP)] > 0) \
|| strict_memory_address_p (Pmode, OP)) \
: (C) == 'T' \
: (C) == 'T' \
? mem_aligned_8 (OP) && strict_memory_address_p (Pmode, XEXP (OP, 0)) \
? mem_aligned_8 (OP) && strict_memory_address_p (Pmode, XEXP (OP, 0)) \
: (C) == 'U' \
: (C) == 'U' \
...
...
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