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
ae73d3be
Commit
ae73d3be
authored
Jun 06, 1996
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(emit_group_load, emit_group_store, use_group_regs): New
declarations. From-SVN: r12190
parent
fffa9c1d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
gcc/expr.h
+9
-0
No files found.
gcc/expr.h
View file @
ae73d3be
...
@@ -620,11 +620,20 @@ extern void move_block_to_reg PROTO((int, rtx, int, enum machine_mode));
...
@@ -620,11 +620,20 @@ extern void move_block_to_reg PROTO((int, rtx, int, enum machine_mode));
The number of registers to be filled is NREGS. */
The number of registers to be filled is NREGS. */
extern
void
move_block_from_reg
PROTO
((
int
,
rtx
,
int
,
int
));
extern
void
move_block_from_reg
PROTO
((
int
,
rtx
,
int
,
int
));
/* Load a BLKmode value into non-consecutive registers represented by a
PARALLEL. */
extern
void
emit_group_load
PROTO
((
rtx
,
rtx
));
/* Store a BLKmode value from non-consecutive registers represented by a
PARALLEL. */
extern
void
emit_group_store
PROTO
((
rtx
,
rtx
));
/* Mark REG as holding a parameter for the next CALL_INSN. */
/* Mark REG as holding a parameter for the next CALL_INSN. */
extern
void
use_reg
PROTO
((
rtx
*
,
rtx
));
extern
void
use_reg
PROTO
((
rtx
*
,
rtx
));
/* Mark NREGS consecutive regs, starting at REGNO, as holding parameters
/* Mark NREGS consecutive regs, starting at REGNO, as holding parameters
for the next CALL_INSN. */
for the next CALL_INSN. */
extern
void
use_regs
PROTO
((
rtx
*
,
int
,
int
));
extern
void
use_regs
PROTO
((
rtx
*
,
int
,
int
));
/* Mark a PARALLEL as holding a parameter for the next CALL_INSN. */
extern
void
use_group_regs
PROTO
((
rtx
*
,
rtx
));
/* Write zeros through the storage of OBJECT.
/* Write zeros through the storage of OBJECT.
If OBJECT has BLKmode, SIZE is its length in bytes and ALIGN is its
If OBJECT has BLKmode, SIZE is its length in bytes and ALIGN is its
...
...
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