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
94339136
Commit
94339136
authored
Dec 12, 1996
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(function_arg, {movcnt,mod}_regno_adjust): Add decls.
(branch_or_jump): Likewise. From-SVN: r13291
parent
7b64da89
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
9 deletions
+5
-9
gcc/config/1750a/1750a.h
+5
-9
No files found.
gcc/config/1750a/1750a.h
View file @
94339136
...
@@ -67,6 +67,10 @@ extern int datalbl_ndx, jmplbl_ndx, label_pending, program_counter;
...
@@ -67,6 +67,10 @@ extern int datalbl_ndx, jmplbl_ndx, label_pending, program_counter;
extern
enum
section
current_section
;
extern
enum
section
current_section
;
extern
char
*
sectname
[
4
];
extern
char
*
sectname
[
4
];
extern
char
*
xstrdup
(),
*
float_label
();
extern
char
*
xstrdup
(),
*
float_label
();
extern
struct
rtx_def
*
function_arg
();
extern
char
*
movcnt_regno_adjust
();
extern
char
*
mod_regno_adjust
();
extern
char
*
branch_or_jump
();
#endif
#endif
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
...
@@ -542,15 +546,7 @@ enum reg_class { NO_REGS, R2, R0_1, INDEX_REGS, BASE_REGS, ALL_REGS, LIM_REG_CLA
...
@@ -542,15 +546,7 @@ enum reg_class { NO_REGS, R2, R0_1, INDEX_REGS, BASE_REGS, ALL_REGS, LIM_REG_CLA
NAMED is nonzero if this argument is a named parameter
NAMED is nonzero if this argument is a named parameter
(otherwise it is an extra parameter matching an ellipsis). */
(otherwise it is an extra parameter matching an ellipsis). */
#define FUNCTION_ARG(CUM, MODE, TYPE, NAMED) \
#define FUNCTION_ARG(CUM, MODE, TYPE, NAMED) function_arg (CUM,MODE,TYPE,NAMED)
(rtx) function_arg(CUM,MODE,TYPE,NAMED)
/*
(! MUST_PASS_IN_STACK(MODE,TYPE) && \
14 >= (CUM) + \
((MODE)==BLKmode ? int_size_in_bytes(TYPE) : GET_MODE_SIZE (MODE)) \
? gen_rtx (REG, MODE, CUM) \
: 0)
*/
/* Define the following macro if function calls on the target machine
/* Define the following macro if function calls on the target machine
do not preserve any registers; in other words, if `CALL_USED_REGISTERS'
do not preserve any registers; in other words, if `CALL_USED_REGISTERS'
...
...
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