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
a1627d80
Commit
a1627d80
authored
Aug 18, 2004
by
James E Wilson
Committed by
Jim Wilson
Aug 18, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a simple typo.
* config/mips/sb1.md (ir_sb1_divsf_1pipe): Renamed from ...1pipes. From-SVN: r86218
parent
9ff6992e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
gcc/ChangeLog
+2
-0
gcc/config/mips/sb1.md
+1
-1
No files found.
gcc/ChangeLog
View file @
a1627d80
2004-08-18 James E Wilson <wilson@specifixinc.com>
* config/mips/sb1.md (ir_sb1_divsf_1pipe): Renamed from ...1pipes.
* config/mips/mips.md (type): Add frdiv.
(divsf3+1, divsf3+2): Change type to frdiv.
* config/mips/sb1.md (ir_sb1_recipsf_2pipes, ir_sb1_recipsf_1pipe,
...
...
gcc/config/mips/sb1.md
View file @
a1627d80
...
...
@@ -411,7 +411,7 @@
(eq_attr "sb1_fp_pipes" "two"))))
"sb1_fp1 | sb1_fp0")
(define_insn_reservation "ir_sb1_divsf_1pipe
s
" 24
(define_insn_reservation "ir_sb1_divsf_1pipe" 24
(and (eq_attr "cpu" "sb1")
(and (eq_attr "type" "fdiv")
(and (eq_attr "mode" "SF")
...
...
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