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
8cad673c
Commit
8cad673c
authored
Nov 08, 1998
by
Richard Henderson
Committed by
Richard Henderson
Nov 08, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* alpha.md (call, call_value) [OSF]: Correct alt 3 insn length.
From-SVN: r23579
parent
5148a72b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/config/alpha/alpha.md
+2
-2
No files found.
gcc/ChangeLog
View file @
8cad673c
Mon
Nov
9
00
:
39
:
02
1998
Richard
Henderson
<
rth
@cygnus
.
com
>
*
alpha
.
md
(
call
,
call_value
)
[
OSF
]
:
Correct
alt
3
insn
length
.
Sun
Nov
8
17
:
50
:
30
1998
Kaveh
R
.
Ghazi
<
ghazi
@caip
.
rutgers
.
edu
>
*
gansidecl
.
h
:
Prepend
a
"G"
to
the
macro
wrapping
this
file
...
...
gcc/config/alpha/alpha.md
View file @
8cad673c
...
...
@@ -3722,7 +3722,7 @@
bsr $26,$%0..ng
jsr $26,%0
\;
ldgp $29,0($26)"
[
(set_attr "type" "jsr")
(set_attr "length" "12,
*
,1
2
")])
(set_attr "length" "12,
*
,1
6
")])
(define_insn ""
[
(call (mem:DI (match_operand:DI 0 "call_operand" "r,R,i"))
...
...
@@ -3762,7 +3762,7 @@
bsr $26,$%1..ng
jsr $26,%1
\;
ldgp $29,0($26)"
[
(set_attr "type" "jsr")
(set_attr "length" "12,
*
,1
2
")])
(set_attr "length" "12,
*
,1
6
")])
(define_insn ""
[
(set (match_operand 0 "register_operand" "=rf,rf,rf")
...
...
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