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
b83b72a6
Commit
b83b72a6
authored
Jul 17, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(tstdi, cmpdi): Use match_scratch, not match_operand.
From-SVN: r10139
parent
e8b87aac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
12 deletions
+6
-12
gcc/config/m68k/m68k.md
+6
-12
No files found.
gcc/config/m68k/m68k.md
View file @
b83b72a6
...
@@ -286,17 +286,14 @@
...
@@ -286,17 +286,14 @@
[
(parallel
[
(parallel
[
(set (cc0)
[
(set (cc0)
(match_operand:DI 0 "nonimmediate_operand" "d"))
(match_operand:DI 0 "nonimmediate_operand" "d"))
(clobber (
match_dup 1
))])]
(clobber (
scratch:DI
))])]
""
""
"
"")
{
operands
[
1
]
= gen_reg_rtx (DImode);
}")
(define_insn ""
(define_insn ""
[
(set (cc0)
[
(set (cc0)
(match_operand:DI 1 "nonimmediate_operand" "0"))
(match_operand:DI 1 "nonimmediate_operand" "0"))
(clobber (match_
operand:DI 0 "register_operand"
"=d"))]
(clobber (match_
scratch:DI 0
"=d"))]
""
""
"
*
"
*
{
{
...
@@ -412,18 +409,15 @@
...
@@ -412,18 +409,15 @@
[
(set (cc0)
[
(set (cc0)
(compare (match_operand:DI 0 "nonimmediate_operand" "")
(compare (match_operand:DI 0 "nonimmediate_operand" "")
(match_operand:DI 1 "general_operand" "")))
(match_operand:DI 1 "general_operand" "")))
(clobber (
match_dup 2
))])]
(clobber (
scratch:DI
))])]
""
""
"
"")
{
operands
[
2
]
= gen_reg_rtx (DImode);
}")
(define_insn ""
(define_insn ""
[
(set (cc0)
[
(set (cc0)
(compare (match_operand:DI 1 "nonimmediate_operand" "0,d")
(compare (match_operand:DI 1 "nonimmediate_operand" "0,d")
(match_operand:DI 2 "general_operand" "d,0")))
(match_operand:DI 2 "general_operand" "d,0")))
(clobber (match_
operand:DI 0 "register_operand"
"=d,d"))]
(clobber (match_
scratch:DI 0
"=d,d"))]
""
""
"
*
"
*
{
{
...
...
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