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
9b731bbb
Commit
9b731bbb
authored
21 years ago
by
Alan Modra
Committed by
Alan Modra
21 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/rs6000/rs6000.md: Remove duplicate pattern.
From-SVN: r73068
parent
c4361cd7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
15 deletions
+4
-15
gcc/ChangeLog
+4
-0
gcc/config/rs6000/rs6000.md
+0
-15
No files found.
gcc/ChangeLog
View file @
9b731bbb
2003-10-30 Alan Modra <amodra@bigpond.net.au>
* config/rs6000/rs6000.md: Remove duplicate pattern.
2003-10-29 Hans-Peter Nilsson <hp@axis.com>
* real.c (do_divide): Initialize result with a 0.
...
...
This diff is collapsed.
Click to expand it.
gcc/config/rs6000/rs6000.md
View file @
9b731bbb
...
...
@@ -12209,21 +12209,6 @@
"")
(define_insn ""
[
(set (match_operand:CC 3 "cc_reg_operand" "=x,?y")
(compare:CC
(leu:DI (match_operand:DI 1 "gpc_reg_operand" "r,r")
(match_operand:DI 2 "reg_or_short_operand" "rI,rI"))
(const_int 0)))
(set (match_operand:DI 0 "gpc_reg_operand" "=r,r")
(leu:DI (match_dup 1) (match_dup 2)))]
"TARGET_64BIT"
"@
subf%I2c %0,%1,%2
\;
li %0,0
\;
adde. %0,%0,%0
#"
[
(set_attr "type" "compare")
(set_attr "length" "12,16")])
(define_insn ""
[
(set (match_operand:SI 0 "gpc_reg_operand" "=&r")
(plus:SI (leu:SI (match_operand:SI 1 "gpc_reg_operand" "r")
(match_operand:SI 2 "reg_or_short_operand" "rI"))
...
...
This diff is collapsed.
Click to expand it.
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