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
e15ee990
Commit
e15ee990
authored
Dec 31, 1992
by
James Van Artsdalen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(movsf,movdf): Change constraints to use integer regs for mem-mem copies.
From-SVN: r3004
parent
e69033b4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
4 deletions
+12
-4
gcc/config/i386/i386.md
+12
-4
No files found.
gcc/config/i386/i386.md
View file @
e15ee990
...
...
@@ -770,9 +770,13 @@
return AS1 (push%L1,%1);
}")
;; The constraints used to be:
;; op 0 "=f,fm,!*rf,!*rm"
;; op 1 "fmG,f,*rfm,*rfF"
(define_insn "movsf"
[(set (match_operand:SF 0 "general_operand" "=
f,fm,!*r
f,!*rm")
(match_operand:SF 1 "general_operand" "
fmG,f,*rfm,*r
fF"))]
[(set (match_operand:SF 0 "general_operand" "=
*rf,*rfm,
f,!*rm")
(match_operand:SF 1 "general_operand" "
*rfm,*rf,fG,
fF"))]
""
"*
{
...
...
@@ -867,9 +871,13 @@
return AS1 (fxch,%0);
}")
;; The constraints used to be:
;; op 0 "=f,fm,!*rf,!*rm"
;; op 1 "fmG,f,*rfm,*rfF"
(define_insn "movdf"
[(set (match_operand:DF 0 "general_operand" "=
f,fm,!*r
f,!*rm")
(match_operand:DF 1 "general_operand" "
fmG,f,*rfm,*r
fF"))]
[(set (match_operand:DF 0 "general_operand" "=
*rf,*rfm,
f,!*rm")
(match_operand:DF 1 "general_operand" "
*rfm,*rf,fG,
fF"))]
""
"*
{
...
...
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