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
4aa95f0d
Commit
4aa95f0d
authored
Nov 03, 1999
by
Jeffrey A Law
Committed by
Jeff Law
Nov 03, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pa.md (negdi2): Turn into expander + anonymous pattern.
From-SVN: r30374
parent
6f04382a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
+9
-1
gcc/ChangeLog
+2
-0
gcc/config/pa/pa.md
+7
-1
No files found.
gcc/ChangeLog
View file @
4aa95f0d
...
...
@@ -4,6 +4,8 @@ Wed Nov 3 12:12:59 1999 Bernd Schmidt <bernds@cygnus.co.uk>
Wed
Nov
3
03
:
26
:
28
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
pa
.
md
(
negdi2
)
:
Turn
into
expander
+
anonymous
pattern
.
*
reload
.
c
(
find_reloads
)
:
Fix
typos
in
recent
change
.
*
dwarf2out
.
c
:
Do
not
include
ctype
.
h
.
...
...
gcc/config/pa/pa.md
View file @
4aa95f0d
...
...
@@ -3623,7 +3623,13 @@
[
(set_attr "type" "binary")
(set_attr "length" "4")])
(define_insn "negdi2"
(define_expand "negdi2"
[
(set (match_operand:DI 0 "register_operand" "")
(neg:DI (match_operand:DI 1 "register_operand" "")))]
""
"")
(define_insn ""
[
(set (match_operand:DI 0 "register_operand" "=r")
(neg:DI (match_operand:DI 1 "register_operand" "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