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
62acf5fd
Commit
62acf5fd
authored
Nov 05, 1996
by
Stan Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(CC_FCOMI): Define
From-SVN: r13100
parent
4f74d15b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
gcc/config/i386/i386.h
+6
-2
No files found.
gcc/config/i386/i386.h
View file @
62acf5fd
...
@@ -546,7 +546,7 @@ extern int ix86_arch;
...
@@ -546,7 +546,7 @@ extern int ix86_arch;
: FP_REGNO_P (REGNO) \
: FP_REGNO_P (REGNO) \
? (((int) GET_MODE_CLASS (MODE) == (int) MODE_FLOAT \
? (((int) GET_MODE_CLASS (MODE) == (int) MODE_FLOAT \
|| (int) GET_MODE_CLASS (MODE) == (int) MODE_COMPLEX_FLOAT) \
|| (int) GET_MODE_CLASS (MODE) == (int) MODE_COMPLEX_FLOAT) \
&& GET_MODE_UNIT_SIZE (MODE) <=
12)
\
&& GET_MODE_UNIT_SIZE (MODE) <=
(LONG_DOUBLE_TYPE_SIZE == 96 ? 12 : 8))
\
: (int) (MODE) != (int) QImode ? 1 \
: (int) (MODE) != (int) QImode ? 1 \
: (reload_in_progress | reload_completed) == 1)
: (reload_in_progress | reload_completed) == 1)
...
@@ -2233,7 +2233,7 @@ extern struct rtx_def *(*i386_compare_gen)(), *(*i386_compare_gen_eq)();
...
@@ -2233,7 +2233,7 @@ extern struct rtx_def *(*i386_compare_gen)(), *(*i386_compare_gen_eq)();
/* Here we define machine-dependent flags and fields in cc_status
/* Here we define machine-dependent flags and fields in cc_status
(see `conditions.h'). */
(see `conditions.h'). */
/* Set if the cc value
is
was actually from the 80387 and
/* Set if the cc value was actually from the 80387 and
we are testing eax directly (i.e. no sahf) */
we are testing eax directly (i.e. no sahf) */
#define CC_TEST_AX 020000
#define CC_TEST_AX 020000
...
@@ -2245,6 +2245,10 @@ extern struct rtx_def *(*i386_compare_gen)(), *(*i386_compare_gen_eq)();
...
@@ -2245,6 +2245,10 @@ extern struct rtx_def *(*i386_compare_gen)(), *(*i386_compare_gen_eq)();
the state of equality is indicated by zero in the carry bit. */
the state of equality is indicated by zero in the carry bit. */
#define CC_Z_IN_NOT_C 010000
#define CC_Z_IN_NOT_C 010000
/* Set if the CC value was actually from the 80387 and loaded directly
into the eflags instead of via eax/sahf. */
#define CC_FCOMI 040000
/* Store in cc_status the expressions
/* Store in cc_status the expressions
that the condition codes will describe
that the condition codes will describe
after execution of an instruction whose pattern is EXP.
after execution of an instruction whose pattern is EXP.
...
...
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