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
b67bfdf7
Commit
b67bfdf7
authored
32 years ago
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(zero_extendqi*i2): Delete never matched constraints.
From-SVN: r3521
parent
21d90119
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
9 deletions
+7
-9
gcc/config/sparc/sparc.md
+7
-9
No files found.
gcc/config/sparc/sparc.md
View file @
b67bfdf7
...
...
@@ -1376,14 +1376,13 @@
"")
(define_insn ""
[
(set (match_operand:HI 0 "register_operand" "=r,r
,r
")
(zero_extend:HI (match_operand:QI 1 "sparc_operand" "r,
I,
Q")))]
[
(set (match_operand:HI 0 "register_operand" "=r,r")
(zero_extend:HI (match_operand:QI 1 "sparc_operand" "r,Q")))]
"GET_CODE (operands
[
1
]
) != CONST_INT"
"@
and %1,0xff,%0;
mov (%1 & 0xff),%0
and %1,0xff,%0
ldub %1,%0"
[
(set_attr "type" "unary,
move,
load")
[
(set_attr "type" "unary,load")
(set_attr "length" "1")])
(define_expand "zero_extendqisi2"
...
...
@@ -1393,14 +1392,13 @@
"")
(define_insn ""
[
(set (match_operand:SI 0 "register_operand" "=r,r
,r
")
(zero_extend:SI (match_operand:QI 1 "sparc_operand" "r,
I,
Q")))]
[
(set (match_operand:SI 0 "register_operand" "=r,r")
(zero_extend:SI (match_operand:QI 1 "sparc_operand" "r,Q")))]
"GET_CODE (operands
[
1
]
) != CONST_INT"
"@
and %1,0xff,%0
mov (%1 & 0xff),%0
ldub %1,%0"
[
(set_attr "type" "unary,
move,
load")
[
(set_attr "type" "unary,load")
(set_attr "length" "1")])
(define_insn ""
...
...
This diff is collapsed.
Click to expand it.
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