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
f7746310
Commit
f7746310
authored
Dec 22, 1995
by
Stan Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(TARGET_UNROLL_STRLEN): New macro.
From-SVN: r10829
parent
73bee569
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
gcc/config/i386/i386.h
+9
-3
No files found.
gcc/config/i386/i386.h
View file @
f7746310
...
@@ -127,12 +127,17 @@ extern int target_flags;
...
@@ -127,12 +127,17 @@ extern int target_flags;
/* Hack macros for tuning code generation */
/* Hack macros for tuning code generation */
#define TARGET_MOVE ((target_flags & MASK_NO_MOVE) == 0)
/* Don't generate memory->memory */
#define TARGET_MOVE ((target_flags & MASK_NO_MOVE) == 0)
/* Don't generate memory->memory */
#define TARGET_LEAVE (ix86_cpu == PROCESSOR_I386)
#define TARGET_386 (ix86_cpu == PROCESSOR_I386)
#define TARGET_386_ALIGNMENT (ix86_cpu == PROCESSOR_I386)
#define TARGET_486 (ix86_cpu == PROCESSOR_I486)
#define TARGET_PENTIUM (ix86_cpu == PROCESSOR_PENTIUM)
#define TARGET_USE_LEAVE (ix86_cpu == PROCESSOR_I386)
#define TARGET_PUSH_MEMORY (ix86_cpu == PROCESSOR_I386)
#define TARGET_PUSH_MEMORY (ix86_cpu == PROCESSOR_I386)
#define TARGET_ZERO_EXTEND_WITH_AND (ix86_cpu != PROCESSOR_I386)
#define TARGET_ZERO_EXTEND_WITH_AND (ix86_cpu != PROCESSOR_I386)
#define TARGET_DOUBLE_WITH_ADD (ix86_cpu != PROCESSOR_I386)
#define TARGET_DOUBLE_WITH_ADD (ix86_cpu != PROCESSOR_I386)
#define TARGET_BIT_TEST (ix86_cpu == PROCESSOR_I386)
#define TARGET_USE_BIT_TEST (ix86_cpu == PROCESSOR_I386)
#define TARGET_UNROLL_STRLEN (ix86_cpu != PROCESSOR_I386)
#define TARGET_USE_Q_REG (ix86_cpu == PROCESSOR_PENTIUM)
#define TARGET_USE_ANY_REG (ix86_cpu == PROCESSOR_I486)
#define TARGET_SWITCHES \
#define TARGET_SWITCHES \
{ { "80387", MASK_80387 }, \
{ { "80387", MASK_80387 }, \
...
@@ -1924,6 +1929,7 @@ extern void init_cumulative_args ();
...
@@ -1924,6 +1929,7 @@ extern void init_cumulative_args ();
extern
void
function_arg_advance
();
extern
void
function_arg_advance
();
extern
struct
rtx_def
*
function_arg
();
extern
struct
rtx_def
*
function_arg
();
extern
int
function_arg_partial_nregs
();
extern
int
function_arg_partial_nregs
();
extern
char
*
output_strlen_unroll
();
extern
void
output_op_from_reg
();
extern
void
output_op_from_reg
();
extern
void
output_to_reg
();
extern
void
output_to_reg
();
extern
char
*
singlemove_string
();
extern
char
*
singlemove_string
();
...
...
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