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
8bccce2d
Commit
8bccce2d
authored
Jun 17, 2002
by
J"orn Rennecke
Committed by
Joern Rennecke
Jun 17, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* sh.md (divsi3): Update way how to find insns in a sequence.
From-SVN: r54705
parent
dec0798e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/ChangeLog
+3
-1
gcc/config/sh/sh.md
+1
-1
No files found.
gcc/ChangeLog
View file @
8bccce2d
Mon Jun 17 12:32:24 2002 J"orn Rennecke <joern.rennecke@superh.com>
Mon Jun 17 17:26:15 2002 J"orn Rennecke <joern.rennecke@superh.com>
* sh.md (divsi3): Update way how to find insns in a sequence.
* reload1.c (merge_assigned_reloads): Don't change reloads
* reload1.c (merge_assigned_reloads): Don't change reloads
other than RELOAD_FOR_INPUT_ADDRESS / RELOAD_FOR_INPADDR_ADDRESS
other than RELOAD_FOR_INPUT_ADDRESS / RELOAD_FOR_INPADDR_ADDRESS
...
...
gcc/config/sh/sh.md
View file @
8bccce2d
...
@@ -1520,7 +1520,7 @@
...
@@ -1520,7 +1520,7 @@
operands[1] = force_reg (SImode, operands[1]);
operands[1] = force_reg (SImode, operands[1]);
operands[2] = force_reg (SImode, operands[2]);
operands[2] = force_reg (SImode, operands[2]);
last = gen_divsi3_i4_media (operands[0], operands[1], operands[2]);
last = gen_divsi3_i4_media (operands[0], operands[1], operands[2]);
first =
XVECEXP (last, 0, 0)
;
first =
last
;
}
}
else if (TARGET_SH5)
else if (TARGET_SH5)
{
{
...
...
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