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
50000e86
Commit
50000e86
authored
Oct 06, 2011
by
Nick Clifton
Committed by
Nick Clifton
Oct 06, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/rx/rx.md (smin3): Revert previous delta.
From-SVN: r179596
parent
0147184e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
+9
-5
gcc/ChangeLog
+4
-0
gcc/config/rx/rx.md
+5
-5
No files found.
gcc/ChangeLog
View file @
50000e86
2011-10-06 Nick Clifton <nickc@redhat.com>
* config/rx/rx.md (smin3): Revert previous delta.
2011-10-06 Richard Guenther <rguenther@suse.de>
2011-10-06 Richard Guenther <rguenther@suse.de>
PR tree-optimization/38884
PR tree-optimization/38884
gcc/config/rx/rx.md
View file @
50000e86
...
@@ -1199,11 +1199,11 @@
...
@@ -1199,11 +1199,11 @@
(set_attr "timings" "11,11,11,11,11,33")]
(set_attr "timings" "11,11,11,11,11,33")]
)
)
(define_insn "smin
<int
_modes:mode
>
3"
(define_insn "smin
si
3"
[
(set (match_operand:
int_modes
0 "register_operand" "=r,r,r,r,r,r")
[
(set (match_operand:
SI
0 "register_operand" "=r,r,r,r,r,r")
(smin:
int_modes (match_operand:int_modes
1 "register_operand" "%0,0,0,0,0,0")
(smin:
SI (match_operand:SI
1 "register_operand" "%0,0,0,0,0,0")
(match_operand:
int_modes
2 "rx_source_operand"
(match_operand:
SI
2 "rx_source_operand"
"r,Sint08,Sint16,Sint24,i,Q")))]
"r,Sint08,Sint16,Sint24,i,Q")))]
""
""
"min
\t
%Q2, %0"
"min
\t
%Q2, %0"
[
(set_attr "length" "3,4,5,6,7,6")
[
(set_attr "length" "3,4,5,6,7,6")
...
...
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