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
1f8197a8
Commit
1f8197a8
authored
Jul 13, 1994
by
Richard Earnshaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
({save,restore}_stack_nonlocal): Delete.
From-SVN: r7754
parent
688743e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
26 deletions
+0
-26
gcc/config/arm/arm.md
+0
-26
No files found.
gcc/config/arm/arm.md
View file @
1f8197a8
...
...
@@ -5341,32 +5341,6 @@
DONE;
")
(define_expand "save_stack_nonlocal"
[
(match_operand:DI 0 "memory_operand" "")
(match_operand:SI 1 "s_register_operand" "")]
""
"
{
/
* We also need to save the frame pointer for non-local gotos *
/
emit_move_insn (operand_subword (operands
[
0
]
, 0, 0, DImode),
hard_frame_pointer_rtx);
emit_move_insn (operand_subword (operands
[
0
]
, 1, 0, DImode), operands
[
1
]
);
DONE;
}")
(define_expand "restore_stack_nonlocal"
[
(match_operand:SI 0 "s_register_operand" "")
(match_operand:DI 1 "memory_operand" "")]
""
"
{
/
* Restore the frame pointer first, the stack pointer second. *
/
emit_move_insn (operands
[
0
]
, operand_subword (operands
[
1
]
, 1, 0, DImode));
emit_move_insn (hard_frame_pointer_rtx, operand_subword (operands
[
1
]
, 0, 0,
DImode));
DONE;
}")
;; This split is only used during output to reduce the number of patterns
;; that need assembler instructions adding to them. We allowed the setting
;; of the conditions to be implicit during rtl generation so that
...
...
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