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
43194145
Commit
43194145
authored
Jun 01, 2003
by
Josef Zlomek
Committed by
Josef Zlomek
Jun 01, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* rtl.def (CONST_DOUBLE): Update comment.
From-SVN: r67293
parent
cea8d816
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
gcc/ChangeLog
+4
-0
gcc/rtl.def
+2
-4
No files found.
gcc/ChangeLog
View file @
43194145
2003-06-01 Josef Zlomek <zlomekj@suse.cz>
* rtl.def (CONST_DOUBLE): Update comment.
2003-06-01 Neil Booth <neil@daikokuya.co.uk>
2003-06-01 Neil Booth <neil@daikokuya.co.uk>
* opts.sh: Remove path from sort.
* opts.sh: Remove path from sort.
...
...
gcc/rtl.def
View file @
43194145
...
@@ -779,10 +779,8 @@ DEF_RTL_EXPR(RESX, "resx", "i", 'x')
...
@@ -779,10 +779,8 @@ DEF_RTL_EXPR(RESX, "resx", "i", 'x')
DEF_RTL_EXPR(CONST_INT, "const_int", "w", 'o')
DEF_RTL_EXPR(CONST_INT, "const_int", "w", 'o')
/* numeric floating point constant.
/* numeric floating point constant.
Operand 0 ('0') is a chain of all CONST_DOUBLEs in use in the
Operands hold the value. They are all 'w' and there may be from 2 to 6;
current function.
see real.h. */
Remaining operands hold the actual value. They are all 'w' and
there may be from 1 to 4; see rtl.c. */
DEF_RTL_EXPR(CONST_DOUBLE, "const_double", CONST_DOUBLE_FORMAT, 'o')
DEF_RTL_EXPR(CONST_DOUBLE, "const_double", CONST_DOUBLE_FORMAT, 'o')
/* Describes a vector constant. */
/* Describes a vector constant. */
...
...
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