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
027b95a6
Commit
027b95a6
authored
Mar 03, 1994
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(mskXl): Add missing NOT in patterns.
From-SVN: r6691
parent
af37348a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
gcc/config/alpha/alpha.md
+9
-8
No files found.
gcc/config/alpha/alpha.md
View file @
027b95a6
...
...
@@ -873,10 +873,11 @@
(define_insn ""
[
(set (match_operand:DI 0 "register_operand" "=r")
(and:DI (ashift:DI
(match_operand:DI 2 "mode_mask_operand" "n")
(ashift:DI (match_operand:DI 3 "reg_or_8bit_operand" "rI")
(const_int 3)))
(and:DI (not:DI (ashift:DI
(match_operand:DI 2 "mode_mask_operand" "n")
(ashift:DI
(match_operand:DI 3 "reg_or_8bit_operand" "rI")
(const_int 3))))
(match_operand:DI 1 "reg_or_0_operand" "rJ")))]
""
"msk%U2l %r1,%3,%0")
...
...
@@ -2760,8 +2761,8 @@
(set (match_operand:DI 2 "register_operand" "")
(match_dup 0))
(set (match_dup 3)
(and:DI (ashift:DI (const_int 255)
(ashift:DI (match_dup 2) (const_int 3
)))
(and:DI (
not:DI (
ashift:DI (const_int 255)
(ashift:DI (match_dup 2) (const_int 3)
)))
(match_dup 3)))
(set (match_operand:DI 4 "register_operand" "")
(ashift:DI (zero_extend:DI (match_operand:QI 1 "register_operand" ""))
...
...
@@ -2794,8 +2795,8 @@
(set (match_operand:DI 4 "register_operand" "")
(mem:DI (match_dup 3)))
(set (match_operand:DI 5 "register_operand" "")
(and:DI (ashift:DI (const_int 65535)
(ashift:DI (match_dup 2) (const_int 3
)))
(and:DI (
not:DI (
ashift:DI (const_int 65535)
(ashift:DI (match_dup 2) (const_int 3)
)))
(match_dup 4)))
(set (match_operand:DI 6 "register_operand" "")
(ashift:DI (zero_extend:DI (match_operand:HI 1 "register_operand" ""))
...
...
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