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
e06981b0
Commit
e06981b0
authored
25 years ago
by
Richard Henderson
Committed by
Richard Henderson
25 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* i386.md (movdf_1, movxf_1): Earlyclobber general regs destination.
From-SVN: r30432
parent
c683f030
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/config/i386/i386.md
+2
-2
No files found.
gcc/ChangeLog
View file @
e06981b0
Sat
Nov
6
09
:
52
:
09
1999
Richard
Henderson
<
rth
@cygnus
.
com
>
*
i386
.
md
(
movdf_1
,
movxf_1
)
:
Earlyclobber
general
regs
destination
.
Sat
Nov
6
07
:
48
:
59
1999
Catherine
Moore
<
clm
@cygnus
.
com
>
*
config
/
svr4
.
h
(
ASM_DECLARE_FUNCTION
)
:
Check
if
already
...
...
This diff is collapsed.
Click to expand it.
gcc/config/i386/i386.md
View file @
e06981b0
...
...
@@ -1855,7 +1855,7 @@
}")
(define_insn "*movdf_1"
[(set (match_operand:DF 0 "nonimmediate_operand" "=f,m,f,*r,m,*r")
[(set (match_operand:DF 0 "nonimmediate_operand" "=f,m,f,*
&
r,m,*r")
(match_operand:DF 1 "general_operand" "fm,f,G,*rm,*r,G"))]
""
"*
...
...
@@ -1980,7 +1980,7 @@
}")
(define_insn "*movxf_1"
[(set (match_operand:XF 0 "nonimmediate_operand" "=f,m,f,*r,o")
[(set (match_operand:XF 0 "nonimmediate_operand" "=f,m,f,*
&
r,o")
(match_operand:XF 1 "general_operand" "fm,f,G,*ro,*r"))]
""
"*
...
...
This diff is collapsed.
Click to expand it.
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