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
637166fe
Commit
637166fe
authored
Apr 26, 1996
by
Doug Evans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* sparc/sparc.md (smacsi,smacdi,umacdi): Fix constraint on operand 0.
From-SVN: r11896
parent
d0981662
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/config/sparc/sparc.md
+3
-3
No files found.
gcc/config/sparc/sparc.md
View file @
637166fe
...
...
@@ -4007,7 +4007,7 @@
; sparclet multiply/accumulate insns
(define_insn "
*
smacsi"
[
(set (match_operand:SI 0 "register_operand" "
+
r")
[
(set (match_operand:SI 0 "register_operand" "
=
r")
(plus:SI (mult:SI (match_operand:SI 1 "register_operand" "%r")
(match_operand:SI 2 "arith_operand" "rI"))
(match_operand:SI 3 "register_operand" "0")))]
...
...
@@ -4016,7 +4016,7 @@
[
(set_attr "type" "imul")
]
)
(define_insn "
*
smacdi"
[
(set (match_operand:DI 0 "register_operand" "
+
r")
[
(set (match_operand:DI 0 "register_operand" "
=
r")
(plus:DI (mult:DI (sign_extend:DI
(match_operand:SI 1 "register_operand" "%r"))
(sign_extend:DI
...
...
@@ -4027,7 +4027,7 @@
[
(set_attr "type" "imul")
]
)
(define_insn "
*
umacdi"
[
(set (match_operand:DI 0 "register_operand" "
+
r")
[
(set (match_operand:DI 0 "register_operand" "
=
r")
(plus:DI (mult:DI (zero_extend:DI
(match_operand:SI 1 "register_operand" "%r"))
(zero_extend:DI
...
...
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