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
b07b4e49
Commit
b07b4e49
authored
Oct 21, 1993
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(movdi, movdf, movxf): Delete the & from load case.
From-SVN: r5856
parent
13832d15
Hide 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 @
b07b4e49
...
@@ -1109,7 +1109,7 @@
...
@@ -1109,7 +1109,7 @@
}")
}")
(define_insn "movdf"
(define_insn "movdf"
[
(set (match_operand:DF 0 "general_operand" "=rm,
&
rf,&rof
<>
,y,rm,x,!x,!rm")
[
(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"))]
(match_operand:DF 1 "general_operand" "rf,m,rofE
<>
,rmE,y,xH,rm,x"))]
;
[
(set (match_operand:DF 0 "general_operand" "=rm,&rf,&rof
<>
")
;
[
(set (match_operand:DF 0 "general_operand" "=rm,&rf,&rof
<>
")
; (match_operand:DF 1 "general_operand" "rf,m,rofF
<>
"))]
; (match_operand:DF 1 "general_operand" "rf,m,rofF
<>
"))]
...
@@ -1217,7 +1217,7 @@
...
@@ -1217,7 +1217,7 @@
")
")
(define_insn ""
(define_insn ""
[
(set (match_operand:XF 0 "nonimmediate_operand" "=rm,
&
rf,&rof
<>
")
[
(set (match_operand:XF 0 "nonimmediate_operand" "=rm,rf,&rof
<>
")
(match_operand:XF 1 "nonimmediate_operand" "rf,m,rof
<>
"))]
(match_operand:XF 1 "nonimmediate_operand" "rf,m,rof
<>
"))]
"! TARGET_68881"
"! TARGET_68881"
"
*
"
*
...
@@ -1260,7 +1260,7 @@
...
@@ -1260,7 +1260,7 @@
;; movdi can apply to fp regs in some cases
;; movdi can apply to fp regs in some cases
(define_insn "movdi"
(define_insn "movdi"
;; Let's see if it really still needs to handle fp regs, and, if so, why.
;; Let's see if it really still needs to handle fp regs, and, if so, why.
[
(set (match_operand:DI 0 "general_operand" "=rm,
&
r,&ro
<>
,y,rm,!
*
x,!rm")
[
(set (match_operand:DI 0 "general_operand" "=rm,r,&ro
<>
,y,rm,!
*
x,!rm")
(match_operand:DI 1 "general_operand" "rF,m,roi
<>
F,rmiF,y,rmF,
*
x"))]
(match_operand:DI 1 "general_operand" "rF,m,roi
<>
F,rmiF,y,rmF,
*
x"))]
;
[
(set (match_operand:DI 0 "general_operand" "=rm,&r,&ro
<>
,!&rm,!&f,y,rm,x,!x,!rm")
;
[
(set (match_operand:DI 0 "general_operand" "=rm,&r,&ro
<>
,!&rm,!&f,y,rm,x,!x,!rm")
; (match_operand:DI 1 "general_operand" "r,m,roi
<>
,fF,rfmF,rmi,y,rm,x"))]
; (match_operand:DI 1 "general_operand" "r,m,roi
<>
,fF,rfmF,rmi,y,rm,x"))]
...
...
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