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
467a1bf1
Commit
467a1bf1
authored
Nov 24, 2008
by
Maxim Kuvyrkov
Committed by
Maxim Kuvyrkov
Nov 24, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/m68k/m68k.md (cmpdi): Use (scratch) instead of pseudo.
From-SVN: r142176
parent
370d36c6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ChangeLog
+4
-0
gcc/config/m68k/m68k.md
+3
-3
No files found.
gcc/ChangeLog
View file @
467a1bf1
2008
-
11
-
24
Maxim
Kuvyrkov
<
maxim
@codesourcery
.
com
>
*
config
/
m68k
/
m68k
.
md
(
cmpdi
)
:
Use
(
scratch
)
instead
of
pseudo
.
2008
-
11
-
24
Richard
Sandiford
<
rdsandiford
@googlemail
.
com
>
*
config
/
mips
/
mips
.
h
(
ASM_OUTPUT_DEBUG_LABEL
)
:
Define
.
...
...
gcc/config/m68k/m68k.md
View file @
467a1bf1
...
...
@@ -432,15 +432,15 @@
[
(set (cc0)
(compare (match_operand:DI 0 "nonimmediate_operand" "")
(match_operand:DI 1 "general_operand" "")))
(clobber (match_
dup 2
))])]
(clobber (match_
scratch:DI 2 ""
))])]
""
"m68k_last_compare_had_fp_operands = 0;
operands
[
2
]
= gen_reg_rtx (DImode);
")
"m68k_last_compare_had_fp_operands = 0;")
(define_insn ""
[
(set (cc0)
(compare (match_operand:DI 1 "nonimmediate_operand" "0,d")
(match_operand:DI 2 "general_operand" "d,0")))
(clobber (match_
operand:DI 0 "register_operand"
"=d,d"))]
(clobber (match_
scratch:DI 0
"=d,d"))]
""
{
if (rtx_equal_p (operands
[
0
]
, operands
[
1
]
))
...
...
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