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
4b63dccb
Commit
4b63dccb
authored
Jun 26, 1993
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add more decls for functions in fold-const.c.
From-SVN: r4751
parent
6dc7571d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
9 deletions
+31
-9
gcc/tree.h
+31
-9
No files found.
gcc/tree.h
View file @
4b63dccb
...
@@ -1146,14 +1146,6 @@ extern tree type_hash_canon PROTO((int, tree));
...
@@ -1146,14 +1146,6 @@ extern tree type_hash_canon PROTO((int, tree));
extern
void
layout_decl
PROTO
((
tree
,
unsigned
));
extern
void
layout_decl
PROTO
((
tree
,
unsigned
));
/* Fold constants as much as possible in an expression.
Returns the simplified expression.
Acts only on the top level of the expression;
if the argument itself cannot be simplified, its
subexpressions are not changed. */
extern
tree
fold
PROTO
((
tree
));
/* Return an expr equal to X but certainly not valid as an lvalue. */
/* Return an expr equal to X but certainly not valid as an lvalue. */
extern
tree
non_lvalue
PROTO
((
tree
));
extern
tree
non_lvalue
PROTO
((
tree
));
...
@@ -1428,7 +1420,37 @@ extern int pushcase_range PROTO((tree, tree, tree, tree *));
...
@@ -1428,7 +1420,37 @@ extern int pushcase_range PROTO((tree, tree, tree, tree *));
/* In fold-const.c */
/* In fold-const.c */
extern
tree
invert_truthvalue
PROTO
((
tree
));
/* Fold constants as much as possible in an expression.
Returns the simplified expression.
Acts only on the top level of the expression;
if the argument itself cannot be simplified, its
subexpressions are not changed. */
extern
tree
fold
PROTO
((
tree
));
extern
int
force_fit_type
PROTO
((
tree
,
int
));
extern
int
add_double
PROTO
((
HOST_WIDE_INT
,
HOST_WIDE_INT
,
HOST_WIDE_INT
,
HOST_WIDE_INT
,
HOST_WIDE_INT
*
,
HOST_WIDE_INT
*
));
extern
int
neg_double
PROTO
((
HOST_WIDE_INT
,
HOST_WIDE_INT
,
HOST_WIDE_INT
*
,
HOST_WIDE_INT
*
));
extern
int
mul_double
PROTO
((
HOST_WIDE_INT
,
HOST_WIDE_INT
,
HOST_WIDE_INT
,
HOST_WIDE_INT
,
HOST_WIDE_INT
*
,
HOST_WIDE_INT
*
));
extern
void
lshift_double
PROTO
((
HOST_WIDE_INT
,
HOST_WIDE_INT
,
HOST_WIDE_INT
,
int
,
HOST_WIDE_INT
*
,
HOST_WIDE_INT
*
,
int
));
extern
void
rshift_double
PROTO
((
HOST_WIDE_INT
,
HOST_WIDE_INT
,
HOST_WIDE_INT
,
int
,
HOST_WIDE_INT
*
,
HOST_WIDE_INT
*
,
int
));
extern
void
lrotate_double
PROTO
((
HOST_WIDE_INT
,
HOST_WIDE_INT
,
HOST_WIDE_INT
,
int
,
HOST_WIDE_INT
*
,
HOST_WIDE_INT
*
));
extern
void
rrotate_double
PROTO
((
HOST_WIDE_INT
,
HOST_WIDE_INT
,
HOST_WIDE_INT
,
int
,
HOST_WIDE_INT
*
,
HOST_WIDE_INT
*
));
extern
int
operand_equal_p
PROTO
((
tree
,
tree
,
int
));
extern
tree
invert_truthvalue
PROTO
((
tree
));
/* The language front-end must define these functions. */
/* The language front-end must define these functions. */
...
...
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