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
74f171be
Commit
74f171be
authored
Apr 09, 1994
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(mulhi3): Use SImode for MULT RTL.
From-SVN: r7011
parent
4c64b884
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/config/i386/i386.md
+3
-3
No files found.
gcc/config/i386/i386.md
View file @
74f171be
...
@@ -2301,14 +2301,14 @@
...
@@ -2301,14 +2301,14 @@
(define_insn ""
(define_insn ""
[
(set (match_operand:HI 0 "general_operand" "=r")
[
(set (match_operand:HI 0 "general_operand" "=r")
(mult:
S
I (match_operand:HI 1 "general_operand" "%0")
(mult:
H
I (match_operand:HI 1 "general_operand" "%0")
(match_operand:HI 2 "general_operand" "r")))]
(match_operand:HI 2 "general_operand" "r")))]
"GET_CODE (operands
[
2
]
) == CONST_INT && INTVAL (operands
[
2
]
) == 0x80"
"GET_CODE (operands
[
2
]
) == CONST_INT && INTVAL (operands
[
2
]
) == 0x80"
"
*
return AS2 (imul%W0,%2,%0);")
"
*
return AS2 (imul%W0,%2,%0);")
(define_insn "mulhi3"
(define_insn "mulhi3"
[
(set (match_operand:HI 0 "general_operand" "=r,r")
[
(set (match_operand:HI 0 "general_operand" "=r,r")
(mult:
S
I (match_operand:HI 1 "general_operand" "%0,rm")
(mult:
H
I (match_operand:HI 1 "general_operand" "%0,rm")
(match_operand:HI 2 "general_operand" "g,i")))]
(match_operand:HI 2 "general_operand" "g,i")))]
""
""
"
*
"
*
...
@@ -2345,7 +2345,7 @@
...
@@ -2345,7 +2345,7 @@
(define_insn ""
(define_insn ""
[
(set (match_operand:HI 0 "general_operand" "=a")
[
(set (match_operand:HI 0 "general_operand" "=a")
(mult:
S
I (zero_extend:HI
(mult:
H
I (zero_extend:HI
(match_operand:QI 1 "nonimmediate_operand" "%0"))
(match_operand:QI 1 "nonimmediate_operand" "%0"))
(zero_extend:HI
(zero_extend:HI
(match_operand:QI 2 "nonimmediate_operand" "qm"))))]
(match_operand:QI 2 "nonimmediate_operand" "qm"))))]
...
...
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