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
6e487492
Commit
6e487492
authored
Mar 07, 2001
by
Richard Henderson
Committed by
Richard Henderson
Mar 07, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/alpha/alpha.md (call_osf_1_noreturn): New pattern.
From-SVN: r40297
parent
232f749b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
gcc/ChangeLog
+4
-0
gcc/config/alpha/alpha.md
+14
-0
No files found.
gcc/ChangeLog
View file @
6e487492
2001-03-07 Richard Henderson <rth@redhat.com>
* config/alpha/alpha.md (call_osf_1_noreturn): New pattern.
2001-03-07 Richard Henderson <rth@redhat.com>
* emit-rtl.c (remove_unnecessary_notes): Verify proper nesting
of block notes and exception handling notes.
...
...
gcc/config/alpha/alpha.md
View file @
6e487492
...
...
@@ -4276,6 +4276,20 @@
}
}")
(define_insn "
*
call_osf_1_noreturn"
[
(call (mem:DI (match_operand:DI 0 "call_operand" "c,R,i"))
(match_operand 1 "" ""))
(clobber (reg:DI 27))
(clobber (reg:DI 26))]
"! TARGET_WINDOWS_NT && ! TARGET_OPEN_VMS
&& find_reg_note (insn, REG_NORETURN, NULL_RTX)"
"@
jsr $26,($27),0
bsr $26,$%0..ng
jsr $26,%0"
[
(set_attr "type" "jsr")
(set_attr "length" "
*,*
,8")])
(define_insn "
*
call_osf_1"
[
(call (mem:DI (match_operand:DI 0 "call_operand" "c,R,i"))
(match_operand 1 "" ""))
...
...
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