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
6a45faa7
Commit
6a45faa7
authored
Apr 26, 1995
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(init_optabs): Delete all uses of undocumented TImode and
TFmode *_LIBCALL macros. From-SVN: r9480
parent
2ca9ae17
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
87 deletions
+0
-87
gcc/optabs.c
+0
-87
No files found.
gcc/optabs.c
View file @
6a45faa7
...
...
@@ -4142,10 +4142,6 @@ init_optabs ()
smul_optab
->
handlers
[(
int
)
DImode
].
libfunc
=
gen_rtx
(
SYMBOL_REF
,
Pmode
,
MULDI3_LIBCALL
);
#endif
#ifdef MULTI3_LIBCALL
smul_optab
->
handlers
[(
int
)
TImode
].
libfunc
=
gen_rtx
(
SYMBOL_REF
,
Pmode
,
MULTI3_LIBCALL
);
#endif
#ifdef DIVSI3_LIBCALL
sdiv_optab
->
handlers
[(
int
)
SImode
].
libfunc
...
...
@@ -4155,10 +4151,6 @@ init_optabs ()
sdiv_optab
->
handlers
[(
int
)
DImode
].
libfunc
=
gen_rtx
(
SYMBOL_REF
,
Pmode
,
DIVDI3_LIBCALL
);
#endif
#ifdef DIVTI3_LIBCALL
sdiv_optab
->
handlers
[(
int
)
TImode
].
libfunc
=
gen_rtx
(
SYMBOL_REF
,
Pmode
,
DIVTI3_LIBCALL
);
#endif
#ifdef UDIVSI3_LIBCALL
udiv_optab
->
handlers
[(
int
)
SImode
].
libfunc
...
...
@@ -4168,11 +4160,6 @@ init_optabs ()
udiv_optab
->
handlers
[(
int
)
DImode
].
libfunc
=
gen_rtx
(
SYMBOL_REF
,
Pmode
,
UDIVDI3_LIBCALL
);
#endif
#ifdef UDIVTI3_LIBCALL
udiv_optab
->
handlers
[(
int
)
TImode
].
libfunc
=
gen_rtx
(
SYMBOL_REF
,
Pmode
,
UDIVTI3_LIBCALL
);
#endif
#ifdef MODSI3_LIBCALL
smod_optab
->
handlers
[(
int
)
SImode
].
libfunc
...
...
@@ -4182,11 +4169,6 @@ init_optabs ()
smod_optab
->
handlers
[(
int
)
DImode
].
libfunc
=
gen_rtx
(
SYMBOL_REF
,
Pmode
,
MODDI3_LIBCALL
);
#endif
#ifdef MODTI3_LIBCALL
smod_optab
->
handlers
[(
int
)
TImode
].
libfunc
=
gen_rtx
(
SYMBOL_REF
,
Pmode
,
MODTI3_LIBCALL
);
#endif
#ifdef UMODSI3_LIBCALL
umod_optab
->
handlers
[(
int
)
SImode
].
libfunc
...
...
@@ -4196,32 +4178,6 @@ init_optabs ()
umod_optab
->
handlers
[(
int
)
DImode
].
libfunc
=
gen_rtx
(
SYMBOL_REF
,
Pmode
,
UMODDI3_LIBCALL
);
#endif
#ifdef UMODTI3_LIBCALL
umod_optab
->
handlers
[(
int
)
TImode
].
libfunc
=
gen_rtx
(
SYMBOL_REF
,
Pmode
,
UMODTI3_LIBCALL
);
#endif
/* Define library calls for quad FP instructions */
#ifdef ADDTF3_LIBCALL
add_optab
->
handlers
[(
int
)
TFmode
].
libfunc
=
gen_rtx
(
SYMBOL_REF
,
Pmode
,
ADDTF3_LIBCALL
);
#endif
#ifdef SUBTF3_LIBCALL
sub_optab
->
handlers
[(
int
)
TFmode
].
libfunc
=
gen_rtx
(
SYMBOL_REF
,
Pmode
,
SUBTF3_LIBCALL
);
#endif
#ifdef MULTF3_LIBCALL
smul_optab
->
handlers
[(
int
)
TFmode
].
libfunc
=
gen_rtx
(
SYMBOL_REF
,
Pmode
,
MULTF3_LIBCALL
);
#endif
#ifdef DIVTF3_LIBCALL
flodiv_optab
->
handlers
[(
int
)
TFmode
].
libfunc
=
gen_rtx
(
SYMBOL_REF
,
Pmode
,
DIVTF3_LIBCALL
);
#endif
#ifdef SQRTTF2_LIBCALL
sqrt_optab
->
handlers
[(
int
)
TFmode
].
libfunc
=
gen_rtx
(
SYMBOL_REF
,
Pmode
,
SQRTTF2_LIBCALL
);
#endif
/* Use cabs for DC complex abs, since systems generally have cabs.
Don't define any libcall for SCmode, so that cabs will be used. */
...
...
@@ -4289,26 +4245,6 @@ init_optabs ()
lttf2_libfunc
=
gen_rtx
(
SYMBOL_REF
,
Pmode
,
"__lttf2"
);
letf2_libfunc
=
gen_rtx
(
SYMBOL_REF
,
Pmode
,
"__letf2"
);
/* Define library calls for quad FP instructions */
#ifdef EQTF2_LIBCALL
eqtf2_libfunc
=
gen_rtx
(
SYMBOL_REF
,
Pmode
,
EQTF2_LIBCALL
);
#endif
#ifdef NETF2_LIBCALL
netf2_libfunc
=
gen_rtx
(
SYMBOL_REF
,
Pmode
,
NETF2_LIBCALL
);
#endif
#ifdef GTTF2_LIBCALL
gttf2_libfunc
=
gen_rtx
(
SYMBOL_REF
,
Pmode
,
GTTF2_LIBCALL
);
#endif
#ifdef GETF2_LIBCALL
getf2_libfunc
=
gen_rtx
(
SYMBOL_REF
,
Pmode
,
GETF2_LIBCALL
);
#endif
#ifdef LTTF2_LIBCALL
lttf2_libfunc
=
gen_rtx
(
SYMBOL_REF
,
Pmode
,
LTTF2_LIBCALL
);
#endif
#ifdef LETF2_LIBCALL
letf2_libfunc
=
gen_rtx
(
SYMBOL_REF
,
Pmode
,
LETF2_LIBCALL
);
#endif
floatsisf_libfunc
=
gen_rtx
(
SYMBOL_REF
,
Pmode
,
"__floatsisf"
);
floatdisf_libfunc
=
gen_rtx
(
SYMBOL_REF
,
Pmode
,
"__floatdisf"
);
floattisf_libfunc
=
gen_rtx
(
SYMBOL_REF
,
Pmode
,
"__floattisf"
);
...
...
@@ -4357,29 +4293,6 @@ init_optabs ()
fixunstfdi_libfunc
=
gen_rtx
(
SYMBOL_REF
,
Pmode
,
"__fixunstfdi"
);
fixunstfti_libfunc
=
gen_rtx
(
SYMBOL_REF
,
Pmode
,
"__fixunstfti"
);
/* Define library calls for quad FP instructions */
#ifdef TRUNCTFSF2_LIBCALL
trunctfsf2_libfunc
=
gen_rtx
(
SYMBOL_REF
,
Pmode
,
TRUNCTFSF2_LIBCALL
);
#endif
#ifdef TRUNCTFDF2_LIBCALL
trunctfdf2_libfunc
=
gen_rtx
(
SYMBOL_REF
,
Pmode
,
TRUNCTFDF2_LIBCALL
);
#endif
#ifdef EXTENDSFTF2_LIBCALL
extendsftf2_libfunc
=
gen_rtx
(
SYMBOL_REF
,
Pmode
,
EXTENDSFTF2_LIBCALL
);
#endif
#ifdef EXTENDDFTF2_LIBCALL
extenddftf2_libfunc
=
gen_rtx
(
SYMBOL_REF
,
Pmode
,
EXTENDDFTF2_LIBCALL
);
#endif
#ifdef FLOATSITF2_LIBCALL
floatsitf_libfunc
=
gen_rtx
(
SYMBOL_REF
,
Pmode
,
FLOATSITF2_LIBCALL
);
#endif
#ifdef FIX_TRUNCTFSI2_LIBCALL
fixtfsi_libfunc
=
gen_rtx
(
SYMBOL_REF
,
Pmode
,
FIX_TRUNCTFSI2_LIBCALL
);
#endif
#ifdef FIXUNS_TRUNCTFSI2_LIBCALL
fixunstfsi_libfunc
=
gen_rtx
(
SYMBOL_REF
,
Pmode
,
FIXUNS_TRUNCTFSI2_LIBCALL
);
#endif
#ifdef INIT_TARGET_OPTABS
/* Allow the target to add more libcalls or rename some, etc. */
INIT_TARGET_OPTABS
;
...
...
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