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
3d46d5af
Commit
3d46d5af
authored
Sep 08, 1999
by
Richard Henderson
Committed by
Richard Henderson
Sep 08, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* alpha.md (call value patterns): Remove the result predicates.
From-SVN: r29214
parent
be91309c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ChangeLog
+4
-0
gcc/config/alpha/alpha.md
+3
-3
No files found.
gcc/ChangeLog
View file @
3d46d5af
Wed
Sep
8
15
:
23
:
54
1999
Ricahrd
Henderson
<
rth
@cygnus
.
com
>
*
alpha
.
md
(
call
value
patterns
)
:
Remove
the
result
predicates
.
Wed
Sep
8
13
:
35
:
38
1999
Richard
Henderson
<
rth
@cygnus
.
com
>
*
Makefile
.
in
(
stmp
-
fixinc
)
:
Remove
extraneous
exit
1
from
...
...
gcc/config/alpha/alpha.md
View file @
3d46d5af
...
...
@@ -3666,7 +3666,7 @@
(set_attr "length" "12,16")])
(define_insn ""
[
(set (match_operand 0 "
register_operand" "=rf,rf,rf
")
[
(set (match_operand 0 "
" "
")
(call (mem:DI (match_operand:DI 1 "call_operand" "r,R,i"))
(match_operand 2 "" "")))
(clobber (reg:DI 27))
...
...
@@ -3680,7 +3680,7 @@
(set_attr "length" "12,
*
,16")])
(define_insn ""
[
(set (match_operand 0 "
register_operand" "=rf,rf,rf
")
[
(set (match_operand 0 "
" "
")
(call (mem:DI (match_operand:DI 1 "call_operand" "r,R,i"))
(match_operand 2 "" "")))
(clobber (reg:DI 26))]
...
...
@@ -3693,7 +3693,7 @@
(set_attr "length" "
*,*
,12")])
(define_insn ""
[
(set (match_operand 0 "
register_operand
" "")
[
(set (match_operand 0 "" "")
(call (mem:DI (match_operand:DI 1 "call_operand" "r,i"))
(match_operand 2 "" "")))
(use (match_operand:DI 3 "general_operand" "r,m"))
...
...
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