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
b799cfc3
Commit
b799cfc3
authored
Jan 12, 1995
by
Steve Chamberlain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r8735
parent
82e974d4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
gcc/libgcc2.c
+10
-10
No files found.
gcc/libgcc2.c
View file @
b799cfc3
...
@@ -149,10 +149,10 @@ __negdi2 (u)
...
@@ -149,10 +149,10 @@ __negdi2 (u)
DItype
DItype
__lshldi3
(
u
,
b
)
__lshldi3
(
u
,
b
)
DItype
u
;
DItype
u
;
SI
type
b
;
word_
type
b
;
{
{
DIunion
w
;
DIunion
w
;
SI
type
bm
;
word_
type
bm
;
DIunion
uu
;
DIunion
uu
;
if
(
b
==
0
)
if
(
b
==
0
)
...
@@ -181,10 +181,10 @@ __lshldi3 (u, b)
...
@@ -181,10 +181,10 @@ __lshldi3 (u, b)
DItype
DItype
__lshrdi3
(
u
,
b
)
__lshrdi3
(
u
,
b
)
DItype
u
;
DItype
u
;
SI
type
b
;
word_
type
b
;
{
{
DIunion
w
;
DIunion
w
;
SI
type
bm
;
word_
type
bm
;
DIunion
uu
;
DIunion
uu
;
if
(
b
==
0
)
if
(
b
==
0
)
...
@@ -213,10 +213,10 @@ __lshrdi3 (u, b)
...
@@ -213,10 +213,10 @@ __lshrdi3 (u, b)
DItype
DItype
__ashldi3
(
u
,
b
)
__ashldi3
(
u
,
b
)
DItype
u
;
DItype
u
;
SI
type
b
;
word_
type
b
;
{
{
DIunion
w
;
DIunion
w
;
SI
type
bm
;
word_
type
bm
;
DIunion
uu
;
DIunion
uu
;
if
(
b
==
0
)
if
(
b
==
0
)
...
@@ -245,10 +245,10 @@ __ashldi3 (u, b)
...
@@ -245,10 +245,10 @@ __ashldi3 (u, b)
DItype
DItype
__ashrdi3
(
u
,
b
)
__ashrdi3
(
u
,
b
)
DItype
u
;
DItype
u
;
SI
type
b
;
word_
type
b
;
{
{
DIunion
w
;
DIunion
w
;
SI
type
bm
;
word_
type
bm
;
DIunion
uu
;
DIunion
uu
;
if
(
b
==
0
)
if
(
b
==
0
)
...
@@ -654,7 +654,7 @@ DItype
...
@@ -654,7 +654,7 @@ DItype
__divdi3
(
u
,
v
)
__divdi3
(
u
,
v
)
DItype
u
,
v
;
DItype
u
,
v
;
{
{
SI
type
c
=
0
;
word_
type
c
=
0
;
DIunion
uu
,
vv
;
DIunion
uu
,
vv
;
DItype
w
;
DItype
w
;
...
@@ -682,7 +682,7 @@ DItype
...
@@ -682,7 +682,7 @@ DItype
__moddi3
(
u
,
v
)
__moddi3
(
u
,
v
)
DItype
u
,
v
;
DItype
u
,
v
;
{
{
SI
type
c
=
0
;
word_
type
c
=
0
;
DIunion
uu
,
vv
;
DIunion
uu
,
vv
;
DItype
w
;
DItype
w
;
...
...
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