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
a6a715ca
Commit
a6a715ca
authored
Dec 02, 1998
by
Joseph Myers
Committed by
Jeff Law
Dec 02, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pdp11.md (extendsfdf2): Fix mode mismatch in SET.
From-SVN: r24066
parent
c3f2a476
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/pdp11/pdp11.md
+1
-1
No files found.
gcc/ChangeLog
View file @
a6a715ca
1998
-
12
-
02
Joseph
S
.
Myers
<
jsm28
@cam
.
ac
.
uk
>
*
pdp11
.
md
(
extendsfdf2
)
:
Fix
mode
mismatch
in
SET
.
Wed
Dec
2
11
:
23
:
07
1998
Jim
Wilson
<
wilson
@cygnus
.
com
>
*
reload
.
c
(
find_reloads
)
:
When
force
const
to
memory
,
put
result
...
...
gcc/config/pdp11/pdp11.md
View file @
a6a715ca
...
...
@@ -778,7 +778,7 @@
(define_insn "extendsfdf2"
[
(set (match_operand:DF 0 "register_operand" "=a,a,a")
(float_extend:
S
F (match_operand:SF 1 "general_operand" "r,R,Q")))]
(float_extend:
D
F (match_operand:SF 1 "general_operand" "r,R,Q")))]
"TARGET_FPU"
"@
mov %1, -(sp)
\;
ldcfd (sp)+,%0
...
...
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