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
b030b8c2
Commit
b030b8c2
authored
Jul 30, 1994
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(PRINT_OPERAND): Integer CONST_DOUBLE is DImode.
From-SVN: r7833
parent
67a37737
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
gcc/config/fx80/fx80.h
+1
-1
gcc/config/pyr/pyr.h
+1
-1
No files found.
gcc/config/fx80/fx80.h
View file @
b030b8c2
...
...
@@ -1267,7 +1267,7 @@ do { int i; unsigned char *pp = (unsigned char *) (PTR); \
fprintf (FILE, "#0r%.9g", u1.f); \
else \
fprintf (FILE, "#0x%x", u1.i); } \
else if (GET_CODE (X) == CONST_DOUBLE && GET_MODE (X) !=
DI
mode) \
else if (GET_CODE (X) == CONST_DOUBLE && GET_MODE (X) !=
VOID
mode) \
{ union { double d; int i[2]; } u; \
u.i[0] = CONST_DOUBLE_LOW (X); u.i[1] = CONST_DOUBLE_HIGH (X); \
fprintf (FILE, "#0r%.20g", u.d); } \
...
...
gcc/config/pyr/pyr.h
View file @
b030b8c2
...
...
@@ -1331,7 +1331,7 @@ extern int swap_operands;
else \
fprintf (FILE, "$0x%x", u1.i); } \
\
else if (GET_CODE (X) == CONST_DOUBLE && GET_MODE (X) !=
DI
mode) \
else if (GET_CODE (X) == CONST_DOUBLE && GET_MODE (X) !=
VOID
mode) \
{ union { double d; int i[2]; } u; \
u.i[0] = CONST_DOUBLE_LOW (X); u.i[1] = CONST_DOUBLE_HIGH (X); \
fprintf (FILE, "$0d%.20e", u.d); } \
...
...
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