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
640667cb
Commit
640667cb
authored
Oct 01, 1994
by
Michael Meissner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prefer float registers for movdf.
From-SVN: r8192
parent
a784882b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/config/i386/i386.md
+3
-3
No files found.
gcc/config/i386/i386.md
View file @
640667cb
...
@@ -1084,7 +1084,7 @@
...
@@ -1084,7 +1084,7 @@
}
}
}")
}")
(define_insn "movsf_push
386
"
(define_insn "movsf_push
_nomove
"
[
(set (match_operand:SF 0 "push_operand" "=<,<")
[
(set (match_operand:SF 0 "push_operand" "=<,<")
(match_operand:SF 1 "general_operand" "gF,f"))]
(match_operand:SF 1 "general_operand" "gF,f"))]
"!TARGET_MOVE"
"!TARGET_MOVE"
...
@@ -1323,8 +1323,8 @@
...
@@ -1323,8 +1323,8 @@
;; For the purposes of regclass, prefer FLOAT_REGS.
;; For the purposes of regclass, prefer FLOAT_REGS.
(define_insn "movdf_normal"
(define_insn "movdf_normal"
[
(set (match_operand:DF 0 "general_operand" "=
*rfm,*
rf,
f,!
*
rm")
[
(set (match_operand:DF 0 "general_operand" "=
f,fm,!
*r
f,!*
rm")
(match_operand:DF 1 "general_operand" "
*rf,*
rfm,fG,
fF"))]
(match_operand:DF 1 "general_operand" "
fmG,f,
*rfm,*
r
fF"))]
"(!TARGET_MOVE || GET_CODE (operands
[
0
]
) != MEM) || (GET_CODE (operands
[
1
]
) != MEM)"
"(!TARGET_MOVE || GET_CODE (operands
[
0
]
) != MEM) || (GET_CODE (operands
[
1
]
) != MEM)"
"
*
"
*
{
{
...
...
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