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
7656d28a
Commit
7656d28a
authored
Mar 31, 2001
by
Marek Michalkiewicz
Committed by
Marek Michalkiewicz
Mar 31, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/avr/libgcc.S (__mulhi3): Optimize previous change.
From-SVN: r40976
parent
59350e50
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/avr/libgcc.S
+1
-2
No files found.
gcc/ChangeLog
View file @
7656d28a
2001
-
03
-
31
Marek
Michalkiewicz
<
marekm
@linux
.
org
.
pl
>
*
config
/
avr
/
libgcc
.
S
(
__mulhi3
)
:
Optimize
previous
change
.
2001
-
03
-
30
Bernd
Schmidt
<
bernds
@redhat
.
com
>
*
loop
.
c
(
load_mems
)
:
When
generating
a
load
from
a
pseudo
,
update
...
...
gcc/config/avr/libgcc.S
View file @
7656d28a
...
...
@@ -143,8 +143,7 @@ __mulhi3_skip1:
lsr r_arg1H ; gets LSB of multiplier
ror r_arg1L
cp r_arg1L,__zero_reg__
cpc r_arg1H,__zero_reg__
sbiw r_arg1L,0
brne __mulhi3_loop ; exit if multiplier = 0
__mulhi3_exit:
mov r_arg1H,r_resH ; result to return register
...
...
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