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
55895a7a
Commit
55895a7a
authored
Aug 25, 1998
by
Nick Clifton
Committed by
Nick Clifton
Aug 25, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fi xexecute/bcp-1.c: Treat CONSTANT_P_RTX as a general operand in movsi.
From-SVN: r21972
parent
bca9e8f7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/ChangeLog
+5
-0
gcc/config/v850/v850.c
+1
-0
No files found.
gcc/ChangeLog
View file @
55895a7a
Tue Aug 25 13:35:20 1998 Nick Clifton <nickc@cygnus.com>
* config/v850/v850.c (movsi_source_operand): Treat CONSTANT_P_RTX
as an ordinary operand.
Tue Aug 25 12:54:57 1998 Jason Merrill <jason@yorick.cygnus.com>
Tue Aug 25 12:54:57 1998 Jason Merrill <jason@yorick.cygnus.com>
* tree.c (valid_machine_attribute): Don't apply attributes to both
* tree.c (valid_machine_attribute): Don't apply attributes to both
...
...
gcc/config/v850/v850.c
View file @
55895a7a
...
@@ -955,6 +955,7 @@ movsi_source_operand (op, mode)
...
@@ -955,6 +955,7 @@ movsi_source_operand (op, mode)
must be done with HIGH & LO_SUM patterns. */
must be done with HIGH & LO_SUM patterns. */
if
(
CONSTANT_P
(
op
)
if
(
CONSTANT_P
(
op
)
&&
GET_CODE
(
op
)
!=
HIGH
&&
GET_CODE
(
op
)
!=
HIGH
&&
GET_CODE
(
op
)
!=
CONSTANT_P_RTX
&&
!
(
GET_CODE
(
op
)
==
CONST_INT
&&
!
(
GET_CODE
(
op
)
==
CONST_INT
&&
(
CONST_OK_FOR_J
(
INTVAL
(
op
))
&&
(
CONST_OK_FOR_J
(
INTVAL
(
op
))
||
CONST_OK_FOR_K
(
INTVAL
(
op
))
||
CONST_OK_FOR_K
(
INTVAL
(
op
))
...
...
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