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
27b3f754
Commit
27b3f754
authored
Mar 30, 1993
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(extendtab, fixtab, fixtrunctab, floattab, movstr_optab): New
definitions. From-SVN: r3924
parent
e6677db3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
gcc/expr.h
+11
-0
No files found.
gcc/expr.h
View file @
27b3f754
...
...
@@ -325,6 +325,14 @@ extern optab sin_optab; /* Sine */
extern
optab
cos_optab
;
/* Cosine */
extern
optab
strlen_optab
;
/* String length */
/* Tables of patterns for extending one integer mode to another. */
extern
enum
insn_code
extendtab
[
MAX_MACHINE_MODE
][
MAX_MACHINE_MODE
][
2
];
/* Tables of patterns for converting between fixed and floating point. */
extern
enum
insn_code
fixtab
[
NUM_MACHINE_MODES
][
NUM_MACHINE_MODES
][
2
];
extern
enum
insn_code
fixtrunctab
[
NUM_MACHINE_MODES
][
NUM_MACHINE_MODES
][
2
];
extern
enum
insn_code
floattab
[
NUM_MACHINE_MODES
][
NUM_MACHINE_MODES
][
2
];
/* Passed to expand_binop and expand_unop to say which options to try to use
if the requested operation can't be open-coded on the requisite mode.
Either OPTAB_LIB or OPTAB_LIB_WIDEN says try using a library call.
...
...
@@ -451,6 +459,9 @@ extern rtxfun bcc_gen_fctn[NUM_RTX_CODE];
extern
enum
insn_code
setcc_gen_code
[
NUM_RTX_CODE
];
/* This array records the insn_code of insns to perform block moves. */
extern
enum
insn_code
movstr_optab
[
NUM_MACHINE_MODES
];
/* Define functions given in optabs.c. */
/* Expand a binary operation given optab and rtx operands. */
...
...
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