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
3877ce45
Commit
3877ce45
authored
Apr 19, 2012
by
David Edelsohn
Committed by
David Edelsohn
Apr 19, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/rs6000/sync.md (fetchop_name): Change ior attribute to "or".
From-SVN: r186599
parent
6802bcd4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/config/rs6000/sync.md
+1
-1
No files found.
gcc/ChangeLog
View file @
3877ce45
2012-04-19 David Edelsohn <dje.gcc@gmail.com>
* config/rs6000/sync.md (fetchop_name): Change ior attribute to "or".
2012-04-19 Jim Meyering <meyering@redhat.com>
genmodes: remove misleading use of strncpy
...
...
gcc/config/rs6000/sync.md
View file @
3877ce45
...
...
@@ -24,7 +24,7 @@
(define_code_iterator FETCHOP
[
plus minus ior xor and
]
)
(define_code_attr fetchop_name
[
(plus "add") (minus "sub") (ior "
i
or") (xor "xor") (and "and")
]
)
[
(plus "add") (minus "sub") (ior "or") (xor "xor") (and "and")
]
)
(define_code_attr fetchop_pred
[
(plus "add_operand") (minus "gpc_reg_operand")
(ior "logical_operand") (xor "logical_operand") (and "and_operand")])
...
...
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