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
12079564
Commit
12079564
authored
Dec 24, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(clrstr_optab): New declaration.
(clear_storage): New parm, ALIGN. From-SVN: r10838
parent
bad883f8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
gcc/expr.h
+6
-2
No files found.
gcc/expr.h
View file @
12079564
...
...
@@ -471,6 +471,9 @@ extern enum insn_code movcc_gen_code[NUM_MACHINE_MODES];
/* This array records the insn_code of insns to perform block moves. */
extern
enum
insn_code
movstr_optab
[
NUM_MACHINE_MODES
];
/* This array records the insn_code of insns to perform block clears. */
extern
enum
insn_code
clrstr_optab
[
NUM_MACHINE_MODES
];
/* Define functions given in optabs.c. */
/* Expand a binary operation given optab and rtx operands. */
...
...
@@ -631,8 +634,9 @@ extern void use_reg PROTO((rtx*, rtx));
extern
void
use_regs
PROTO
((
rtx
*
,
int
,
int
));
/* Write zeros through the storage of OBJECT.
If OBJECT has BLKmode, SIZE is its length in bytes. */
extern
void
clear_storage
PROTO
((
rtx
,
rtx
));
If OBJECT has BLKmode, SIZE is its length in bytes and ALIGN is its
alignment.
extern void clear_storage PROTO((rtx, rtx, int));
/* Emit insns to set X from Y. */
extern
rtx
emit_move_insn
PROTO
((
rtx
,
rtx
));
...
...
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