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
f24ec84c
Commit
f24ec84c
authored
Apr 14, 1992
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r741
parent
645894f8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
gcc/config/sparc/sparc.md
+5
-7
No files found.
gcc/config/sparc/sparc.md
View file @
f24ec84c
...
...
@@ -1011,8 +1011,8 @@
;; ??? A similar pattern for SF mode values would also be useful, but it
;; is not as easy to write.
(define_insn ""
[
(set (match_operand:DF 0 "general_operand" "=?r,
r,
f,o")
(match_operand:DF 1 "" "?E,
G,
m,G"))]
[
(set (match_operand:DF 0 "general_operand" "=?r,f,o")
(match_operand:DF 1 "" "?E,m,G"))]
"GET_CODE (operands
[
1
]
) == CONST_DOUBLE"
"
*
{
...
...
@@ -1021,16 +1021,14 @@
case 0:
return output_move_double (operands);
case 1:
return
\"
mov %%g0,%0
\;
mov %%g0,%R0
\"
;
case 2:
return output_fp_move_double (operands);
case
3
:
case
2
:
operands
[
1
]
= adj_offsettable_operand (operands
[
0
]
, 4);
return
\"
st %%g0,%0
\;
st %%g0,%1
\"
;
}
}"
[
(set_attr "type" "load,
move,
fpload,store")
(set_attr "length" "3,
2,
3,3")])
[
(set_attr "type" "load,fpload,store")
(set_attr "length" "3,3,3")])
(define_expand "movdf"
[
(set (match_operand:DF 0 "general_operand" "")
...
...
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