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
ae0bc81a
Commit
ae0bc81a
authored
Mar 20, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
entered into RCS
From-SVN: r536
parent
93c3d169
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
gcc/config/m68k/crds.h
+2
-2
gcc/config/m68k/news.h
+1
-1
No files found.
gcc/config/m68k/crds.h
View file @
ae0bc81a
...
...
@@ -255,7 +255,7 @@ do { union { double f; long l[2];} tem; \
sp@, (sp) or (%sp) depending on the style of syntax.
'#' for an immediate operand prefix (# in MIT and Motorola syntax
but & in SGS syntax, $ in unos syntax).
'!' for the
cc register (used in an `and to cc' insn
).
'!' for the
fpcr register (used in some float-to-fixed conversions
).
'b' for byte insn (no effect, on the Sun; this is for the ISI).
'd' to force memory addressing to be absolute, not relative.
...
...
@@ -281,7 +281,7 @@ do { union { double f; long l[2];} tem; \
else if (CODE == '-') fprintf (FILE, "-(sp)"); \
else if (CODE == '+') fprintf (FILE, "(sp)+"); \
else if (CODE == '@') fprintf (FILE, "(sp)"); \
else if (CODE == '!') fprintf (FILE, "
cc
"); \
else if (CODE == '!') fprintf (FILE, "
fpcr
"); \
else if (GET_CODE (X) == REG) \
{ if (REGNO (X) < 16 && (CODE == 'y' || CODE == 'x') && GET_MODE (X) == DFmode) \
fprintf (FILE, "%s:%s", reg_names[REGNO (X)], reg_names[REGNO (X)+1]); \
...
...
gcc/config/m68k/news.h
View file @
ae0bc81a
...
...
@@ -260,7 +260,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
else if (CODE == '-') fprintf (FILE, "-(sp)"); \
else if (CODE == '+') fprintf (FILE, "(sp)+"); \
else if (CODE == '@') fprintf (FILE, "(sp)"); \
else if (CODE == '!') fprintf (FILE, "
c
cr"); \
else if (CODE == '!') fprintf (FILE, "
fp
cr"); \
else if (CODE == '$') {if (TARGET_68040_ONLY) fprintf (FILE, "s");} \
else if (CODE == '&') {if (TARGET_68040_ONLY) fprintf (FILE, "d");} \
else if (GET_CODE (X) == REG) \
...
...
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