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
ae0cab49
Commit
ae0cab49
authored
Apr 25, 1993
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(movdf): Add a define split.
From-SVN: r4217
parent
401db791
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
gcc/config/sparc/sparc.md
+12
-0
No files found.
gcc/config/sparc/sparc.md
View file @
ae0cab49
...
@@ -1223,6 +1223,18 @@
...
@@ -1223,6 +1223,18 @@
[
(set_attr "type" "store,load,move,store,load")
[
(set_attr "type" "store,load,move,store,load")
(set_attr "length" "1,1,2,3,3")])
(set_attr "length" "1,1,2,3,3")])
(define_split
[
(set (match_operand:DF 0 "register_operand" "")
(match_operand:DF 1 "register_operand" ""))]
"reload_completed"
[
(set (match_dup 2) (match_dup 3))
(set (match_dup 4) (match_dup 5))]
"
{ operands
[
2
]
= operand_subword (operands
[
0
]
, 0, 0, DFmode);
operands
[
3
]
= operand_subword (operands
[
1
]
, 0, 0, DFmode);
operands
[
4
]
= operand_subword (operands
[
0
]
, 1, 0, DFmode);
operands
[
5
]
= operand_subword (operands
[
1
]
, 1, 0, DFmode); }")
(define_insn ""
(define_insn ""
[
(set (mem:DF (match_operand:SI 0 "symbolic_operand" "i,i"))
[
(set (mem:DF (match_operand:SI 0 "symbolic_operand" "i,i"))
(match_operand:DF 1 "reg_or_0_operand" "rf,G"))
(match_operand:DF 1 "reg_or_0_operand" "rf,G"))
...
...
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