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
0ea3c6ba
Commit
0ea3c6ba
authored
Sep 20, 1994
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial revision
From-SVN: r8110
parent
b33f0da5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
73 additions
and
0 deletions
+73
-0
gcc/config/1750a/ms1750.inc
+73
-0
No files found.
gcc/config/1750a/ms1750.inc
0 → 100644
View file @
0ea3c6ba
;;
GCC
assembler
includefile
for
AS1750
;;
;;
Macros
defined
:
;;
EFLR
.
M
#d,#s Load the three regs starting at R#s to R#d following.
;;
RET
.
M
#fs Return from function (uses the framesize #fs)
UC
SET
15
;
Return
from
function
;
parameter
:
framesize
MACRO
RET
.
M
IF
`1`
>
0
IF
`1`
<=
16
AISP
R14
,
`1`
ELSE
AIM
R14
,
`1`
ENDIF
ENDIF
LR
R15
,
R14
URS
R15
ENDMACRO
;
Useful
instructions
missing
from
the
1750
A
standard
:
;
Extended
Float
Load
from
Registers
MACRO
EFLR
.
M
;
args
:
#1=dest-regno, #2=source-regno
ONE
SET
`1`
+
2
TWO
SET
`2`
+
2
IF
`1`
>=
`2`
||
`1`
+
2
<
`2`
LR
R
`ONE`
,
R
`TWO`
DLR
R
`1`
,
R
`2`
ELSE
DLR
R
`1`
,
R
`2`
LR
R
`ONE`
,
R
`TWO`
DLR
R
`1`
,
R
`1`
;
Just
to
update
condition
codes
ENDIF
ENDMACRO
;
The
following
leave
the
condition
codes
haywire
.
But
that
is
;
accounted
for
(
see
notice_update_cc
in
config
/
1750
a
.
c
.
)
;
Double
ANd
Register
with
Register
MACRO
DANR
.
M
ONE
SET
`1`
+
1
TWO
SET
`2`
+
1
ANDR
R
`1`
,
R
`2`
ANDR
R
`ONE`
,
R
`TWO`
ENDMACRO
;
Double
OR
Register
with
Register
MACRO
DORR
.
M
ONE
SET
`1`
+
1
TWO
SET
`2`
+
1
ORR
R
`1`
,
R
`2`
ORR
R
`ONE`
,
R
`TWO`
ENDMACRO
;
Double
eXoR
Register
with
Register
MACRO
DXRR
.
M
ONE
SET
`1`
+
1
TWO
SET
`2`
+
1
XORR
R
`1`
,
R
`2`
XORR
R
`ONE`
,
R
`TWO`
ENDMACRO
;
Double
Nand
Register
with
register
MACRO
DNR
.
M
ONE
SET
`1`
+
1
TWO
SET
`2`
+
1
NR
R
`1`
,
R
`2`
NR
R
`ONE`
,
R
`TWO`
ENDMACRO
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