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
8860adf4
Commit
8860adf4
authored
Nov 08, 2010
by
Paul Koning
Committed by
Paul Koning
Nov 08, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/pdp11/pdp11.md (negsi2): Fix wrong code.
From-SVN: r166467
parent
e285a2c6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
gcc/ChangeLog
+4
-0
gcc/config/pdp11/pdp11.md
+1
-2
No files found.
gcc/ChangeLog
View file @
8860adf4
2010
-
11
-
08
Paul
Koning
<
ni1d
@arrl
.
net
>
*
config
/
pdp11
/
pdp11
.
md
(
negsi2
)
:
Fix
wrong
code
.
2010
-
11
-
08
Paul
Koning
<
ni1d
@arrl
.
net
>
*
config
/
pdp11
/
pdp11
.
c
(
pdp11_assemble_integer
)
:
Mask
byte
values
to
8
bits
.
gcc/config/pdp11/pdp11.md
View file @
8860adf4
...
...
@@ -1091,9 +1091,8 @@
lateoperands
[
1
]
= operands
[
1
]
;
operands
[
1
]
= gen_rtx_REG (HImode, REGNO (operands
[
1
]
) + 1);
output_asm_insn (
\"
com %0
\"
, operands);
output_asm_insn (
\"
com %0
\"
, lateoperands);
output_asm_insn (
\"
inc
%0
\"
, operands);
output_asm_insn (
\"
neg
%0
\"
, operands);
output_asm_insn (
\"
adc %0
\"
, lateoperands);
return
\"\"
;
...
...
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