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
c19b0882
Commit
c19b0882
authored
Mar 08, 1993
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add prototypes for static functions.
(init_libfuncs): Put args in proper order. From-SVN: r3674
parent
12e74c9e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
+14
-2
gcc/optabs.c
+14
-2
No files found.
gcc/optabs.c
View file @
c19b0882
...
@@ -194,7 +194,19 @@ rtxfun bcc_gen_fctn[NUM_RTX_CODE];
...
@@ -194,7 +194,19 @@ rtxfun bcc_gen_fctn[NUM_RTX_CODE];
enum
insn_code
setcc_gen_code
[
NUM_RTX_CODE
];
enum
insn_code
setcc_gen_code
[
NUM_RTX_CODE
];
static
void
emit_float_lib_cmp
();
static
int
add_equal_note
PROTO
((
rtx
,
rtx
,
enum
rtx_code
,
rtx
,
rtx
));
static
void
emit_float_lib_cmp
PROTO
((
rtx
,
rtx
,
enum
rtx_code
));
static
void
init_extends
PROTO
((
void
));
static
enum
insn_code
can_fix_p
PROTO
((
enum
machine_mode
,
enum
machine_mode
,
int
,
int
*
));
static
enum
insn_code
can_float_p
PROTO
((
enum
machine_mode
,
enum
machine_mode
,
int
));
static
rtx
ftruncify
PROTO
((
rtx
));
static
optab
init_optab
PROTO
((
enum
rtx_code
));
static
void
init_libfuncs
PROTO
((
optab
,
int
,
int
,
char
*
,
int
));
static
void
init_integral_libfuncs
PROTO
((
optab
,
char
*
,
int
));
static
void
init_floating_libfuncs
PROTO
((
optab
,
char
*
,
int
));
static
void
init_complex_libfuncs
PROTO
((
optab
,
char
*
,
int
));
/* Add a REG_EQUAL note to the last insn in SEQ. TARGET is being set to
/* Add a REG_EQUAL note to the last insn in SEQ. TARGET is being set to
the result of operation CODE applied to OP0 (and OP1 if it is a binary
the result of operation CODE applied to OP0 (and OP1 if it is a binary
...
@@ -3920,9 +3932,9 @@ init_optab (code)
...
@@ -3920,9 +3932,9 @@ init_optab (code)
static
void
static
void
init_libfuncs
(
optable
,
first_mode
,
last_mode
,
opname
,
suffix
)
init_libfuncs
(
optable
,
first_mode
,
last_mode
,
opname
,
suffix
)
register
optab
optable
;
register
optab
optable
;
register
char
*
opname
;
register
int
first_mode
;
register
int
first_mode
;
register
int
last_mode
;
register
int
last_mode
;
register
char
*
opname
;
register
char
suffix
;
register
char
suffix
;
{
{
register
int
mode
;
register
int
mode
;
...
...
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