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
0ccf5264
Commit
0ccf5264
authored
Dec 10, 2014
by
Segher Boessenkool
Committed by
Segher Boessenkool
Dec 10, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/rs6000/rs6000.md (*add<mode>3): Remove condition.
From-SVN: r218598
parent
f5ae5a23
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/rs6000.md
+1
-1
No files found.
gcc/ChangeLog
View file @
0ccf5264
2014
-
12
-
10
Segher
Boessenkool
<
segher
@
kernel
.
crashing
.
org
>
*
config
/
rs6000
/
rs6000
.
md
(*
add
<
mode
>
3
):
Remove
condition
.
2014
-
12
-
10
Segher
Boessenkool
<
segher
@
kernel
.
crashing
.
org
>
*
config
/
rs6000
/
40
x
.
md
(
ppc403
-
compare
):
Remove
"compare"
.
config
/
rs6000
/
440.
md
(
ppc440
-
compare
):
Remove
"compare"
.
config
/
rs6000
/
476.
md
(
ppc476
-
compare
):
Remove
"compare"
.
gcc/config/rs6000/rs6000.md
View file @
0ccf5264
...
...
@@ -1506,7 +1506,7 @@
[
(set (match_operand:GPR 0 "gpc_reg_operand" "=r,r,r")
(plus:GPR (match_operand:GPR 1 "gpc_reg_operand" "%r,b,b")
(match_operand:GPR 2 "add_operand" "r,I,L")))]
"
!DECIMAL_FLOAT_MODE_P (GET_MODE (operands
[
0
]
)) && !DECIMAL_FLOAT_MODE_P (GET_MODE (operands
[
1
]
))
"
""
"@
add %0,%1,%2
addi %0,%1,%2
...
...
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