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
263967e7
Commit
263967e7
authored
Apr 23, 1997
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(DUCR.M,DUC.M): Defined.
From-SVN: r13966
parent
36f94c9c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
0 deletions
+44
-0
gcc/config/1750a/ms1750.inc
+44
-0
No files found.
gcc/config/1750a/ms1750.inc
View file @
263967e7
...
...
@@ -112,3 +112,47 @@ HI SET `1` + 2
POPM
R10
,
R13
ENDMACRO
;
Double
Unsigned
Compare
Register
with
register
MACRO
DUCR
.
M
PSHM
R13
,
R14
;
R13
and
R14
are
assumed
not
to
be
input
parameters
LOW1
SET
`1`
+
1
LOW2
SET
`2`
+
1
PSHM
R
`1`
,
R
`LOW1`
PSHM
R
`2`
,
R
`LOW2`
LR
R13
,
R
`LOW1`
LR
R14
,
R
`LOW2`
DSRL
R
`1`
,
1
DSRL
R
`2`
,
1
DCR
R
`1`
,
R
`2`
BNE
+
6
ANDM
R13
,
1
ANDM
R14
,
1
CR
R13
,
R14
POPM
R
`2`
,
R
`LOW2`
POPM
R
`1`
,
R
`LOW1`
POPM
R13
,
R14
ENDMACRO
;
Double
Unsigned
Compare
register
with
memory
MACRO
DUC
.
M
PSHM
R13
,
R14
;
R13
and
R14
are
assumed
not
to
be
input
parameters
LOW1
SET
`1`
+
1
PSHM
R
`1`
,
R
`LOW1`
DL
R13
,
`2`
DSRL
R
`1`
,
1
DSRL
R13
,
1
DCR
R
`1`
,
R13
BNE
+
10
;
done
,
go
pop
the
saved
regs
DL
R13
,
`2`
;
interested
in
the
*
low
*
word
(
R14
)
L
R13
,
1
,
R15
ANDM
R13
,
1
ANDM
R14
,
1
CR
R13
,
R14
POPM
R
`1`
,
R
`LOW1`
POPM
R13
,
R14
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