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
93f83bd5
Commit
93f83bd5
authored
Feb 17, 1998
by
J"orn Rennecke
Committed by
Joern Rennecke
Feb 17, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* i386.md (adddi3): Add =!r,0,0,X alternative.
From-SVN: r18030
parent
c30ddbc9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
gcc/ChangeLog
+4
-0
gcc/config/i386/i386.md
+4
-4
No files found.
gcc/ChangeLog
View file @
93f83bd5
Tue Feb 17 10:14:32 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
* i386.md (adddi3): Add =!r,0,0,X alternative.
Mon Feb 16 16:13:43 1998 David Edelsohn <edelsohn@mhpcc.edu>
Mon Feb 16 16:13:43 1998 David Edelsohn <edelsohn@mhpcc.edu>
* rs6000.h (MY_ISCOFF): Add numeric value of U803XTOCMAGIC.
* rs6000.h (MY_ISCOFF): Add numeric value of U803XTOCMAGIC.
...
...
gcc/config/i386/i386.md
View file @
93f83bd5
...
@@ -2900,10 +2900,10 @@
...
@@ -2900,10 +2900,10 @@
}")
}")
(define_insn "adddi3"
(define_insn "adddi3"
[
(set (match_operand:DI 0 "general_operand" "=&r,&ro,o,!&r,!o,!o")
[
(set (match_operand:DI 0 "general_operand" "=&r,&ro,
!r,
o,!&r,!o,!o")
(plus:DI (match_operand:DI 1 "general_operand" "%0,0,0iF,or,riF,o")
(plus:DI (match_operand:DI 1 "general_operand" "%0,0,0
,0
iF,or,riF,o")
(match_operand:DI 2 "general_operand" "o,riF,or,or,oriF,o")))
(match_operand:DI 2 "general_operand" "o,riF,
0,
or,or,oriF,o")))
(clobber (match_scratch:SI 3 "=X,X,&r,X,&r,&r"))]
(clobber (match_scratch:SI 3 "=X,X,
X,
&r,X,&r,&r"))]
""
""
"
*
"
*
{
{
...
...
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