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
fa60f36d
Commit
fa60f36d
authored
Jun 14, 2002
by
J"orn Rennecke
Committed by
Joern Rennecke
Jun 14, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* sh.md (mulsi3): Update way how to find insns in a sequence.
From-SVN: r54613
parent
03b8ec29
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
gcc/ChangeLog
+4
-0
gcc/config/sh/sh.md
+2
-3
No files found.
gcc/ChangeLog
View file @
fa60f36d
Fri Jun 14 12:15:11 2002 J"orn Rennecke <joern.rennecke@superh.com>
* sh.md (mulsi3): Update way how to find insns in a sequence.
Fri Jun 14 12:04:02 2002 Dhananjay R. Deshpande <dhananjayd@kpit.com>
* sh.h: Define HARD_REGNO_RENAME_OK
...
...
gcc/config/sh/sh.md
View file @
fa60f36d
...
...
@@ -1688,9 +1688,8 @@
rtx addr = force_reg (SImode, sym);
rtx insns = gen_mulsi3_call (operands[0], operands[1],
operands[2], addr);
first = XVECEXP (insns, 0, 0);
last = XVECEXP (insns, 0, XVECLEN (insns, 0) - 1);
emit_insn (insns);
first = insns;
last = emit_insn (insns);
}
else
{
...
...
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