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
f06533b5
Commit
f06533b5
authored
Oct 30, 1993
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(mulsidi3 patterns): Fix typo, LSHIFTRT was ASHIFT.
From-SVN: r5947
parent
a20bd775
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/config/m68k/m68k.md
+3
-3
No files found.
gcc/config/m68k/m68k.md
View file @
f06533b5
...
@@ -2575,7 +2575,7 @@
...
@@ -2575,7 +2575,7 @@
(mult:SI (match_operand:SI 1 "register_operand" "")
(mult:SI (match_operand:SI 1 "register_operand" "")
(match_operand:SI 2 "nonimmediate_operand" "")))
(match_operand:SI 2 "nonimmediate_operand" "")))
(set (subreg:SI (match_dup 0) 0)
(set (subreg:SI (match_dup 0) 0)
(truncate:SI (
ashif
t:DI (mult:DI (sign_extend:DI (match_dup 1))
(truncate:SI (
lshiftr
t:DI (mult:DI (sign_extend:DI (match_dup 1))
(sign_extend:DI (match_dup 2)))
(sign_extend:DI (match_dup 2)))
(const_int 32))))])]
(const_int 32))))])]
"TARGET_68020"
"TARGET_68020"
...
@@ -2586,7 +2586,7 @@
...
@@ -2586,7 +2586,7 @@
(mult:SI (match_operand:SI 1 "register_operand" "%0")
(mult:SI (match_operand:SI 1 "register_operand" "%0")
(match_operand:SI 2 "nonimmediate_operand" "dm")))
(match_operand:SI 2 "nonimmediate_operand" "dm")))
(set (match_operand:SI 3 "register_operand" "=d")
(set (match_operand:SI 3 "register_operand" "=d")
(truncate:SI (
ashif
t:DI (mult:DI (sign_extend:DI (match_dup 1))
(truncate:SI (
lshiftr
t:DI (mult:DI (sign_extend:DI (match_dup 1))
(sign_extend:DI (match_dup 2)))
(sign_extend:DI (match_dup 2)))
(const_int 32))))]
(const_int 32))))]
"TARGET_68020"
"TARGET_68020"
...
@@ -2597,7 +2597,7 @@
...
@@ -2597,7 +2597,7 @@
(mult:SI (match_operand:SI 1 "register_operand" "%0")
(mult:SI (match_operand:SI 1 "register_operand" "%0")
(match_operand:SI 2 "const_int_operand" "n")))
(match_operand:SI 2 "const_int_operand" "n")))
(set (match_operand:SI 3 "register_operand" "=d")
(set (match_operand:SI 3 "register_operand" "=d")
(truncate:SI (
ashif
t:DI (mult:DI (sign_extend:DI (match_dup 1))
(truncate:SI (
lshiftr
t:DI (mult:DI (sign_extend:DI (match_dup 1))
(match_dup 2))
(match_dup 2))
(const_int 32))))]
(const_int 32))))]
"TARGET_68020
"TARGET_68020
...
...
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