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
e0d1958f
Commit
e0d1958f
authored
Jan 19, 2011
by
Richard Henderson
Committed by
Richard Henderson
Jan 19, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mn10300: Use reg_or_am33_const_operand in mulsi3.
From-SVN: r169017
parent
d6be7c36
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
8 deletions
+13
-8
gcc/ChangeLog
+5
-0
gcc/config/mn10300/mn10300.md
+8
-8
No files found.
gcc/ChangeLog
View file @
e0d1958f
2011-01-19 Richard Henderson <rth@redhat.com>
* config/mn10300/mn10300.md (mulsi3): Use reg_or_am33_const_operand.
(*mulsi3): Likewise.
2011-01-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
* config/spu/spu.h (MOVE_RATIO): Return 4 in the !speed case.
...
...
gcc/config/mn10300/mn10300.md
View file @
e0d1958f
...
...
@@ -1013,19 +1013,19 @@
)
(define_expand "mulsi3"
[
(parallel
[
(set (match_operand:SI 0 "register_operand"
""
)
(mult:SI (match_operand:SI 1 "register_operand"
""
)
(match_operand:SI 2 "
nonmemory_operand" "
")))
(clobber (match_scratch:SI 3
""
))
[
(parallel
[
(set (match_operand:SI 0 "register_operand")
(mult:SI (match_operand:SI 1 "register_operand")
(match_operand:SI 2 "
reg_or_am33_const_operand
")))
(clobber (match_scratch:SI 3))
(clobber (reg:CC CC_REG))])]
""
)
(define_insn "
*
mulsi3"
[
(set (match_operand:SI 0 "register_operand" "=D, r,r")
(mult:SI (match_operand:SI 2 "register_operand" "%0, 0,r")
(match_operand:SI 3 "
nonmemory
_operand" " D,ri,r")))
(clobber (match_scratch:SI 1 "=z, z,r"))
[
(set (match_operand:SI 0 "register_operand"
"=D, r,r")
(mult:SI (match_operand:SI 2 "register_operand"
"%0, 0,r")
(match_operand:SI 3 "
reg_or_am33_const
_operand" " D,ri,r")))
(clobber (match_scratch:SI 1
"=z, z,r"))
(clobber (reg:CC CC_REG))]
""
{
...
...
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