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
6181e18d
Commit
6181e18d
authored
Oct 26, 1992
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
entered into RCS
From-SVN: r2616
parent
a6f12d7c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
gcc/config/alpha/alpha.md
+4
-4
No files found.
gcc/config/alpha/alpha.md
View file @
6181e18d
...
...
@@ -2391,28 +2391,28 @@
(define_insn ""
[
(set (match_operand:HI 0 "nonimmediate_operand" "=r,r,r,r,f,f")
(match_operand:HI 1 "input_operand" "r,J,I,
K
,f,J"))]
(match_operand:HI 1 "input_operand" "r,J,I,
n
,f,J"))]
"register_operand (operands
[
0
]
, HImode)
|| register_operand (operands
[
1
]
, HImode)"
"@
bis %1,%1,%0
bis $31,$31,%0
bis $31,%1,%0
lda %0,%1
lda %0,%
L
1
cpys %1,%1,%0
cpys $f31,$f31,%0"
[
(set_attr "type" "iaddlog,iaddlog,iaddlog,iaddlog,fpop,fpop")
]
)
(define_insn ""
[
(set (match_operand:QI 0 "nonimmediate_operand" "=r,r,r,r,f,f")
(match_operand:QI 1 "input_operand" "r,J,I,
K
,f,J"))]
(match_operand:QI 1 "input_operand" "r,J,I,
n
,f,J"))]
"register_operand (operands
[
0
]
, QImode)
|| register_operand (operands
[
1
]
, QImode)"
"@
bis %1,%1,%0
bis $31,$31,%0
bis $31,%1,%0
lda %0,%1
lda %0,%
L
1
cpys %1,%1,%0
cpys $f31,$f31,%0"
[
(set_attr "type" "iaddlog,iaddlog,iaddlog,iaddlog,fpop,fpop")
]
)
...
...
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