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
8106dc08
Commit
8106dc08
authored
Dec 15, 1995
by
Michael Meissner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes from Torbjorn/Dje
From-SVN: r10728
parent
34f016ed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletions
+15
-1
gcc/config/rs6000/rs6000.md
+15
-1
No files found.
gcc/config/rs6000/rs6000.md
View file @
8106dc08
...
...
@@ -3715,6 +3715,20 @@
[
(set_attr "type" "imul")
(set_attr "length" "8")])
(define_insn "umulsidi3"
[
(set (match_operand:DI 0 "gpc_reg_operand" "=&r")
(mult:DI (zero_extend:DI (match_operand:SI 1 "gpc_reg_operand" "%r"))
(zero_extend:DI (match_operand:SI 2 "gpc_reg_operand" "r"))))]
"TARGET_POWERPC && ! TARGET_POWERPC64"
"
*
{
return (WORDS_BIG_ENDIAN)
?
\"
mulhwu %0,%1,%2
\;
mullw %L0,%1,%2
\"
:
\"
mulhwu %L0,%1,%2
\;
mullw %0,%1,%2
\"
;
}"
[
(set_attr "type" "imul")
(set_attr "length" "8")])
(define_expand "smulsi3_highpart"
[
(set (match_operand:SI 0 "gpc_reg_operand" "")
(truncate:SI
...
...
@@ -7206,7 +7220,7 @@
""
"@
{sf|subfc} %0,%2,%1
\;
{sfe|subfe} %0,%0,%0
\;
nand %0,%0,%0
{sfi|subfic} %0,%1,-1
\;
a%I2
%0,%0,%2
\;
{sfe|subfe} %0,%0,%0"
{sfi|subfic} %0,%1,-1
\;
{a%I2|add%I2c}
%0,%0,%2
\;
{sfe|subfe} %0,%0,%0"
[
(set_attr "length" "12")
]
)
(define_insn ""
...
...
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