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
a1e205cf
Commit
a1e205cf
authored
Feb 26, 2010
by
Nick Clifton
Committed by
Nick Clifton
Feb 26, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/rx/rx.md (sminsi3): Remove bogus alternative.
From-SVN: r157091
parent
a3af5e26
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
7 deletions
+10
-7
gcc/ChangeLog
+4
-0
gcc/config/rx/rx.md
+6
-7
No files found.
gcc/ChangeLog
View file @
a1e205cf
2010-02-26 Nick Clifton <nickc@redhat.com>
* config/rx/rx.md (sminsi3): Remove bogus alternative.
2010-02-26 H.J. Lu <hongjiu.lu@intel.com>
* config.gcc: Support --with-fpmath=sse for x86.
...
...
gcc/config/rx/rx.md
View file @
a1e205cf
...
...
@@ -845,10 +845,10 @@
)
(define_insn "sminsi3"
[
(set (match_operand:SI 0 "register_operand" "=r,r,r,r,r,r
,r
")
(smin:SI (match_operand:SI 1 "register_operand" "%0,0,0,0,0,0
,r
")
[
(set (match_operand:SI 0 "register_operand" "=r,r,r,r,r,r")
(smin:SI (match_operand:SI 1 "register_operand" "%0,0,0,0,0,0")
(match_operand:SI 2 "rx_source_operand"
"r,Sint08,Sint16,Sint24,i,Q
,r
")))]
"r,Sint08,Sint16,Sint24,i,Q")))]
""
"@
min
\t
%Q2, %0
...
...
@@ -856,10 +856,9 @@
min
\t
%Q2, %0
min
\t
%Q2, %0
min
\t
%Q2, %0
min
\t
%Q2, %0
mov.l
\t
%1,%0
\n\t
min
\t
%Q2, %0"
[
(set_attr "length" "3,4,5,6,7,6,5")
(set_attr "timings" "11,11,11,11,11,33,22")]
min
\t
%Q2, %0"
[
(set_attr "length" "3,4,5,6,7,6")
(set_attr "timings" "11,11,11,11,11,33")]
)
(define_insn "mulsi3"
...
...
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