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
b1016f1c
Commit
b1016f1c
authored
May 18, 1997
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(mov[qhs]i,movstrict[qs]i, mulsi3): Use 'Q' constraint for TARGET_5200.
From-SVN: r14090
parent
02385fc5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
gcc/config/m68k/m68k.md
+7
-7
No files found.
gcc/config/m68k/m68k.md
View file @
b1016f1c
...
@@ -935,8 +935,8 @@
...
@@ -935,8 +935,8 @@
}")
}")
(define_insn ""
(define_insn ""
[
(set (match_operand:SI 0 "general_operand" "=r
<>
,g,o")
[
(set (match_operand:SI 0 "general_operand" "=r
<
Q
>
,g,o")
(match_operand:SI 1 "general_operand" "g,r
<>
,o"))]
(match_operand:SI 1 "general_operand" "g,r
<
Q
>
,o"))]
"TARGET_5200"
"TARGET_5200"
"
*
return output_move_simode (operands);")
"
*
return output_move_simode (operands);")
...
@@ -953,8 +953,8 @@
...
@@ -953,8 +953,8 @@
"
*
return output_move_himode (operands);")
"
*
return output_move_himode (operands);")
(define_insn ""
(define_insn ""
[
(set (match_operand:HI 0 "general_operand" "=r
<>
,g,o")
[
(set (match_operand:HI 0 "general_operand" "=r
<
Q
>
,g,o")
(match_operand:HI 1 "general_operand" "g,r
<>
,o"))]
(match_operand:HI 1 "general_operand" "g,r
<
Q
>
,o"))]
"TARGET_5200"
"TARGET_5200"
"
*
return output_move_himode (operands);")
"
*
return output_move_himode (operands);")
...
@@ -989,8 +989,8 @@
...
@@ -989,8 +989,8 @@
"
*
return output_move_qimode (operands);")
"
*
return output_move_qimode (operands);")
(define_insn ""
(define_insn ""
[
(set (match_operand:QI 0 "general_operand" "=d
*a<>,d*
am,o")
[
(set (match_operand:QI 0 "general_operand" "=d
*a<
Q
>,d*
am,o")
(match_operand:QI 1 "general_operand" "d
*ami,d*
a
<>
,o"))]
(match_operand:QI 1 "general_operand" "d
*ami,d*
a
<
Q
>
,o"))]
"TARGET_5200"
"TARGET_5200"
"
*
return output_move_qimode (operands);")
"
*
return output_move_qimode (operands);")
...
@@ -2842,7 +2842,7 @@
...
@@ -2842,7 +2842,7 @@
(define_insn ""
(define_insn ""
[
(set (match_operand:SI 0 "general_operand" "=d")
[
(set (match_operand:SI 0 "general_operand" "=d")
(mult:SI (match_operand:SI 1 "general_operand" "%0")
(mult:SI (match_operand:SI 1 "general_operand" "%0")
(match_operand:SI 2 "general_operand" "d
<>
")))]
(match_operand:SI 2 "general_operand" "d
<
Q
>
")))]
"TARGET_5200"
"TARGET_5200"
"muls%.l %2,%0")
"muls%.l %2,%0")
...
...
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