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
14f3e03b
Commit
14f3e03b
authored
May 18, 2000
by
Richard Henderson
Committed by
Richard Henderson
May 18, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/h8300/h8300.md (subs patterns): Use %G to negate.
From-SVN: r33986
parent
009ac3d3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
gcc/ChangeLog
+2
-0
gcc/config/h8300/h8300.md
+3
-3
No files found.
gcc/ChangeLog
View file @
14f3e03b
2000
-
05
-
18
Richard
Henderson
<
rth
@cygnus
.
com
>
*
config
/
h8300
/
h8300
.
md
(
subs
patterns
)
:
Use
%
G
to
negate
.
*
config
/
h8300
/
h8300
.
c
(
ok_for_bclr
)
:
Take
a
HOST_WIDE_INT
.
(
small_power_of_two
)
:
Likewise
;
use
exact_log2
.
(
adds_subs_operand
,
one_insn_adds_subs_operand
)
:
Remove
.
...
...
gcc/config/h8300/h8300.md
View file @
14f3e03b
...
...
@@ -621,7 +621,7 @@
"TARGET_H8300"
"@
adds %2,%A0
subs %2,%A0
subs %
G
2,%A0
add.b %s2,%s0
\;
addx %t2,%t0
add.w %T2,%T0
mov.w %T1,%T0
\;
add.w %T2,%T0"
...
...
@@ -635,7 +635,7 @@
"TARGET_H8300H || TARGET_H8300S"
"@
adds %2,%A0
subs %2,%A0
subs %
G
2,%A0
add.w %T2,%T0
add.w %T2,%T0"
[
(set_attr "length" "2,2,4,2")
...
...
@@ -675,7 +675,7 @@
"TARGET_H8300H || TARGET_H8300S"
"@
adds %2,%A0
subs %2,%A0
subs %
G
2,%A0
add.l %S2,%S0
add.l %S2,%S0"
[
(set_attr "length" "2,2,6,2")
...
...
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