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
b24b1d78
Commit
b24b1d78
authored
Mar 31, 1995
by
Ken Raeburn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(umul_ppmm mc68000): Use %# instead of #.
From-SVN: r9276
parent
566cdc73
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/longlong.h
+3
-3
No files found.
gcc/longlong.h
View file @
b24b1d78
...
...
@@ -452,7 +452,7 @@
: "
=
d
" ((USItype)(count)) \
: "
od
" ((USItype)(x)), "
n
" (0))
#else /* not mc68020 */
/* %/ inserts REGISTER_PREFIX. */
/* %/ inserts REGISTER_PREFIX
, %# inserts IMMEDIATE_PREFIX
. */
#define umul_ppmm(xh, xl, a, b) \
__asm__ ("
|
Inlined
umul_ppmm
move
%
.
l
%
2
,
%/
d0
...
...
@@ -472,9 +472,9 @@
add
%
.
l
%/
d0
,
%/
d2
add
%
.
l
%/
d3
,
%/
d2
jcc
1
f
add
%
.
l
#
65536
,
%/
d1
add
%
.
l
%
#
65536
,
%/
d1
1
:
swap
%/
d2
moveq
#
0
,
%/
d0
moveq
%
#
0
,
%/
d0
move
%
.
w
%/
d2
,
%/
d0
move
%
.
w
%/
d4
,
%/
d2
move
%
.
l
%/
d2
,
%
1
...
...
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