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
cc5ec3fc
Commit
cc5ec3fc
authored
Jan 26, 1996
by
Stan Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(mulu.di): Enable for -m88110
From-SVN: r11108
parent
6fa02a05
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
+7
-8
gcc/config/m88k/m88k.md
+7
-8
No files found.
gcc/config/m88k/m88k.md
View file @
cc5ec3fc
...
@@ -2729,14 +2729,13 @@
...
@@ -2729,14 +2729,13 @@
"mul %0,%1,%2"
"mul %0,%1,%2"
[(set_attr "type" "imul")])
[(set_attr "type" "imul")])
;; Loses for acvs/P60504.c (mod case) on 88110
(define_insn "umulsidi3"
;; (define_insn "umulsidi3"
[(set (match_operand:DI 0 "register_operand" "=r")
;; [(set (match_operand:DI 0 "register_operand" "=r")
(mult:DI (zero_extend:DI (match_operand:SI 1 "register_operand" "%r"))
;; (mult:DI (zero_extend:DI (match_operand:SI 1 "register_operand" "%r"))
(zero_extend:DI (match_operand:SI 2 "register_operand" "r"))))]
;; (zero_extend:DI (match_operand:SI 2 "register_operand" "r"))))]
"TARGET_88110"
;; "TARGET_88110"
"mulu.d %0,%1,%2"
;; "mulu.d %0,%1,%2"
[(set_attr "type" "imul")])
;; [(set_attr "type" "imul")])
;; patterns for mixed mode floating point
;; patterns for mixed mode floating point
;; Do not define patterns that utilize mixed mode arithmetic that result
;; Do not define patterns that utilize mixed mode arithmetic that result
...
...
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