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
7a34bba9
Commit
7a34bba9
authored
Sep 09, 2006
by
Andreas Schwab
Committed by
Andreas Schwab
Sep 09, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/m68k/m68k.md (bungt_rev): New pattern.
From-SVN: r116801
parent
05f8c2d5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
gcc/ChangeLog
+4
-0
gcc/config/m68k/m68k.md
+11
-0
No files found.
gcc/ChangeLog
View file @
7a34bba9
2006
-
09
-
10
Andreas
Schwab
<
schwab
@suse
.
de
>
*
config
/
m68k
/
m68k
.
md
(
bungt_rev
)
:
New
pattern
.
2006
-
09
-
09
Paolo
Bonzini
<
bonzini
@gnu
.
org
>
2006
-
09
-
09
Paolo
Bonzini
<
bonzini
@gnu
.
org
>
Dale
Johannesen
<
dalej
@apple
.
com
>
Dale
Johannesen
<
dalej
@apple
.
com
>
...
...
gcc/config/m68k/m68k.md
View file @
7a34bba9
...
@@ -6164,6 +6164,17 @@
...
@@ -6164,6 +6164,17 @@
return MOTOROLA ? "fbolt %l0" : "fjolt %l0";
return MOTOROLA ? "fbolt %l0" : "fjolt %l0";
})
})
(define_insn "
*
bungt_rev"
[
(set (pc)
(if_then_else (ungt (cc0) (const_int 0))
(pc)
(label_ref (match_operand 0 "" ""))))]
"TARGET_68881"
{
gcc_assert (cc_prev_status.flags & CC_IN_68881);
return MOTOROLA ? "fbole %l0" : "fjole %l0";
})
(define_insn "
*
bunle_rev"
(define_insn "
*
bunle_rev"
[
(set (pc)
[
(set (pc)
(if_then_else (unle (cc0) (const_int 0))
(if_then_else (unle (cc0) (const_int 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