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
e76d65d2
Commit
e76d65d2
authored
Feb 13, 2001
by
Jan Hubicka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Even more breakage. Sorry!
From-SVN: r39626
parent
42a6ff51
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
gcc/config/i386/i386-protos.h
+7
-0
gcc/config/i386/i386.h
+1
-1
No files found.
gcc/config/i386/i386-protos.h
View file @
e76d65d2
...
...
@@ -132,6 +132,13 @@ extern rtx ix86_force_to_memory PARAMS ((enum machine_mode, rtx));
extern
void
ix86_free_from_memory
PARAMS
((
enum
machine_mode
));
extern
void
ix86_split_fp_branch
PARAMS
((
rtx
,
rtx
,
rtx
,
rtx
,
rtx
,
rtx
));
extern
int
ix86_hard_regno_mode_ok
PARAMS
((
int
,
enum
machine_mode
));
extern
int
ix86_register_move_cost
PARAMS
((
int
,
enum
reg_class
,
enum
reg_class
));
extern
int
ix86_secondary_memory_needed
PARAMS
((
enum
reg_class
,
enum
reg_class
,
enum
machine_mode
,
int
));
extern
enum
reg_class
ix86_preferred_reload_class
PARAMS
((
rtx
,
enum
reg_class
));
#ifdef TREE_CODE
extern
void
init_cumulative_args
PARAMS
((
CUMULATIVE_ARGS
*
,
tree
,
rtx
));
...
...
gcc/config/i386/i386.h
View file @
e76d65d2
...
...
@@ -2350,7 +2350,7 @@ while (0)
general registers. */
#define REGISTER_MOVE_COST(MODE, CLASS1, CLASS2) \
ix86_register_move_cost (
mode, class1, class2);
ix86_register_move_cost (
MODE, CLASS1, CLASS2)
/* A C expression for the cost of moving data of mode M between a
register and memory. A value of 2 is the default; this cost is
...
...
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