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
be20c0ad
Commit
be20c0ad
authored
Mar 24, 1997
by
Doug Evans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add m32r support.
From-SVN: r13784
parent
4053f640
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
gcc/longlong.h
+27
-0
No files found.
gcc/longlong.h
View file @
be20c0ad
...
...
@@ -406,6 +406,33 @@
__w; })
#endif /* __i960__ */
#if defined (__M32R__)
#define add_ssaaaa(sh, sl, ah, al, bh, bl) \
/* The cmp clears the condition bit. */ \
__asm__ ("
cmp
%
0
,
%
0
addx
%%
5
,
%
1
addx
%%
3
,
%
0
" \
: "
=
r
" ((USItype) (sh)), \
"
=&
r
" ((USItype) (sl)) \
: "
%
0
" ((USItype) (ah)), \
"
r
" ((USItype) (bh)), \
"
%
1
" ((USItype) (al)), \
"
r
" ((USItype) (bl)) \
: "
cbit
")
#define sub_ddmmss(sh, sl, ah, al, bh, bl) \
/* The cmp clears the condition bit. */ \
__asm__ ("
cmp
%
0
,
%
0
subx
%
5
,
%
1
subx
%
3
,
%
0
" \
: "
=
r
" ((USItype) (sh)), \
"
=&
r
" ((USItype) (sl)) \
: "
0
" ((USItype) (ah)), \
"
r
" ((USItype) (bh)), \
"
1
" ((USItype) (al)), \
"
r
" ((USItype) (bl)) \
: "
cbit
")
#endif /* __M32R__ */
#if defined (__mc68000__)
#define add_ssaaaa(sh, sl, ah, al, bh, bl) \
__asm__ ("
add
%
.
l
%
5
,
%
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