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
4ba687c8
Commit
4ba687c8
authored
Nov 05, 1998
by
David S. Miller
Committed by
David S. Miller
Nov 04, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/sparc/sparc.md (movdf_const_intreg_sp64): Enable again.
From-SVN: r23535
parent
9da0e39b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
8 deletions
+9
-8
gcc/ChangeLog
+4
-0
gcc/config/sparc/sparc.md
+5
-8
No files found.
gcc/ChangeLog
View file @
4ba687c8
Thu
Nov
5
03
:
42
:
54
1998
David
S
.
Miller
<
davem
@pierdol
.
cobaltmicro
.
com
>
*
config
/
sparc
/
sparc
.
md
(
movdf_const_intreg_sp64
)
:
Enable
again
.
Thu
Nov
5
10
:
53
:
01
1998
Andreas
Schwab
<
schwab
@issan
.
cs
.
uni
-
dortmund
.
de
>
*
configure
.
in
:
Bring
over
gcc2
change
of
Nov
19
1997
.
...
...
gcc/config/sparc/sparc.md
View file @
4ba687c8
...
...
@@ -2949,15 +2949,13 @@
[
(set_attr "type" "move")
(set_attr "length" "1,2,2")])
;; ?? This and split disabled on sparc64... When I change the destination
;; ?? reg to be DImode to emit the constant formation code, the instruction
;; ?? scheduler does not want to believe that it is the same as the DFmode
;; ?? subreg we started with... See the SFmode version of this above to
;; ?? see how it can be handled.
;; Now that we redo life analysis with a clean slate after
;; instruction splitting for sched2 this can work.
(define_insn "
*
movdf_const_intreg_sp64"
[
(set (match_operand:DF 0 "general_operand" "=e,e,r")
(match_operand:DF 1 "" "m,o,F"))]
"0 && TARGET_FPU && TARGET_ARCH64
"TARGET_FPU
&& TARGET_ARCH64
&& GET_CODE (operands
[
1
]
) == CONST_DOUBLE
&& GET_CODE (operands
[
0
]
) == REG"
"
*
...
...
@@ -2973,8 +2971,7 @@
(define_split
[
(set (match_operand:DF 0 "register_operand" "")
(match_operand:DF 1 "const_double_operand" ""))]
"! TARGET_ARCH64
&& TARGET_FPU
"TARGET_FPU
&& GET_CODE (operands
[
1
]
) == CONST_DOUBLE
&& (GET_CODE (operands
[
0
]
) == REG
&& REGNO (operands
[
0
]
) < 32)
...
...
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