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
f74c83fd
Commit
f74c83fd
authored
Nov 30, 1993
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(movdf): Don't need earlyclobber when a register is copied to itself.
From-SVN: r6170
parent
5ded5b76
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/config/m68k/m68k.md
+3
-3
No files found.
gcc/config/m68k/m68k.md
View file @
f74c83fd
...
...
@@ -1121,14 +1121,14 @@
}")
(define_insn "movdf"
[
(set (match_operand:DF 0 "general_operand" "=rm,rf,&rof
<>
,y,rm,x,!x,!rm")
(match_operand:DF 1 "general_operand" "rf,m,rofE
<>
,rmE,y,xH,rm,x"))]
[
(set (match_operand:DF 0 "general_operand" "=rm,rf,
rf,
&rof
<>
,y,rm,x,!x,!rm")
(match_operand:DF 1 "general_operand" "rf,m,
0,
rofE
<>
,rmE,y,xH,rm,x"))]
;
[
(set (match_operand:DF 0 "general_operand" "=rm,&rf,&rof
<>
")
; (match_operand:DF 1 "general_operand" "rf,m,rofF
<>
"))]
""
"
*
{
if (which_alternative ==
6
)
if (which_alternative ==
7
)
return
\"
fpmove%.d %x1,fpa0
\;
fpmove%.d fpa0,%x0
\"
;
if (FPA_REG_P (operands
[
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