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
d8db3756
Commit
d8db3756
authored
Aug 17, 2006
by
Naveen.H.S
Committed by
DJ Delorie
Aug 16, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/m32c/m32c_lib1.S (__mulsi3): Use only registers for dest.
From-SVN: r116196
parent
efed193e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
gcc/ChangeLog
+4
-0
gcc/config/m32c/m32c-lib1.S
+5
-4
No files found.
gcc/ChangeLog
View file @
d8db3756
2006
-
08
-
16
Naveen
.
H
.
S
<
naveenh
@kpitcummins
.
com
>
*
config
/
m32c
/
m32c_lib1
.
S
(
__mulsi3
)
:
Use
only
registers
for
dest
.
2006
-
08
-
16
Joseph
S
.
Myers
<
joseph
@codesourcery
.
com
>
2006
-
08
-
16
Joseph
S
.
Myers
<
joseph
@codesourcery
.
com
>
PR
c
/
27697
PR
c
/
27697
...
...
gcc/config/m32c/m32c-lib1.S
View file @
d8db3756
...
@@ -152,14 +152,15 @@ __m32c_eh_return:
...
@@ -152,14 +152,15 @@ __m32c_eh_return:
___mulsi3:
___mulsi3:
enter #0
enter #0
push.w r2
push.w r2
mov.w SAL,mem0
mov.w SAL,r0
mov.w SAH,mem2
mulu.w SBL,r0 /* writes to r2r0 */
mulu.w SBL,mem0 /* writes to r2r0 */
mov.w r0,mem0
mov.w r2,mem2
mov.w SAL,r0
mov.w SAL,r0
mulu.w SBH,r0 /* writes to r2r0 */
mulu.w SBH,r0 /* writes to r2r0 */
add.w r0,mem2
add.w r0,mem2
mov.w SAH,r0
mov.w SAH,r0
mulu.w SBL,r0
mulu.w SBL,r0
/* writes to r2r0 */
add.w r0,mem2
add.w r0,mem2
pop.w r2
pop.w r2
exitd
exitd
...
...
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