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
b441fbb0
Commit
b441fbb0
authored
17 years ago
by
Steve Ellcey
Committed by
Steve Ellcey
17 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/ia64/div.md (m2subrf4_cond): Change 'g' to 'G'.
From-SVN: r127246
parent
db24f669
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ChangeLog
+4
-0
gcc/config/ia64/div.md
+3
-3
No files found.
gcc/ChangeLog
View file @
b441fbb0
2007-08-06 Steve Ellcey <sje@cup.hp.com>
* config/ia64/div.md (m2subrf4_cond): Change 'g' to 'G'.
2007-08-06 Steve Ellcey <sje@cup.hp.com>
* config/ia64/ia64.h (MODES_TIEABLE_P): Fix typo.
2007-08-06 H.J. Lu <hongjiu.lu@intel.com>
...
...
This diff is collapsed.
Click to expand it.
gcc/config/ia64/div.md
View file @
b441fbb0
...
...
@@ -140,10 +140,10 @@
(if_then_else:RF (ne:RF (match_operand:BI 1 "register_operand" "c,c")
(const_int 0))
(minus:RF
(match_operand:RF 2 "fr_reg_or_fp01_operand" "f
g
,fG")
(match_operand:RF 2 "fr_reg_or_fp01_operand" "f
G
,fG")
(mult:RF
(match_operand:RF 3 "fr_reg_or_fp01_operand" "f
g
,fG")
(match_operand:RF 4 "fr_reg_or_fp01_operand" "f
g
,fG")))
(match_operand:RF 3 "fr_reg_or_fp01_operand" "f
G
,fG")
(match_operand:RF 4 "fr_reg_or_fp01_operand" "f
G
,fG")))
(match_operand:RF 5 "fr_reg_or_0_operand" "0,H")))
(use (match_operand:SI 6 "const_int_operand" ""))
(use (match_operand:SI 7 "const_int_operand" ""))]
...
...
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