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
8cf02b47
Commit
8cf02b47
authored
Sep 03, 1997
by
Jim Wilson
Committed by
Jim Wilson
Sep 02, 1997
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix alpha-linux -mieee bug reported by H.J. Lu.
* alpha.md (floatdisf2-1): New pattern. From-SVN: r15045
parent
49dad301
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
gcc/ChangeLog
+4
-0
gcc/config/alpha/alpha.md
+8
-0
No files found.
gcc/ChangeLog
View file @
8cf02b47
Tue Sep 2 18:09:39 1997 Jim Wilson <wilson@cygnus.com>
* alpha.md (floatdisf2-1): New pattern.
Tue Sep 2 18:41:55 1997 Jeffrey A Law (law@cygnus.com)
* mn10200.h (INITIALIZE_TRAMPOLINE): PC relative instructions
...
...
gcc/config/alpha/alpha.md
View file @
8cf02b47
...
...
@@ -1517,6 +1517,14 @@
"cvt%-qc %R1,%0"
[
(set_attr "type" "fadd")
]
)
(define_insn ""
[
(set (match_operand:SF 0 "register_operand" "=&f")
(float:SF (match_operand:DI 1 "register_operand" "f")))]
"TARGET_FP && alpha_tp == ALPHA_TP_INSN"
"cvtq%,%+%& %1,%0"
[
(set_attr "type" "fadd")
(set_attr "trap" "yes")])
(define_insn "floatdisf2"
[
(set (match_operand:SF 0 "register_operand" "=f")
(float:SF (match_operand:DI 1 "register_operand" "f")))]
...
...
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