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
e9335bb6
Commit
e9335bb6
authored
Jul 16, 1997
by
Richard Earnshaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(*push_fp_multi): New pattern.
From-SVN: r14459
parent
4677cb4b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
gcc/config/arm/arm.md
+17
-0
No files found.
gcc/config/arm/arm.md
View file @
e9335bb6
...
...
@@ -5977,6 +5977,23 @@
}"
[
(set_attr "type" "store4")
]
)
;; Similarly for the the floating point registers
(define_insn "
*
push_fp_multi"
[
(match_parallel 2 "multi_register_push"
[
(set (match_operand:BLK 0 "memory_operand" "=m")
(unspec:BLK
[
(match_operand:XF 1 "f_register_operand" "f")
]
2))])]
""
"
*
{
char pattern
[
100
]
;
int i;
sprintf (pattern,
\"
sfmfd
\\
t%%1, %d,
[
%%m0
]
!
\"
, XVECLEN (operands
[
2
]
, 0));
output_asm_insn (pattern, operands);
return
\"\"
;
}"
[
(set_attr "type" "f_store")
]
)
;; Special patterns for dealing with the constant pool
(define_insn "consttable_4"
...
...
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